Namespace
bitnamilegacy
Image / Tag
postgresql-repmgr:12.18.0-debian-12-r9
Content Digest
sha256:80198be4c6162f4aa9df418adc4e793da93f845314df2e6259608b5c96e1939d
Details
Created

2024-04-05 15:55:51 UTC

Size

99.4 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bookworm
  • org.opencontainers.image.created
    2024-04-05T15:34:35Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    12.18.0-debian-12-r9
  • org.opencontainers.image.title
    postgresql-repmgr
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    12.18.0

Environment
APP_VERSION

12.18.0

BITNAMI_APP_NAME

postgresql-repmgr

HOME

/

LANG

en_US.UTF-8

LANGUAGE

en_US:en

NSS_WRAPPER_LIB

/opt/bitnami/common/lib/libnss_wrapper.so

OS_ARCH

amd64

OS_FLAVOUR

debian-12

OS_NAME

linux

PATH

/opt/bitnami/postgresql/bin:/opt/bitnami/repmgr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:413649ca8da99cf8d7e766645c503f9af0b488d7da5e0058546630e3ba37caaf - 100.0% (99.4 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-04-02T00:10:50.886175099Z","comment":"from Bitnami with love"},{"created":"2024-04-05T15:55:08.470667277Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-04-05T15:55:08.470667277Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2024-04-05T15:34:35Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=12.18.0-debian-12-r9 org.opencontainers.image.title=postgresql-repmgr org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=12.18.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-04-05T15:55:08.470667277Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-04-05T15:55:08.470667277Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:55:08.470667277Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-04-05T15:55:26.054973909Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libbsd0 libedit2 libffi8 libgcc-s1 libgmp10 libgnutls30 libhogweed6 libicu72 libidn2-0 libldap-2.5-0 liblzma5 libmd0 libnettle8 libp11-kit0 libpcre3 libreadline8 libsasl2-2 libsqlite3-0 libssl3 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 locales procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:55:28.321420097Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"postgresql-repmgr-12.18.0-5-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256\" -O ; fi ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:55:36.935875299Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:55:37.532924506Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:55:39.32333272Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c localedef -c -f UTF-8 -i en_US en_US.UTF-8 # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:55:40.042499092Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\; || true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:55:41.006016436Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \u0026\u0026 DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:55:42.739635962Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c echo 'en_GB.UTF-8 UTF-8' \u003e\u003e /etc/locale.gen \u0026\u0026 locale-gen # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:55:45.780414276Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c echo 'en_US.UTF-8 UTF-8' \u003e\u003e /etc/locale.gen \u0026\u0026 locale-gen # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:55:46.839722842Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:55:47.998011016Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/postgresql-repmgr/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:55:51.864717814Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/locales/add-extra-locales.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:55:51.864717814Z","created_by":"ENV APP_VERSION=12.18.0 BITNAMI_APP_NAME=postgresql-repmgr LANG=en_US.UTF-8 LANGUAGE=en_US:en NSS_WRAPPER_LIB=/opt/bitnami/common/lib/libnss_wrapper.so PATH=/opt/bitnami/postgresql/bin:/opt/bitnami/repmgr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-04-05T15:55:51.864717814Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-04-05T15:55:51.864717814Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-04-05T15:55:51.864717814Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/postgresql-repmgr/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-04-05T15:55:51.864717814Z","created_by":"CMD [\"/opt/bitnami/scripts/postgresql-repmgr/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:902e064d69f8c7936dbfc8f05299413e963cd4ff14f7bb8d82767ca2cc9b6c20

Details
Created

2024-04-05 15:58:46 UTC

Size

97.9 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bookworm
  • org.opencontainers.image.created
    2024-04-05T15:34:35Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    12.18.0-debian-12-r9
  • org.opencontainers.image.title
    postgresql-repmgr
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    12.18.0

Environment
APP_VERSION

12.18.0

BITNAMI_APP_NAME

postgresql-repmgr

HOME

/

LANG

en_US.UTF-8

LANGUAGE

en_US:en

NSS_WRAPPER_LIB

/opt/bitnami/common/lib/libnss_wrapper.so

OS_ARCH

arm64

OS_FLAVOUR

debian-12

OS_NAME

linux

PATH

/opt/bitnami/postgresql/bin:/opt/bitnami/repmgr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:84e55f9515d77689e3dca48e17e40cf2f0202c32a8d2ca0c98085506b415581c - 100.0% (97.9 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-04-01T00:12:17.598498889Z","comment":"from Bitnami with love"},{"created":"2024-04-05T15:55:08.754978021Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-04-05T15:55:08.754978021Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2024-04-05T15:34:35Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=12.18.0-debian-12-r9 org.opencontainers.image.title=postgresql-repmgr org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=12.18.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-04-05T15:55:08.754978021Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-04-05T15:55:08.754978021Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:55:08.754978021Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-04-05T15:56:57.255478109Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libbsd0 libedit2 libffi8 libgcc-s1 libgmp10 libgnutls30 libhogweed6 libicu72 libidn2-0 libldap-2.5-0 liblzma5 libmd0 libnettle8 libp11-kit0 libpcre3 libreadline8 libsasl2-2 libsqlite3-0 libssl3 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 locales procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:57:03.844620587Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"postgresql-repmgr-12.18.0-5-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256\" -O ; fi ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:57:22.756094789Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:57:28.66311713Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:57:36.000876165Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c localedef -c -f UTF-8 -i en_US en_US.UTF-8 # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:57:37.10830864Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\; || true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:58:00.02122892Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \u0026\u0026 DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:58:07.524400114Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c echo 'en_GB.UTF-8 UTF-8' \u003e\u003e /etc/locale.gen \u0026\u0026 locale-gen # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:58:28.835231114Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c echo 'en_US.UTF-8 UTF-8' \u003e\u003e /etc/locale.gen \u0026\u0026 locale-gen # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:58:29.405978287Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:58:31.10379064Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/postgresql-repmgr/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:58:46.057880188Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/locales/add-extra-locales.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-04-05T15:58:46.057880188Z","created_by":"ENV APP_VERSION=12.18.0 BITNAMI_APP_NAME=postgresql-repmgr LANG=en_US.UTF-8 LANGUAGE=en_US:en NSS_WRAPPER_LIB=/opt/bitnami/common/lib/libnss_wrapper.so PATH=/opt/bitnami/postgresql/bin:/opt/bitnami/repmgr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-04-05T15:58:46.057880188Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-04-05T15:58:46.057880188Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-04-05T15:58:46.057880188Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/postgresql-repmgr/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-04-05T15:58:46.057880188Z","created_by":"CMD [\"/opt/bitnami/scripts/postgresql-repmgr/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:e4a19cf7f756abddfc88302a6cb39cbfedf9ed7a7fc34dd5b9b7951f0a19f270

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete