From 84c30edf0f4eeccee4a5c829537c53f8252d300c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 11 Feb 2026 17:16:59 +0100 Subject: [PATCH] [bitnami/postgresql-repmgr] Release 18.2.0-debian-12-r0 (#90654) Signed-off-by: Bitnami Bot --- bitnami/postgresql-repmgr/18/debian-12/Dockerfile | 10 +++++----- bitnami/postgresql-repmgr/README.md | 8 -------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/bitnami/postgresql-repmgr/18/debian-12/Dockerfile b/bitnami/postgresql-repmgr/18/debian-12/Dockerfile index d52ca26b7b46..1b4c8c46d2c1 100644 --- a/bitnami/postgresql-repmgr/18/debian-12/Dockerfile +++ b/bitnami/postgresql-repmgr/18/debian-12/Dockerfile @@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-02-10T03:57:58Z" \ + org.opencontainers.image.created="2026-02-11T16:03:23Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/postgresql-repmgr/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql-repmgr" \ org.opencontainers.image.title="postgresql-repmgr" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="18.1.0" + org.opencontainers.image.version="18.2.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ "nss-wrapper-1.1.16-0-linux-${OS_ARCH}-debian-12" \ - "postgresql-repmgr-18.1.0-13-linux-${OS_ARCH}-debian-12" \ + "postgresql-repmgr-18.2.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -53,9 +53,9 @@ RUN uninstall_packages curl COPY rootfs / RUN /opt/bitnami/scripts/postgresql-repmgr/postunpack.sh -ENV APP_VERSION="18.1.0" \ +ENV APP_VERSION="18.2.0" \ BITNAMI_APP_NAME="postgresql-repmgr" \ - IMAGE_REVISION="15" \ + IMAGE_REVISION="0" \ LANG="en_US.UTF-8" \ LANGUAGE="en_US:en" \ NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \ diff --git a/bitnami/postgresql-repmgr/README.md b/bitnami/postgresql-repmgr/README.md index 336a16baa572..f4be788b4264 100644 --- a/bitnami/postgresql-repmgr/README.md +++ b/bitnami/postgresql-repmgr/README.md @@ -811,14 +811,6 @@ Please be aware this file has not undergone internal testing. Consequently, we a If you detect any issue in the `docker-compose.yaml` file, feel free to report it or contribute with a fix by following our [Contributing Guidelines](https://github.com/bitnami/containers/blob/main/CONTRIBUTING.md). -## Contributing - -We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution. - -## Issues - -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template. - ## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.