4.3.0-debian-10-r30 release

This commit is contained in:
Bitnami Bot 2022-02-12 18:46:46 +00:00
parent 75a6f09d55
commit f044a7b254
3 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ 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.20.0-0" --checksum 003bbe144ced6dba05c177139ee94715ab0da1ad316426182de0f491704c2d37
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "10.20.0-1" --checksum 3b757e63259783e83f01e789c79d229f9d516ff5acba219be083c10733cced1a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-7" --checksum 0ef01592ac0331fb1b486122aac3434cd103c3488652a871951a533037d277f8
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pgpool" "4.3.0-4" --checksum 320d1466d19be352dfad7a2926618850ec8066809792be63319a3722e1087b59
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/pgpool/postunpack.sh
ENV BITNAMI_APP_NAME="pgpool" \
BITNAMI_IMAGE_VERSION="4.3.0-debian-10-r29" \
BITNAMI_IMAGE_VERSION="4.3.0-debian-10-r30" \
PATH="/opt/bitnami/postgresql/bin:/opt/bitnami/common/bin:/opt/bitnami/pgpool/bin:$PATH"
EXPOSE 5432

View File

@ -15,10 +15,10 @@
},
"postgresql-client": {
"arch": "amd64",
"digest": "003bbe144ced6dba05c177139ee94715ab0da1ad316426182de0f491704c2d37",
"digest": "3b757e63259783e83f01e789c79d229f9d516ff5acba219be083c10733cced1a",
"distro": "debian-10",
"type": "NAMI",
"version": "10.20.0-0"
"version": "10.20.0-1"
},
"wait-for-port": {
"arch": "amd64",

View File

@ -45,7 +45,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.0`, `4.3.0-debian-10-r29`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgpool/blob/4.3.0-debian-10-r29/4/debian-10/Dockerfile)
* [`4`, `4-debian-10`, `4.3.0`, `4.3.0-debian-10-r30`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgpool/blob/4.3.0-debian-10-r30/4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/pgpool GitHub repo](https://github.com/bitnami/bitnami-docker-pgpool).