mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +08:00
4.0.6-centos-7-r30 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/centos-extras-base:7-r154
|
||||
FROM bitnami/centos-extras-base:7-r155
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV OS_ARCH="x86_64" \
|
||||
@@ -13,7 +13,7 @@ RUN . ./libcomponent.sh && component_unpack "pgpool" "4.0.6-1" --checksum 5270b5
|
||||
COPY rootfs /
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="pgpool" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.6-centos-7-r29" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.6-centos-7-r30" \
|
||||
PATH="/opt/bitnami/postgresql/bin:/opt/bitnami/pgpool/bin:$PATH"
|
||||
|
||||
EXPOSE 5432
|
||||
|
||||
@@ -210,7 +210,7 @@ pgpool_create_backend_config() {
|
||||
|
||||
#check if it is possible to connect to the node
|
||||
debug "Waiting for backend '$host' ..."
|
||||
if wait-for-port -host "$host" -timeout "$PGPOOL_TIMEOUT" "$port"; then
|
||||
if wait-for-port --host "$host" --timeout "$PGPOOL_TIMEOUT" "$port"; then
|
||||
debug "Backend '$host' is ready. Adding its information to the configuration..."
|
||||
cat >> "$PGPOOL_CONF_FILE" << EOF
|
||||
backend_hostname$num = '$host'
|
||||
|
||||
@@ -41,7 +41,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
* [`4-ol-7`, `4.0.6-ol-7-r30` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgpool/blob/4.0.6-ol-7-r30/4/ol-7/Dockerfile)
|
||||
* [`4-debian-9`, `4.0.6-debian-9-r29`, `4`, `4.0.6`, `4.0.6-r29`, `latest` (4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgpool/blob/4.0.6-debian-9-r29/4/debian-9/Dockerfile)
|
||||
* [`4-centos-7`, `4.0.6-centos-7-r29` (4/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgpool/blob/4.0.6-centos-7-r29/4/centos-7/Dockerfile)
|
||||
* [`4-centos-7`, `4.0.6-centos-7-r30` (4/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgpool/blob/4.0.6-centos-7-r30/4/centos-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/pgpool GitHub repo](https://github.com/bitnami/bitnami-docker-pgpool).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user