4.2.1-debian-10-r46 release

This commit is contained in:
Bitnami Bot
2021-02-11 23:13:48 +00:00
parent 89cfb25e92
commit ede1716739
3 changed files with 8 additions and 8 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.15.0-0" --checksum a3b2c9f7bcc58ec78b2bbb4170cd0bb5b71a8fd8d879187aaff4a7f81326dcfc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "10.16.0-0" --checksum 6ae2df74c4cc145690104c9bfbd4f9977cc00d26b3a010bb1eba74d92048485d
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.2.1-0" --checksum b109f37cd5fba65c52f862a7b12e36688089b7aaeb9145932251198c41bb5f15
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pgpool" "4.2.1-1" --checksum 236975be8949d99a42160b76bcc3cab9630afe56c7d000a98765703a3abd3560
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
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.1-debian-10-r45" \
BITNAMI_IMAGE_VERSION="4.2.1-debian-10-r46" \
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": "b109f37cd5fba65c52f862a7b12e36688089b7aaeb9145932251198c41bb5f15",
"digest": "236975be8949d99a42160b76bcc3cab9630afe56c7d000a98765703a3abd3560",
"distro": "debian-10",
"type": "NAMI",
"version": "4.2.1-0"
"version": "4.2.1-1"
},
"postgresql-client": {
"arch": "amd64",
"digest": "a3b2c9f7bcc58ec78b2bbb4170cd0bb5b71a8fd8d879187aaff4a7f81326dcfc",
"digest": "6ae2df74c4cc145690104c9bfbd4f9977cc00d26b3a010bb1eba74d92048485d",
"distro": "debian-10",
"type": "NAMI",
"version": "10.15.0-0"
"version": "10.16.0-0"
},
"wait-for-port": {
"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.2.1`, `4.2.1-debian-10-r45`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgpool/blob/4.2.1-debian-10-r45/4/debian-10/Dockerfile)
* [`4`, `4-debian-10`, `4.2.1`, `4.2.1-debian-10-r46`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgpool/blob/4.2.1-debian-10-r46/4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/pgpool GitHub repo](https://github.com/bitnami/bitnami-docker-pgpool).