diff --git a/centos7/9.5/Dockerfile.backrest-restore.centos7 b/centos7/9.5/Dockerfile.backrest-restore.centos7 index edbca7147..56d1f4800 100644 --- a/centos7/9.5/Dockerfile.backrest-restore.centos7 +++ b/centos7/9.5/Dockerfile.backrest-restore.centos7 @@ -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." \ diff --git a/centos7/9.5/Dockerfile.backup.centos7 b/centos7/9.5/Dockerfile.backup.centos7 index 9ef01d190..bf80d6af4 100644 --- a/centos7/9.5/Dockerfile.backup.centos7 +++ b/centos7/9.5/Dockerfile.backup.centos7 @@ -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." \ diff --git a/centos7/9.5/Dockerfile.collect.centos7 b/centos7/9.5/Dockerfile.collect.centos7 index c58d06a70..83c0cd3d6 100644 --- a/centos7/9.5/Dockerfile.collect.centos7 +++ b/centos7/9.5/Dockerfile.collect.centos7 @@ -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." \ diff --git a/centos7/9.5/Dockerfile.pgadmin4.centos7 b/centos7/9.5/Dockerfile.pgadmin4.centos7 index 0bf52bee5..52384f11b 100644 --- a/centos7/9.5/Dockerfile.pgadmin4.centos7 +++ b/centos7/9.5/Dockerfile.pgadmin4.centos7 @@ -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." \ diff --git a/centos7/9.5/Dockerfile.pgbadger.centos7 b/centos7/9.5/Dockerfile.pgbadger.centos7 index d60f90a79..b0d508005 100644 --- a/centos7/9.5/Dockerfile.pgbadger.centos7 +++ b/centos7/9.5/Dockerfile.pgbadger.centos7 @@ -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." \ diff --git a/centos7/9.5/Dockerfile.pgbouncer.centos7 b/centos7/9.5/Dockerfile.pgbouncer.centos7 index dd1405231..070706590 100644 --- a/centos7/9.5/Dockerfile.pgbouncer.centos7 +++ b/centos7/9.5/Dockerfile.pgbouncer.centos7 @@ -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." \ diff --git a/centos7/9.5/Dockerfile.pgpool.centos7 b/centos7/9.5/Dockerfile.pgpool.centos7 index 5f3fabcb3..bae9691bb 100644 --- a/centos7/9.5/Dockerfile.pgpool.centos7 +++ b/centos7/9.5/Dockerfile.pgpool.centos7 @@ -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." \ diff --git a/centos7/9.5/Dockerfile.postgres-gis.centos7 b/centos7/9.5/Dockerfile.postgres-gis.centos7 index 0651a2120..7691f5350 100644 --- a/centos7/9.5/Dockerfile.postgres-gis.centos7 +++ b/centos7/9.5/Dockerfile.postgres-gis.centos7 @@ -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." \ diff --git a/centos7/9.5/Dockerfile.postgres.centos7 b/centos7/9.5/Dockerfile.postgres.centos7 index 0d4f8d141..0b5bbbbc1 100644 --- a/centos7/9.5/Dockerfile.postgres.centos7 +++ b/centos7/9.5/Dockerfile.postgres.centos7 @@ -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)." \ diff --git a/centos7/9.5/Dockerfile.watch.centos7 b/centos7/9.5/Dockerfile.watch.centos7 index b5d6f78ab..011cfd2a5 100644 --- a/centos7/9.5/Dockerfile.watch.centos7 +++ b/centos7/9.5/Dockerfile.watch.centos7 @@ -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." \ diff --git a/centos7/9.6/Dockerfile.backrest-restore.centos7 b/centos7/9.6/Dockerfile.backrest-restore.centos7 index 969697853..2f45d6bd6 100644 --- a/centos7/9.6/Dockerfile.backrest-restore.centos7 +++ b/centos7/9.6/Dockerfile.backrest-restore.centos7 @@ -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." \ diff --git a/centos7/9.6/Dockerfile.backup.centos7 b/centos7/9.6/Dockerfile.backup.centos7 index b8bc76c06..c3f1ba8af 100644 --- a/centos7/9.6/Dockerfile.backup.centos7 +++ b/centos7/9.6/Dockerfile.backup.centos7 @@ -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" \ diff --git a/centos7/9.6/Dockerfile.collect.centos7 b/centos7/9.6/Dockerfile.collect.centos7 index b54abbd07..924c70a29 100644 --- a/centos7/9.6/Dockerfile.collect.centos7 +++ b/centos7/9.6/Dockerfile.collect.centos7 @@ -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." \ diff --git a/centos7/9.6/Dockerfile.pgadmin4.centos7 b/centos7/9.6/Dockerfile.pgadmin4.centos7 index ee580f21d..40b8ee498 100644 --- a/centos7/9.6/Dockerfile.pgadmin4.centos7 +++ b/centos7/9.6/Dockerfile.pgadmin4.centos7 @@ -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." \ diff --git a/centos7/9.6/Dockerfile.pgbadger.centos7 b/centos7/9.6/Dockerfile.pgbadger.centos7 index d3a68c4e9..c6e1d83d4 100644 --- a/centos7/9.6/Dockerfile.pgbadger.centos7 +++ b/centos7/9.6/Dockerfile.pgbadger.centos7 @@ -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." \ diff --git a/centos7/9.6/Dockerfile.pgbouncer.centos7 b/centos7/9.6/Dockerfile.pgbouncer.centos7 index 7c47d86b4..35d360e36 100644 --- a/centos7/9.6/Dockerfile.pgbouncer.centos7 +++ b/centos7/9.6/Dockerfile.pgbouncer.centos7 @@ -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." \ diff --git a/centos7/9.6/Dockerfile.pgpool.centos7 b/centos7/9.6/Dockerfile.pgpool.centos7 index 79e660bcb..69c6bac04 100644 --- a/centos7/9.6/Dockerfile.pgpool.centos7 +++ b/centos7/9.6/Dockerfile.pgpool.centos7 @@ -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." \ diff --git a/centos7/9.6/Dockerfile.postage.centos7 b/centos7/9.6/Dockerfile.postage.centos7 index f6fb780e9..160c7b972 100644 --- a/centos7/9.6/Dockerfile.postage.centos7 +++ b/centos7/9.6/Dockerfile.postage.centos7 @@ -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." \ diff --git a/centos7/9.6/Dockerfile.postgres-gis.centos7 b/centos7/9.6/Dockerfile.postgres-gis.centos7 index 40753af6d..0b0fb21b2 100644 --- a/centos7/9.6/Dockerfile.postgres-gis.centos7 +++ b/centos7/9.6/Dockerfile.postgres-gis.centos7 @@ -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." \ diff --git a/centos7/9.6/Dockerfile.postgres.centos7 b/centos7/9.6/Dockerfile.postgres.centos7 index 1afaad7aa..03f743551 100644 --- a/centos7/9.6/Dockerfile.postgres.centos7 +++ b/centos7/9.6/Dockerfile.postgres.centos7 @@ -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)." \ diff --git a/centos7/9.6/Dockerfile.upgrade.centos7 b/centos7/9.6/Dockerfile.upgrade.centos7 index d35271f53..612dc8376 100644 --- a/centos7/9.6/Dockerfile.upgrade.centos7 +++ b/centos7/9.6/Dockerfile.upgrade.centos7 @@ -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." \ diff --git a/centos7/9.6/Dockerfile.watch.centos7 b/centos7/9.6/Dockerfile.watch.centos7 index f7772b82b..9628d0a9b 100644 --- a/centos7/9.6/Dockerfile.watch.centos7 +++ b/centos7/9.6/Dockerfile.watch.centos7 @@ -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." \ diff --git a/centos7/Dockerfile.dba.centos7 b/centos7/Dockerfile.dba.centos7 index 8af99325e..c5ec6d8a9 100644 --- a/centos7/Dockerfile.dba.centos7 +++ b/centos7/Dockerfile.dba.centos7 @@ -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." \ diff --git a/centos7/Dockerfile.grafana.centos7 b/centos7/Dockerfile.grafana.centos7 index 2cb08fed7..632be8c78 100644 --- a/centos7/Dockerfile.grafana.centos7 +++ b/centos7/Dockerfile.grafana.centos7 @@ -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." \ diff --git a/centos7/Dockerfile.prometheus.centos7 b/centos7/Dockerfile.prometheus.centos7 index b6d58ffad..6c30af5e7 100644 --- a/centos7/Dockerfile.prometheus.centos7 +++ b/centos7/Dockerfile.prometheus.centos7 @@ -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." \ diff --git a/centos7/Dockerfile.promgateway.centos7 b/centos7/Dockerfile.promgateway.centos7 index 77f12a7ba..5f949e7fb 100644 --- a/centos7/Dockerfile.promgateway.centos7 +++ b/centos7/Dockerfile.promgateway.centos7 @@ -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." \ diff --git a/centos7/Dockerfile.vacuum.centos7 b/centos7/Dockerfile.vacuum.centos7 index 6a8d83cb5..cb84bccbd 100644 --- a/centos7/Dockerfile.vacuum.centos7 +++ b/centos7/Dockerfile.vacuum.centos7 @@ -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." \ diff --git a/rhel7/9.5/Dockerfile.backrest-restore.rhel7 b/rhel7/9.5/Dockerfile.backrest-restore.rhel7 index 588a7432b..93c7e79b4 100644 --- a/rhel7/9.5/Dockerfile.backrest-restore.rhel7 +++ b/rhel7/9.5/Dockerfile.backrest-restore.rhel7 @@ -5,9 +5,9 @@ MAINTAINER Crunchy Data 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." \ diff --git a/rhel7/9.5/Dockerfile.backup.rhel7 b/rhel7/9.5/Dockerfile.backup.rhel7 index 331b84478..55dff7147 100644 --- a/rhel7/9.5/Dockerfile.backup.rhel7 +++ b/rhel7/9.5/Dockerfile.backup.rhel7 @@ -5,9 +5,9 @@ MAINTAINER Crunchy Data 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" \ diff --git a/rhel7/9.5/Dockerfile.collect.rhel7 b/rhel7/9.5/Dockerfile.collect.rhel7 index 777342c32..58475c57e 100644 --- a/rhel7/9.5/Dockerfile.collect.rhel7 +++ b/rhel7/9.5/Dockerfile.collect.rhel7 @@ -4,10 +4,10 @@ MAINTAINER Crunchy Data 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" \ diff --git a/rhel7/9.5/Dockerfile.pgadmin4.rhel7 b/rhel7/9.5/Dockerfile.pgadmin4.rhel7 index e9bf59658..314dbea8e 100644 --- a/rhel7/9.5/Dockerfile.pgadmin4.rhel7 +++ b/rhel7/9.5/Dockerfile.pgadmin4.rhel7 @@ -5,9 +5,9 @@ MAINTAINER Crunchy Data LABEL name="crunchydata/pgadmin4" \ 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="Crunchy Data pgAdmin4 GUI utility" \ diff --git a/rhel7/9.5/Dockerfile.pgbadger.rhel7 b/rhel7/9.5/Dockerfile.pgbadger.rhel7 index 4dc0fefe1..9a5ec18a4 100644 --- a/rhel7/9.5/Dockerfile.pgbadger.rhel7 +++ b/rhel7/9.5/Dockerfile.pgbadger.rhel7 @@ -4,10 +4,10 @@ MAINTAINER Crunchy Data LABEL name="crunchydata/pgbadger" \ 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="HTTP wrapper around the PGBadger PostgreSQL utility" \ diff --git a/rhel7/9.5/Dockerfile.pgbouncer.rhel7 b/rhel7/9.5/Dockerfile.pgbouncer.rhel7 index 072bc5ae3..e300a9d0a 100644 --- a/rhel7/9.5/Dockerfile.pgbouncer.rhel7 +++ b/rhel7/9.5/Dockerfile.pgbouncer.rhel7 @@ -4,10 +4,10 @@ MAINTAINER Crunchy Data LABEL name="crunchydata/pgbouncer" \ 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="Lightweight connection pooler for crunchy-postgres" \ diff --git a/rhel7/9.5/Dockerfile.pgpool.rhel7 b/rhel7/9.5/Dockerfile.pgpool.rhel7 index 6f69ba250..2fb60db60 100644 --- a/rhel7/9.5/Dockerfile.pgpool.rhel7 +++ b/rhel7/9.5/Dockerfile.pgpool.rhel7 @@ -4,10 +4,10 @@ MAINTAINER Crunchy Data LABEL name="crunchydata/pgpool" \ 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="Contains the pgpool utility as a PostgreSQL-aware load balancer" \ diff --git a/rhel7/9.5/Dockerfile.postgres-gis.rhel7 b/rhel7/9.5/Dockerfile.postgres-gis.rhel7 index 08a44e228..da6289ec4 100644 --- a/rhel7/9.5/Dockerfile.postgres-gis.rhel7 +++ b/rhel7/9.5/Dockerfile.postgres-gis.rhel7 @@ -5,9 +5,9 @@ MAINTAINER Crunchy Data 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" \ + release="1.5.1" \ #build-date="2017-05-11" \ url="https://crunchydata.com" \ summary="Includes PostGIS extensions on top of crunchy-postgres" \ diff --git a/rhel7/9.5/Dockerfile.postgres.rhel7 b/rhel7/9.5/Dockerfile.postgres.rhel7 index 8427fdfc0..498abcbb9 100644 --- a/rhel7/9.5/Dockerfile.postgres.rhel7 +++ b/rhel7/9.5/Dockerfile.postgres.rhel7 @@ -5,9 +5,9 @@ MAINTAINER Crunchy Data 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="PostgreSQL 9.5/9.6 (PGDG) on a RHEL7 base image" \ diff --git a/rhel7/9.5/Dockerfile.watch.rhel7 b/rhel7/9.5/Dockerfile.watch.rhel7 index ae73e9ca0..133cd61f7 100644 --- a/rhel7/9.5/Dockerfile.watch.rhel7 +++ b/rhel7/9.5/Dockerfile.watch.rhel7 @@ -4,10 +4,10 @@ MAINTAINER Crunchy Data LABEL name="crunchydata/watch" \ 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="Watches the master in a master/slave deployment, triggering a failover when master can't be reached" \ diff --git a/rhel7/9.6/Dockerfile.backrest-restore.rhel7 b/rhel7/9.6/Dockerfile.backrest-restore.rhel7 index 784936157..bb0635af6 100644 --- a/rhel7/9.6/Dockerfile.backrest-restore.rhel7 +++ b/rhel7/9.6/Dockerfile.backrest-restore.rhel7 @@ -5,9 +5,9 @@ MAINTAINER Crunchy Data 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-05-11" \ url="https://crunchydata.com" \ summary="Executes the pgbackrest utility, allowing FULL & DELTA restore capability." \ diff --git a/rhel7/9.6/Dockerfile.backup.rhel7 b/rhel7/9.6/Dockerfile.backup.rhel7 index eee421f87..4c07e5da6 100644 --- a/rhel7/9.6/Dockerfile.backup.rhel7 +++ b/rhel7/9.6/Dockerfile.backup.rhel7 @@ -5,9 +5,9 @@ MAINTAINER Crunchy Data 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-05-11" \ url="https://crunchydata.com" \ summary="Performs a pg_basebackup full database backup on a database container" \ diff --git a/rhel7/9.6/Dockerfile.collect.rhel7 b/rhel7/9.6/Dockerfile.collect.rhel7 index d0d5c4b79..2fe657e1d 100644 --- a/rhel7/9.6/Dockerfile.collect.rhel7 +++ b/rhel7/9.6/Dockerfile.collect.rhel7 @@ -5,9 +5,9 @@ MAINTAINER Crunchy Data LABEL name="crunchydata/collect" \ 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-05-11" \ url="https://crunchydata.com" \ summary="Provides metrics for crunchy-postgres" \ diff --git a/rhel7/9.6/Dockerfile.pgadmin4.rhel7 b/rhel7/9.6/Dockerfile.pgadmin4.rhel7 index 890152426..5f5c0b9ab 100644 --- a/rhel7/9.6/Dockerfile.pgadmin4.rhel7 +++ b/rhel7/9.6/Dockerfile.pgadmin4.rhel7 @@ -5,9 +5,9 @@ MAINTAINER Crunchy Data LABEL name="crunchydata/pgadmin4" \ 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-05-11" \ url="https://crunchydata.com" \ summary="Crunchy Data pgAdmin4 GUI utility" \ diff --git a/rhel7/9.6/Dockerfile.pgbadger.rhel7 b/rhel7/9.6/Dockerfile.pgbadger.rhel7 index de6c51207..5347c9c4c 100644 --- a/rhel7/9.6/Dockerfile.pgbadger.rhel7 +++ b/rhel7/9.6/Dockerfile.pgbadger.rhel7 @@ -5,9 +5,9 @@ MAINTAINER Crunchy Data LABEL name="crunchydata/pgbadger" \ 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-05-11" \ url="https://crunchydata.com" \ summary="HTTP wrapper around the PGBadger PostgreSQL utility" \ diff --git a/rhel7/9.6/Dockerfile.pgbouncer.rhel7 b/rhel7/9.6/Dockerfile.pgbouncer.rhel7 index 3c08a8e5b..567130a66 100644 --- a/rhel7/9.6/Dockerfile.pgbouncer.rhel7 +++ b/rhel7/9.6/Dockerfile.pgbouncer.rhel7 @@ -6,8 +6,8 @@ LABEL name="crunchydata/pgbouncer" \ vendor="crunchy data" \ version="7.3" \ PostgresVersion="9.6" \ - PostgresFullVersion="9.6.3" \ - release="1.5" \ + PostgresFullVersion="9.6.5" \ + release="1.5.1" \ #build-date="2017-05-11" \ url="https://crunchydata.com" \ summary="Lightweight connection pooler for crunchy-postgres" \ diff --git a/rhel7/9.6/Dockerfile.pgpool.rhel7 b/rhel7/9.6/Dockerfile.pgpool.rhel7 index f004d1cda..9c93e22f0 100644 --- a/rhel7/9.6/Dockerfile.pgpool.rhel7 +++ b/rhel7/9.6/Dockerfile.pgpool.rhel7 @@ -6,8 +6,8 @@ LABEL name="crunchydata/pgpool" \ vendor="crunchy data" \ version="7.3" \ PostgresVersion="9.6" \ - PostgresFullVersion="9.6.3" \ - release="1.5" \ + PostgresFullVersion="9.6.5" \ + release="1.5.1" \ #build-date="2017-05-11" \ url="https://crunchydata.com" \ summary="Contains the pgpool utility as a PostgreSQL-aware load balancer" \ diff --git a/rhel7/9.6/Dockerfile.postgres-gis.rhel7 b/rhel7/9.6/Dockerfile.postgres-gis.rhel7 index 4d9f7d461..fd268ee27 100644 --- a/rhel7/9.6/Dockerfile.postgres-gis.rhel7 +++ b/rhel7/9.6/Dockerfile.postgres-gis.rhel7 @@ -5,9 +5,9 @@ MAINTAINER Crunchy Data 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" \ + release="1.5.1" \ #build-date="2017-05-11" \ url="https://crunchydata.com" \ summary="Includes PostGIS extensions on top of crunchy-postgres" \ diff --git a/rhel7/9.6/Dockerfile.postgres.rhel7 b/rhel7/9.6/Dockerfile.postgres.rhel7 index 18a6c2451..e070f5f4d 100644 --- a/rhel7/9.6/Dockerfile.postgres.rhel7 +++ b/rhel7/9.6/Dockerfile.postgres.rhel7 @@ -5,9 +5,9 @@ MAINTAINER Crunchy Data 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-05-11" \ url="https://crunchydata.com" \ summary="PostgreSQL 9.5/9.6 (PGDG) on a RHEL7 base image" \ diff --git a/rhel7/9.6/Dockerfile.upgrade.rhel7 b/rhel7/9.6/Dockerfile.upgrade.rhel7 index ef763e0a6..e6be4c038 100644 --- a/rhel7/9.6/Dockerfile.upgrade.rhel7 +++ b/rhel7/9.6/Dockerfile.upgrade.rhel7 @@ -5,9 +5,9 @@ MAINTAINER Crunchy Data LABEL name="crunchydata/upgrade" \ 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-05-11" \ url="https://crunchydata.com" \ summary="Provides a pg_upgrade capability that performs a major PostgreSQL upgrade." \ diff --git a/rhel7/9.6/Dockerfile.watch.rhel7 b/rhel7/9.6/Dockerfile.watch.rhel7 index 76f333d6d..819e5a506 100644 --- a/rhel7/9.6/Dockerfile.watch.rhel7 +++ b/rhel7/9.6/Dockerfile.watch.rhel7 @@ -6,8 +6,8 @@ LABEL name="crunchydata/watch" \ vendor="crunchy data" \ version="7.3" \ PostgresVersion="9.6" \ - PostgresFullVersion="9.6.3" \ - release="1.5" \ + PostgresFullVersion="9.6.5" \ + release="1.5.1" \ #build-date="2017-05-11" \ url="https://crunchydata.com" \ summary="Watches the master in a master/slave deployment, triggering a failover when master can't be reached" \