mirror of
https://github.com/bitnami/containers.git
synced 2026-03-03 06:58:07 +08:00
4.2.5-debian-10-r0 release
This commit is contained in:
@@ -11,14 +11,14 @@ 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.18.0-0" --checksum bc507be929b72ee456f46c031a5c2ab4b6433175d2bbb6fc6a74da565ab3cb08
|
||||
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.4-1" --checksum 7e74b2e1bcc38f5f3154f460ea27b7ebb42ec2049533111842a6238dc01224a8
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "pgpool" "4.2.5-0" --checksum d7b171dff8bc319a2b42c25382e50fe9faa775ac0458018ac9c2d8e7296bcc0c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
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.4-debian-10-r41" \
|
||||
BITNAMI_IMAGE_VERSION="4.2.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="" \
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"pgpool": {
|
||||
"arch": "amd64",
|
||||
"digest": "7e74b2e1bcc38f5f3154f460ea27b7ebb42ec2049533111842a6238dc01224a8",
|
||||
"digest": "d7b171dff8bc319a2b42c25382e50fe9faa775ac0458018ac9c2d8e7296bcc0c",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.2.4-1"
|
||||
"version": "4.2.5-0"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -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.4`, `4.2.4-debian-10-r41`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgpool/blob/4.2.4-debian-10-r41/4/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.2.5`, `4.2.5-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pgpool/blob/4.2.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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user