4.2.5-debian-10-r57 release

This commit is contained in:
Bitnami Bot 2021-11-12 11:06:03 +00:00
parent 24c19d8a37
commit 48e9f98d9a
4 changed files with 10 additions and 10 deletions

View File

@ -9,16 +9,16 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip ldap-utils libaudit1 libbsd0 libc6 libcap-ng0 libedit2 libffi6 libgcc1 libgmp10 libgnutls30 libhogweed4 libicu63 libidn2-0 libldap-2.4-2 liblzma5 libnettle6 libnss-ldapd libp11-kit0 libpam-ldapd libpam0g libsasl2-2 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 nslcd procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "10.18.0-0" --checksum bc507be929b72ee456f46c031a5c2ab4b6433175d2bbb6fc6a74da565ab3cb08
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "10.19.0-0" --checksum f32958c288efd50fb29133d614ce19dc46ff40add10fc82254b29c8a46df324c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-1" --checksum 28dc75dff64df07e67b711d20859c24ebc996db0eaac06138553341d0f769299
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pgpool" "4.2.5-0" --checksum d7b171dff8bc319a2b42c25382e50fe9faa775ac0458018ac9c2d8e7296bcc0c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pgpool" "4.2.5-1" --checksum 560125c1b5b8bfcb32c1c239c60208c34d182e8201fee3d961824de2dc40c416
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/pgpool/postunpack.sh
ENV BITNAMI_APP_NAME="pgpool" \
BITNAMI_IMAGE_VERSION="4.2.5-debian-10-r56" \
BITNAMI_IMAGE_VERSION="4.2.5-debian-10-r57" \
PATH="/opt/bitnami/postgresql/bin:/opt/bitnami/common/bin:/opt/bitnami/pgpool/bin:$PATH" \
POSTGRESQL_CLIENT_CREATE_DATABASE_NAME="" \
POSTGRESQL_CLIENT_CREATE_DATABASE_PASSWORD="" \

View File

@ -8,17 +8,17 @@
},
"pgpool": {
"arch": "amd64",
"digest": "d7b171dff8bc319a2b42c25382e50fe9faa775ac0458018ac9c2d8e7296bcc0c",
"digest": "560125c1b5b8bfcb32c1c239c60208c34d182e8201fee3d961824de2dc40c416",
"distro": "debian-10",
"type": "NAMI",
"version": "4.2.5-0"
"version": "4.2.5-1"
},
"postgresql-client": {
"arch": "amd64",
"digest": "bc507be929b72ee456f46c031a5c2ab4b6433175d2bbb6fc6a74da565ab3cb08",
"digest": "f32958c288efd50fb29133d614ce19dc46ff40add10fc82254b29c8a46df324c",
"distro": "debian-10",
"type": "NAMI",
"version": "10.18.0-0"
"version": "10.19.0-0"
},
"wait-for-port": {
"arch": "amd64",

View File

@ -639,8 +639,8 @@ pgpool_initialize() {
read -r -a nodes <<<"$(tr ',;' ' ' <<<"${PGPOOL_BACKEND_NODES}")"
for node in "${nodes[@]}"; do
read -r -a fields <<<"$(tr ':' ' ' <<<"${node}")"
local -r host="${fields[1]}"
local -r port="${fields[2]}"
local host="${fields[1]}"
local port="${fields[2]}"
if ! retry_while "debug_execute wait-for-port --timeout 5 --host ${host} ${port}"; then
error "Could not connect to PostgreSQL at ${host}:${port}"
return 1

View File

@ -43,7 +43,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`4`, `4-debian-10`, `4.2.5`, `4.2.5-debian-10-r56`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgpool/blob/4.2.5-debian-10-r56/4/debian-10/Dockerfile)
* [`4`, `4-debian-10`, `4.2.5`, `4.2.5-debian-10-r57`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgpool/blob/4.2.5-debian-10-r57/4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/pgpool GitHub repo](https://github.com/bitnami/bitnami-docker-pgpool).