File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,18 +2,13 @@ ARG BASE_IMAGE
22ARG IMAGE_REPOSITORY
33ARG PATH
44FROM $BASE_IMAGE
5- # FROM ${IMAGE_REPOSITORY}${PATH}${BASE_IMAGE}
65
7- # Arg for distinguish between ubi and rocky and other stuff
8- # ARG BASEOS
96ARG PACKAGER
107
118MAINTAINER CYBERTEC PostgreSQL International GmbH
129LABEL vendor="CYBERTEC PostgreSQL International GmbH" url="https://www.cybertec-postgresql.com"
1310LABEL maintainer=
"Matthias Groemmer <[email protected] >" 1411
15- # RUN microdnf -y --nodocs --noplugins --setopt=install_weak_deps=0 install ${PACKAGER}
16-
1712RUN ${PACKAGER} -y install --nodocs https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm vim && ${PACKAGER} -y upgrade
1813
1914RUN ${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
3731RUN ${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
3832RUN dnf -qy module disable postgresql
3933
40- # Cleanup
4134
4235
4336
You can’t perform that action at this time.
0 commit comments