10.21.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-05-13 02:40:30 +00:00
committed by Bitnami Containers
parent 2335cac320
commit 58b20cec27
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 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" "10.20.0-17" --checksum 8d6f24013b473e2c8137ccb4e2dd6836900c615cac50ce3e65e267e9f57f366d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-repmgr" "10.21.0-0" --checksum 70ce365ad62b46ecbbf17740aaa02443bffca1868699aea0697d07ec14ffafd3
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -23,7 +23,7 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
COPY rootfs /
RUN /opt/bitnami/scripts/postgresql-repmgr/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV APP_VERSION="10.20.0" \
ENV APP_VERSION="10.21.0" \
BITNAMI_APP_NAME="postgresql-repmgr" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \

View File

@@ -8,9 +8,9 @@
},
"postgresql-repmgr": {
"arch": "amd64",
"digest": "8d6f24013b473e2c8137ccb4e2dd6836900c615cac50ce3e65e267e9f57f366d",
"digest": "70ce365ad62b46ecbbf17740aaa02443bffca1868699aea0697d07ec14ffafd3",
"distro": "debian-10",
"type": "NAMI",
"version": "10.20.0-17"
"version": "10.21.0-0"
}
}

View File

@@ -51,7 +51,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`13`, `13-debian-10`, `13.6.0`, `13.6.0-debian-10-r91` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/13.6.0-debian-10-r91/13/debian-10/Dockerfile)
* [`12`, `12-debian-10`, `12.11.0`, `12.11.0-debian-10-r0` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/12.11.0-debian-10-r0/12/debian-10/Dockerfile)
* [`11`, `11-debian-10`, `11.16.0`, `11.16.0-debian-10-r-1` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.16.0-debian-10-r-1/11/debian-10/Dockerfile)
* [`10`, `10-debian-10`, `10.21.0`, `10.21.0-debian-10-r-1` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/10.21.0-debian-10-r-1/10/debian-10/Dockerfile)
* [`10`, `10-debian-10`, `10.21.0`, `10.21.0-debian-10-r0` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/10.21.0-debian-10-r0/10/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/postgresql-repmgr GitHub repo](https://github.com/bitnami/bitnami-docker-postgresql-repmgr).