[bitnami/pgpool] Release 4.3.3-debian-11-r0 (#3537)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-08-18 09:38:48 +02:00 committed by GitHub
parent 97455a5b1c
commit b4cb4ed69f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -6,11 +6,11 @@ ENV HOME="/" \
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="4.3.2-debian-11-r28" \
org.opencontainers.image.ref.name="4.3.3-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pgpool" \
org.opencontainers.image.title="pgpool" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="4.3.2"
org.opencontainers.image.version="4.3.3"
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
@ -18,7 +18,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages acl ca-certificates curl gzip ldap-utils libaudit1 libbsd0 libc6 libcap-ng0 libcrypt1 libedit2 libffi7 libgcc-s1 libgmp10 libgnutls30 libhogweed6 libicu67 libidn2-0 libldap-2.4-2 libldap-common liblzma5 libmd0 libnettle8 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" "14.5.0-0" --checksum 18cdf4daa5c8425b98dac864a52c29da56467cf76b4a5c0520ba591ccd33fbef
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-153" --checksum 8c8e324ab6e7b7d76b4655182d6ea5f6550edfc9e32bec92228e678c26fc8b16
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pgpool" "4.3.2-154" --checksum 5853760302361f75e7cd3616a9f374e6d627cae0d1aba3dd3fdc565b219b0edc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pgpool" "4.3.3-0" --checksum f79d8fe459fb0bc6a7e8b3528a5447645aa7245adf66903418f7f7510ce3f45c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@ -26,7 +26,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/pgpool/postunpack.sh
ENV APP_VERSION="4.3.2" \
ENV APP_VERSION="4.3.3" \
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": "5853760302361f75e7cd3616a9f374e6d627cae0d1aba3dd3fdc565b219b0edc",
"digest": "f79d8fe459fb0bc6a7e8b3528a5447645aa7245adf66903418f7f7510ce3f45c",
"distro": "debian-11",
"type": "NAMI",
"version": "4.3.2-154"
"version": "4.3.3-0"
},
"postgresql-client": {
"arch": "amd64",

View File

@ -1,5 +1,5 @@
rolling-tags:
- "4"
- "4-debian-11"
- "4.3.2"
- "4.3.3"
- "latest"

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-11`, `4.3.2`, `4.3.2-debian-11-r28`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/pgpool/4/debian-11/Dockerfile)
* [`4`, `4-debian-11`, `4.3.3`, `4.3.3-debian-11-r0`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/pgpool/4/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).