4.3.2-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-05-19 07:57:15 +00:00 committed by Bitnami Containers
parent 828d5c4dc9
commit ed58cd88b8
3 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ COPY prebuildfs /
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.21.0-0" --checksum d5820263d74b7847f65a05b513f1e1ab196128cd9e3dff1b90a2063276667982
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-10" --checksum 35c818ba3f4b5aae905959bc7d3a5e81fc63786e3c662b604612c0aa7fcda8fd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pgpool" "4.3.1-3" --checksum 4cb29de95010007b464f9cb77eeb329dfda57410b2d1ae64b56c7a7d19d62b9f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pgpool" "4.3.2-0" --checksum 1ff92d881cb02f544a8b1e8616c811cbf8b6b35df2ab1af68b84d3f4133941f5
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/pgpool/postunpack.sh
ENV APP_VERSION="4.3.1" \
ENV APP_VERSION="4.3.2" \
BITNAMI_APP_NAME="pgpool" \
PATH="/opt/bitnami/postgresql/bin:/opt/bitnami/common/bin:/opt/bitnami/pgpool/bin:$PATH"

View File

@ -8,10 +8,10 @@
},
"pgpool": {
"arch": "amd64",
"digest": "4cb29de95010007b464f9cb77eeb329dfda57410b2d1ae64b56c7a7d19d62b9f",
"digest": "1ff92d881cb02f544a8b1e8616c811cbf8b6b35df2ab1af68b84d3f4133941f5",
"distro": "debian-10",
"type": "NAMI",
"version": "4.3.1-3"
"version": "4.3.2-0"
},
"postgresql-client": {
"arch": "amd64",

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.3.1`, `4.3.1-debian-10-r86`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgpool/blob/4.3.1-debian-10-r86/4/debian-10/Dockerfile)
* [`4`, `4-debian-10`, `4.3.2`, `4.3.2-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgpool/blob/4.3.2-debian-10-r0/4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/pgpool GitHub repo](https://github.com/bitnami/bitnami-docker-pgpool).