File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11FROM centos:7
22
3- LABEL Release="1.3.2 " Vendor="Crunchy Data Solutions"
3+ LABEL Release="1.4 " Vendor="Crunchy Data Solutions"
44
55RUN yum -y update && yum -y clean all
66
Original file line number Diff line number Diff line change 1- FROM rhel7.2
1+ FROM registry.access.redhat.com/ rhel7.3
22
3- LABEL Release="1.3.2 " Vendor="Crunchy Data Solutions"
3+ LABEL Release="1.4 " Vendor="Crunchy Data Solutions"
44
55RUN yum -y update && yum -y clean all
66
Original file line number Diff line number Diff line change 1- FROM rhel7.2
1+ FROM registry.access.redhat.com/ rhel7.3
22
3- LABEL Release="1.3.2 " Vendor="Crunchy Data Solutions"
3+ LABEL Release="1.4 " Vendor="Crunchy Data Solutions"
44
55ENV PGVERSION="9.6" PGDG_REPO="pgdg-centos96-9.6-3.noarch.rpm"
66
7- RUN rpm -Uvh https://download.postgresql.org/pub/repos/yum/${PGVERSION}/redhat/rhel-7-x86_64/${PGDG_REPO}
7+ # Crunchy Postgres repo
8+ ADD conf/CRUNCHY-GPG-KEY.public /
9+ ADD conf/crunchypg96.repo /etc/yum.repos.d/
10+ RUN rpm --import CRUNCHY-GPG-KEY.public
811
912RUN yum -y update && yum -y install postgresql96 && yum -y clean all
1013
You can’t perform that action at this time.
0 commit comments