Skip to content

Commit 8224fe5

Browse files
Merge pull request CrunchyData#318 from xenophenes/pre32
bring Dockerfiles to pg10, update descriptions
2 parents c9779a9 + 76a29ee commit 8224fe5

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

centos7/Dockerfile.pgo-apiserver.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV PGVERSION="10" PGDG_REPO="pgdg-centos10-10-2.noarch.rpm"
1414

1515
RUN rpm -Uvh https://download.postgresql.org/pub/repos/yum/${PGVERSION}/redhat/rhel-7-x86_64/${PGDG_REPO}
1616

17-
RUN yum -y update && yum -y install postgresql96 hostname && yum -y clean all
17+
RUN yum -y update && yum -y install postgresql10 hostname && yum -y clean all
1818

1919
ADD bin/apiserver /usr/local/bin
2020
ADD bin/postgres-operator/runpsql.sh /usr/local/bin

centos7/Dockerfile.pgo-backrest.centos7

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
FROM centos:7
22

33
LABEL Vendor="Crunchy Data Solutions" \
4+
PostgresVersion="10" \
5+
PostgresFullVersion="10.5" \
6+
Version="7.5" \
47
Release="3.2.0" \
58
summary="Crunchy Data PostgreSQL Operator - pgBackRest" \
69
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."

centos7/Dockerfile.postgres-operator.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV PGVERSION="10" PGDG_REPO="pgdg-centos10-10-2.noarch.rpm"
1414

1515
RUN rpm -Uvh https://download.postgresql.org/pub/repos/yum/${PGVERSION}/redhat/rhel-7-x86_64/${PGDG_REPO}
1616

17-
RUN yum -y update && yum -y install hostname postgresql96 && yum -y clean all
17+
RUN yum -y update && yum -y install hostname postgresql10 && yum -y clean all
1818

1919
ADD bin/postgres-operator /usr/local/bin
2020

rhel7/Dockerfile.pgo-backrest.rhel7

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ MAINTAINER jeff.mccormick@crunchydata.com
44

55
LABEL name="crunchydata/pgo-backrest-" \
66
vendor="crunchydata.com" \
7-
PostgresVersion="10" \
8-
PostgresFullVersion="10.5" \
9-
Version="7.5" \
10-
Release="3.2.0" \
7+
PostgresVersion="10" \
8+
PostgresFullVersion="10.5" \
9+
Version="7.5" \
10+
Release="3.2.0" \
1111
run='docker run -d -p 8080:80 --name=web-app web-app' \
12-
summary="Crunchy Data PostgreSQL Operator - pgo-backrest" \
13-
description="performs pgbackrest commands."
12+
summary="Crunchy Data PostgreSQL Operator - pgBackRest" \
13+
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."
1414

1515
ENV PGVERSION="10"
1616

0 commit comments

Comments
 (0)