Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion centos7/Dockerfile.pgo-apiserver.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

LABEL Vendor="Crunchy Data Solutions" \
PostgresVersion="10" \
PostgresFullVersion="10.4" \
PostgresFullVersion="10.5" \
Version="7.5" \
Release="3.2.0" \
summary="crunchy data's postgres operator api" \
Expand Down
3 changes: 1 addition & 2 deletions centos7/Dockerfile.pgo-load.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ FROM centos:7
LABEL name="crunchydata/pgo-load" \
vendor="crunchy data" \
PostgresVersion="10" \
PostgresFullVersion="10.4" \
PostgresFullVersion="10.5" \
Version="7.5" \
Release="3.2.0" \
build-date="2018-08-02" \
url="https://crunchydata.com" \
summary="loads a CSV or json file into a database" \
description="executed by the operator, loads a CSV or json file." \
Expand Down
2 changes: 1 addition & 1 deletion centos7/Dockerfile.postgres-operator.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

LABEL Vendor="Crunchy Data Solutions" \
PostgresVersion="10" \
PostgresFullVersion="10.4" \
PostgresFullVersion="10.5" \
Version="7.5" \
Release="3.2.0" \
summary="crunchy data's postgres operator" \
Expand Down
2 changes: 1 addition & 1 deletion hugo/content/installation/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ looks like this -
....
BasicAuth: true
Cluster:
CCPImageTag: centos7-10.4-2.1.0
CCPImageTag: centos7-10.5-2.1.0
Metrics: false
Badger: false
Port: 5432
Expand Down
2 changes: 1 addition & 1 deletion rhel7/Dockerfile.pgo-apiserver.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER jeff.mccormick@crunchydata.com
LABEL name="pgo-apiserver-" \
vendor="crunchydata.com" \
PostgresVersion="10" \
PostgresFullVersion="10.4" \
PostgresFullVersion="10.5" \
Version="7.5" \
Release="3.2.0" \
run='docker run -d -p 8080:80 --name=web-app web-app' \
Expand Down
2 changes: 1 addition & 1 deletion rhel7/Dockerfile.pgo-load.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER jeff.mccormick@crunchydata.com
LABEL name="crunchydata/pgo-load-" \
vendor="crunchydata.com" \
PostgresVersion="10" \
PostgresFullVersion="10.4" \
PostgresFullVersion="10.5" \
Version="7.5" \
Release="3.2.0" \
run='docker run -d -p 8080:80 --name=web-app web-app' \
Expand Down
2 changes: 1 addition & 1 deletion rhel7/Dockerfile.postgres-operator.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER jeff.mccormick@crunchydata.com
LABEL name="postgres-operator" \
vendor="crunchydata.com" \
PostgresVersion="10" \
PostgresFullVersion="10.4" \
PostgresFullVersion="10.5" \
Version="7.5" \
Release="3.2.0" \
run='docker run -d -p 8080:80 --name=web-app web-app' \
Expand Down