diff --git a/bitnami/postgresql-repmgr/17/debian-12/Dockerfile b/bitnami/postgresql-repmgr/17/debian-12/Dockerfile index 590cad1330fe..a693cb02e0c1 100644 --- a/bitnami/postgresql-repmgr/17/debian-12/Dockerfile +++ b/bitnami/postgresql-repmgr/17/debian-12/Dockerfile @@ -8,7 +8,7 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-08-19T14:46:33Z" \ + org.opencontainers.image.created="2025-08-26T12:08:16Z" \ 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" \ @@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "postgresql-repmgr-17.6.0-0-linux-${OS_ARCH}-debian-12" \ + "postgresql-repmgr-17.6.0-1-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -59,7 +59,7 @@ RUN echo 'en_GB.UTF-8 UTF-8' >> /etc/locale.gen RUN /opt/bitnami/scripts/locales/generate-locales.sh ENV APP_VERSION="17.6.0" \ BITNAMI_APP_NAME="postgresql-repmgr" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="2" \ 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/17/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/postgresql-repmgr/17/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json deleted file mode 100644 index d229718a3b75..000000000000 --- a/bitnami/postgresql-repmgr/17/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "postgresql-repmgr": { - "arch": "amd64", - "distro": "debian-12", - "type": "NAMI", - "version": "17.6.0-0" - } -} \ No newline at end of file