Skip to content

Commit f46bd61

Browse files
committed
base-dockerfile cleanup
1 parent 08e588c commit f46bd61

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

docker/base/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,13 @@ ARG BASE_IMAGE
22
ARG IMAGE_REPOSITORY
33
ARG PATH
44
FROM $BASE_IMAGE
5-
#FROM ${IMAGE_REPOSITORY}${PATH}${BASE_IMAGE}
65

7-
# Arg for distinguish between ubi and rocky and other stuff
8-
#ARG BASEOS
96
ARG PACKAGER
107

118
MAINTAINER CYBERTEC PostgreSQL International GmbH
129
LABEL vendor="CYBERTEC PostgreSQL International GmbH" url="https://www.cybertec-postgresql.com"
1310
LABEL maintainer="Matthias Groemmer <[email protected]>"
1411

15-
#RUN microdnf -y --nodocs --noplugins --setopt=install_weak_deps=0 install ${PACKAGER}
16-
1712
RUN ${PACKAGER} -y install --nodocs https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm vim && ${PACKAGER} -y upgrade
1813

1914
RUN ${PACKAGER} -y install --nodocs --noplugins --setopt=install_weak_deps=0 \
@@ -28,7 +23,6 @@ RUN ${PACKAGER} -y install --nodocs --noplugins --setopt=install_weak_deps=0 \
2823
glibc-langpack-en \
2924
openssh-clients \
3025
openssh-server \
31-
#dnf-command(config-manager) \
3226
&& ${PACKAGER} -y clean all ;
3327

3428
#Enable CRB-Repo (Powertools)
@@ -37,7 +31,6 @@ RUN ${PACKAGER} -y config-manager --set-enabled crb
3731
RUN ${PACKAGER} --nodocs --noplugins --setopt=install_weak_deps=0 install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-$(uname -i)/pgdg-redhat-repo-latest.noarch.rpm && ${PACKAGER} -y update && ${PACKAGER} -y clean all
3832
RUN dnf -qy module disable postgresql
3933

40-
#Cleanup
4134

4235

4336

0 commit comments

Comments
 (0)