Skip to content

Commit

Permalink
update version numbers in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff McCormick committed Aug 31, 2017
1 parent 8d6c967 commit e39e947
Show file tree
Hide file tree
Showing 48 changed files with 116 additions and 116 deletions.
6 changes: 3 additions & 3 deletions centos7/9.5/Dockerfile.backrest-restore.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM centos:7
LABEL name="crunchydata/postgres" \
vendor="crunchy data" \
PostgresVersion="9.5" \
PostgresFullVersion="9.5.7" \
PostgresFullVersion="9.5.9" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Executes the pgbackrest utility, allowing FULL & DELTA restore capability." \
description="Executes pgbackrest utility, allowing FULL & DELTA restore capability. Capable of mounting the pgbackrest.conf config file via /pgconf volume in addition to mounting the /backrestrepo for access to pgbackrest archives." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.5/Dockerfile.backup.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM centos:7
LABEL name="crunchydata/backup" \
vendor="crunchy data" \
PostgresRelease="9.5" \
PostgresFullRelease="9.5.7" \
PostgresFullRelease="9.5.9" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Performs a pg_basebackup full database backup on a database container" \
description="Meant to be executed upon demand, this container will run pg_basebackup against a running database container and write the backup files to a mounted directory." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.5/Dockerfile.collect.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM centos:7

LABEL name="crunchydata/collect" \
PostgresVersion="9.5" \
PostgresFullVersion="9.5.7" \
PostgresFullVersion="9.5.9" \
vendor="crunchy data" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Provides metrics for crunchy-postgres" \
description="Run with crunchy-postgres, crunchy-collect reads the Postgres data directory and has a SQL interface to a database to allow for metrics collection. Used in conjunction with crunchy-prometheus, crunchy-grafana, crunchy-promgateway." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.5/Dockerfile.pgadmin4.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM centos:7
LABEL name="crunchydata/pgadmin4" \
vendor="crunchy data" \
PostgresVersion="9.5" \
PostgresFullVersion="9.5.7" \
PostgresFullVersion="9.5.9" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Crunchy Data pgAdmin4 GUI utility" \
description="Provides GUI for the pgAdmin utility." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.5/Dockerfile.pgbadger.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM centos:7

LABEL name="crunchydata/pgbadger" \
PostgresVersion="9.5" \
PostgresFullVersion="9.5.7" \
PostgresFullVersion="9.5.9" \
vendor="crunchy data" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="HTTP wrapper around the PGBadger PostgreSQL utilityr" \
description="Has an HTTP REST interface. You GET http://host:10000/api/badgergenerate, and it will generate a pgbadger report on a database container's log files." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.5/Dockerfile.pgbouncer.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM centos:7

LABEL name="crunchydata/pgbouncer" \
PostgresVersion="9.5" \
PostgresFullVersion="9.5.7" \
PostgresFullVersion="9.5.9" \
vendor="crunchy data" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Lightweight connection pooler for crunchy-postgres" \
description="The aim of crunchy-pgbouncer is to lower the performance impact of opening new connections to PostgreSQL; clients connect through this service. It offers session, transaction and statement pooling." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.5/Dockerfile.pgpool.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM centos:7

LABEL name="crunchydata/pgpool" \
PostgresVersion="9.5" \
PostgresFullVersion="9.5.7" \
PostgresFullVersion="9.5.9" \
vendor="crunchy data" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Contains the pgpool utility as a PostgreSQL-aware load balancer" \
description="Offers a smart load balancer in front of a Postgres cluster, sending writes only to the master and reads to the replica(s). This allows an application to only have a single connection point when interacting with a Postgres cluster." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.5/Dockerfile.postgres-gis.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM centos:7
LABEL name="crunchydata/postgres-gis" \
vendor="crunchy data" \
PostgresVersion="9.5" \
PostgresFullVersion="9.5.7" \
PostgresFullVersion="9.5.9" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Includes PostGIS extensions on top of crunchy-postgres" \
description="An identical image of crunchy-postgres with the extra PostGIS packages added for users that require PostGIS." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.5/Dockerfile.postgres.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM centos:7
LABEL name="crunchydata/postgres" \
vendor="crunchy data" \
PostgresVersion="9.5" \
PostgresFullVersion="9.5.7" \
PostgresFullVersion="9.5.9" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="PostgreSQL 9.5/9.6 (PGDG) on a Centos7 base image" \
description="Allows multiple deployment methods for PostgreSQL, including basic single master, streaming replication with sync/async replicas, and stateful sets. Includes utilities for Auditing (pgaudit), statement tracking, and Backup / Restore (pgbackrest, pg_basebackup)." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.5/Dockerfile.watch.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM centos:7

LABEL name="crunchydata/watch" \
PostgresVersion="9.5" \
PostgresFullVersion="9.5.7" \
PostgresFullVersion="9.5.9" \
vendor="crunchy data" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Watches the master in a master/slave deployment, triggering a failover when master can't be reached" \
description="Time between connection attempts to the master is configurable. When multiple slaves are available, you can set a preferred slave to be promoted to master." \
Expand Down
4 changes: 2 additions & 2 deletions centos7/9.6/Dockerfile.backrest-restore.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM centos:7
LABEL name="crunchydata/postgres" \
vendor="crunchy data" \
PostgresVersion="9.6" \
PostgresFullVersion="9.6.3" \
PostgresFullVersion="9.6.5" \
version="7.3" \
release="1.5" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Executes the pgbackrest utility, allowing FULL & DELTA restore capability." \
Expand Down
4 changes: 2 additions & 2 deletions centos7/9.6/Dockerfile.backup.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM centos:7
LABEL name="crunchydata/backup" \
vendor="crunchy data" \
PostgresVersion="9.6" \
PostgresFullVersion="9.6.3" \
PostgresFullVersion="9.6.5" \
version="7.3" \
release="1.5" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Performs a pg_basebackup full database backup on a database container" \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.6/Dockerfile.collect.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM centos:7
LABEL name="crunchydata/collect" \
vendor="crunchy data" \
PostgresVersion="9.6" \
PostgresFullVersion="9.6.3" \
PostgresFullVersion="9.6.5" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Provides metrics for crunchy-postgres" \
description="Run with crunchy-postgres, crunchy-collect reads the Postgres data directory and has a SQL interface to a database to allow for metrics collection. Used in conjunction with crunchy-prometheus, crunchy-grafana, crunchy-promgateway." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.6/Dockerfile.pgadmin4.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM centos:7
LABEL name="crunchydata/pgadmin4" \
vendor="crunchy data" \
PostgresVersion="9.6" \
PostgresFullVersion="9.6.3" \
PostgresFullVersion="9.6.5" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Crunchy Data pgAdmin4 GUI utility" \
description="Provides GUI for the pgAdmin utility." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.6/Dockerfile.pgbadger.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM centos:7
LABEL name="crunchydata/pgbadger" \
vendor="crunchy data" \
PostgresVersion="9.6" \
PostgresFullVersion="9.6.3" \
PostgresFullVersion="9.6.5" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="HTTP wrapper around the PGBadger PostgreSQL utility" \
description="Has an HTTP REST interface. You GET http://host:10000/api/badgergenerate, and it will generate a pgbadger report on a database container's log files." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.6/Dockerfile.pgbouncer.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ LABEL name="crunchydata/pgbouncer" \
vendor="crunchy data" \
version="7.3" \
PostgresVersion="9.6" \
PostgresFullVersion="9.6.3" \
release="1.5" \
build-date="2017-08-01" \
PostgresFullVersion="9.6.5" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Lightweight connection pooler for crunchy-postgres" \
description="The aim of crunchy-pgbouncer is to lower the performance impact of opening new connections to PostgreSQL; clients connect through this service. It offers session, transaction and statement pooling." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.6/Dockerfile.pgpool.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ LABEL name="crunchydata/pgpool" \
vendor="crunchy data" \
version="7.3" \
PostgresVersion="9.6" \
PostgresFullVersion="9.6.3" \
release="1.5" \
build-date="2017-08-01" \
PostgresFullVersion="9.6.5" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Contains the pgpool utility as a PostgreSQL-aware load balancer" \
description="Offers a smart load balancer in front of a Postgres cluster, sending writes only to the master and reads to the replica(s). This allows an application to only have a single connection point when interacting with a Postgres cluster." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.6/Dockerfile.postage.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM centos:7
LABEL name="crunchydata/postage" \
vendor="crunchy data" \
PostgresVersion="9.6" \
PostgresFullVersion="9.6.3" \
PostgresFullVersion="9.6.5" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Fast PostgreSQL graphical client" \
description="Contains the Postage GUI utility for PostgreSQL." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.6/Dockerfile.postgres-gis.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM centos:7
LABEL name="crunchydata/postgres-gis" \
vendor="crunchy data" \
PostgresVersion="9.6" \
PostgresFullVersion="9.6.3" \
PostgresFullVersion="9.6.5" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Includes PostGIS extensions on top of crunchy-postgres" \
description="An identical image of crunchy-postgres with the extra PostGIS packages added for users that require PostGIS." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.6/Dockerfile.postgres.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM centos:7
LABEL name="crunchydata/postgres" \
vendor="crunchy data" \
PostgresVersion="9.6" \
PostgresFullVersion="9.6.3" \
PostgresFullVersion="9.6.5" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="PostgreSQL 9.5/9.6 (PGDG) on a Centos7 base image" \
description="Allows multiple deployment methods for PostgreSQL, including basic single master, streaming replication with sync/async replicas, and stateful sets. Includes utilities for Auditing (pgaudit), statement tracking, and Backup / Restore (pgbackrest, pg_basebackup)." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.6/Dockerfile.upgrade.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM centos:7
LABEL name="crunchydata/upgrade" \
vendor="crunchy data" \
PostgresVersion="9.6" \
PostgresFullVersion="9.6.3" \
PostgresFullVersion="9.6.5" \
version="7.3" \
release="1.5" \
build-date="2017-08-01" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Provides a pg_upgrade capability that performs a major PostgreSQL upgrade." \
description="Provides a means to perform a major PostgreSQL upgrade from 9.5 to 9.6. Old data files are left intact." \
Expand Down
6 changes: 3 additions & 3 deletions centos7/9.6/Dockerfile.watch.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ LABEL name="crunchydata/watch" \
vendor="crunchy data" \
version="7.3" \
PostgresVersion="9.6" \
PostgresFullVersion="9.6.3" \
release="1.5" \
build-date="2017-08-01" \
PostgresFullVersion="9.6.5" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Watches the master in a master/slave deployment, triggering a failover when master can't be reached" \
description="Time between connection attempts to the master is configurable. When multiple slaves are available, you can set a preferred slave to be promoted to master." \
Expand Down
4 changes: 2 additions & 2 deletions centos7/Dockerfile.dba.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM centos:7
LABEL name="crunchydata/dba" \
vendor="crunchy data" \
version="7.3" \
release="1.5" \
build-date="2017-05-11" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Implements a cron scheduler." \
description="Offers a way to perform simple DBA tasks that occur on some form of schedule such as backup jobs or running a vacuum on a single Postgres database container. You can either run the crunchy-dba container as a single pod or include the container within a database pod. The crunchy-dba container makes use of a Service Account to perform the startup of scheduled jobs. The Kube Job type is used to execute the scheduled jobs with a Restart policy of Never." \
Expand Down
4 changes: 2 additions & 2 deletions centos7/Dockerfile.grafana.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM centos:7
LABEL name="crunchydata/grafana" \
vendor="crunchy data" \
version="7.3" \
release="1.5" \
build-date="2017-05-11" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Provides a Grafana web dashboard to view collected PostgreSQL metrics" \
description="Connect this container to the crunchy-prometheus container as a data source, then use the metrics to build dashboards. Works in conjunction with crunchy-collect, crunchy-prometheus, crunchy-promgateway." \
Expand Down
4 changes: 2 additions & 2 deletions centos7/Dockerfile.prometheus.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM centos:7
LABEL name="crunchydata/prometheus" \
vendor="crunchy data" \
version="7.3" \
release="1.5" \
build-date="2017-05-11" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Prometheus server that stores metrics for crunchy-postgres" \
description="PostgreSQL collected metrics are stored here as defined by the Crunchy Container Suite. Prometheus will scrape metrics from a Prometheus push gateway (crunchy-promgateway) using the supplied config file. Works in conjunction with crunchy-collect, crunchy-grafana, crunchy-promgateway." \
Expand Down
4 changes: 2 additions & 2 deletions centos7/Dockerfile.promgateway.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM centos:7
LABEL name="crunchydata/promgateway" \
vendor="crunchy data" \
version="7.3" \
release="1.5" \
build-date="2017-05-11" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Contains the Prometheus push gateway, eventually is scraped by the crunchy-prometheus container" \
description="crunchy-collect containers push metrics to this gateway. The gateway is scraped on a frequency by the crunchy-prometheus container. Works in conjunction with crunchy-collect, crunchy-prometheus, crunchy-grafana." \
Expand Down
4 changes: 2 additions & 2 deletions centos7/Dockerfile.vacuum.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM centos:7
LABEL name="crunchydata/vacuum" \
vendor="crunchy data" \
version="7.3" \
release="1.5" \
build-date="2017-05-11" \
release="1.5.1" \
build-date="2017-09-01" \
url="https://crunchydata.com" \
summary="Provides a simple SQL VACUUM execution for a PostgreSQL table" \
description="The crunchy-vacuum container runs a SQL VACUUM statement against a database table(s). You can pass in environment variables to determine how it functions, such as the tables to run the vacuum against and if the ANALYZE is to be performed." \
Expand Down
4 changes: 2 additions & 2 deletions rhel7/9.5/Dockerfile.backrest-restore.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ MAINTAINER Crunchy Data <[email protected]>
LABEL name="crunchydata/postgres" \
vendor="crunchy data" \
PostgresVersion="9.5" \
PostgresFullVersion="9.5.7" \
PostgresFullVersion="9.5.9" \
version="7.3" \
release="1.5" \
release="1.5.1" \
#build-date="2017-05-11" \
url="https://crunchydata.com" \
summary="Executes the pgbackrest utility, allowing FULL & DELTA restore capability." \
Expand Down
4 changes: 2 additions & 2 deletions rhel7/9.5/Dockerfile.backup.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ MAINTAINER Crunchy Data <[email protected]>
LABEL name="crunchydata/backup" \
vendor="crunchy data" \
PostgresRelease="9.5" \
PostgresFullRelease="9.5.7" \
PostgresFullRelease="9.5.9" \
version="7.3" \
release="1.5" \
release="1.5.1" \
#build-date="2017-05-11" \
url="https://crunchydata.com" \
summary="Performs a pg_basebackup full database backup on a database container" \
Expand Down
4 changes: 2 additions & 2 deletions rhel7/9.5/Dockerfile.collect.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ MAINTAINER Crunchy Data <[email protected]>

LABEL name="crunchydata/collect" \
PostgresVersion="9.5" \
PostgresFullVersion="9.5.7" \
PostgresFullVersion="9.5.9" \
vendor="crunchy data" \
version="7.3" \
release="1.5" \
release="1.5.1" \
#build-date="2017-05-11" \
url="https://crunchydata.com" \
summary="Provides metrics for crunchy-postgres" \
Expand Down
Loading

0 comments on commit e39e947

Please sign in to comment.