11.15.0-debian-10-r4 release

This commit is contained in:
Bitnami Bot 2022-02-16 15:57:47 +00:00
parent feb380d609
commit cc6bc50eed
3 changed files with 8 additions and 8 deletions

View File

@ -9,8 +9,8 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libbsd0 libc6 libedit2 libffi6 libgcc1 libgmp10 libgnutls30 libhogweed4 libicu63 libidn2-0 libldap-2.4-2 liblzma5 libnettle6 libp11-kit0 libpcre3 libreadline7 libsasl2-2 libsqlite3-0 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 locales procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-repmgr" "11.15.0-1" --checksum 0acfcd38fbf6293e9a25df516bcbc66d6b4edd42029fd3e6a975abbc9eb2d124
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-repmgr" "11.15.0-2" --checksum f1dfca847ef005dffe7718550554a8be4e6009acbb815cb1b282a9604417301f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-5" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@ -24,7 +24,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/postgresql-repmgr/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV BITNAMI_APP_NAME="postgresql-repmgr" \
BITNAMI_IMAGE_VERSION="11.15.0-debian-10-r3" \
BITNAMI_IMAGE_VERSION="11.15.0-debian-10-r4" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \

View File

@ -1,16 +1,16 @@
{
"gosu": {
"arch": "amd64",
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
"digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-4"
"version": "1.14.0-5"
},
"postgresql-repmgr": {
"arch": "amd64",
"digest": "0acfcd38fbf6293e9a25df516bcbc66d6b4edd42029fd3e6a975abbc9eb2d124",
"digest": "f1dfca847ef005dffe7718550554a8be4e6009acbb815cb1b282a9604417301f",
"distro": "debian-10",
"type": "NAMI",
"version": "11.15.0-1"
"version": "11.15.0-2"
}
}

View File

@ -52,7 +52,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`14`, `14-debian-10`, `14.2.0`, `14.2.0-debian-10-r3` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/14.2.0-debian-10-r3/14/debian-10/Dockerfile)
* [`13`, `13-debian-10`, `13.6.0`, `13.6.0-debian-10-r4` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/13.6.0-debian-10-r4/13/debian-10/Dockerfile)
* [`12`, `12-debian-10`, `12.10.0`, `12.10.0-debian-10-r3` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/12.10.0-debian-10-r3/12/debian-10/Dockerfile)
* [`11`, `11-debian-10`, `11.15.0`, `11.15.0-debian-10-r3`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.15.0-debian-10-r3/11/debian-10/Dockerfile)
* [`11`, `11-debian-10`, `11.15.0`, `11.15.0-debian-10-r4`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.15.0-debian-10-r4/11/debian-10/Dockerfile)
* [`10`, `10-debian-10`, `10.20.0`, `10.20.0-debian-10-r5` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/10.20.0-debian-10-r5/10/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/postgresql-repmgr GitHub repo](https://github.com/bitnami/bitnami-docker-postgresql-repmgr).