4.1.5-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2020-11-19 14:05:56 +00:00
parent f20d05f8fc
commit e22b447bc1
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.15.0-0" --checksum a3b2c9f7bcc58ec78b2bbb4170cd0bb5b71a8fd8d879187aaff4a7f81326dcfc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.0-3" --checksum 7521d9a4f9e4e182bf32977e234026caa7b03759799868335bccb1edd8f8fd12
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pgpool" "4.1.4-3" --checksum 8e5592b78f4ac3d52ca59a5cd2e09529e9ff2982eec66dc6b71e5fddda1d4820
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pgpool" "4.1.5-0" --checksum bc9bca3581ff93bf5a895e255f6200d09445b0fdca1571cccae415b66b7dbb17
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@ -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.1.4-debian-10-r54" \
BITNAMI_IMAGE_VERSION="4.1.5-debian-10-r0" \
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,10 +8,10 @@
},
"pgpool": {
"arch": "amd64",
"digest": "8e5592b78f4ac3d52ca59a5cd2e09529e9ff2982eec66dc6b71e5fddda1d4820",
"digest": "bc9bca3581ff93bf5a895e255f6200d09445b0fdca1571cccae415b66b7dbb17",
"distro": "debian-10",
"type": "NAMI",
"version": "4.1.4-3"
"version": "4.1.5-0"
},
"postgresql-client": {
"arch": "amd64",

View File

@ -39,7 +39,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.1.4`, `4.1.4-debian-10-r54`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgpool/blob/4.1.4-debian-10-r54/4/debian-10/Dockerfile)
* [`4`, `4-debian-10`, `4.1.5`, `4.1.5-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgpool/blob/4.1.5-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).