Details
Created
2024-03-07 03:43:27 UTC
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-03-07T03:40:56Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
15.6.0-debian-12-r6
-
org.opencontainers.image.title
postgresql-repmgr
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
15.6.0
Environment
APP_VERSION
15.6.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:7f1d3f47580005c22ffeac00bd5bf86d585f530336ae5b91c3eb376091c027f9 - 100.0% (270 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2024-03-07T00:09:03.40335832Z","comment":"from Bitnami with love"},{"created":"2024-03-07T03:41:56.260254488Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-07T03:41:56.260254488Z","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-03-07T03:40:56Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=15.6.0-debian-12-r6 org.opencontainers.image.title=postgresql-repmgr org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=15.6.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-07T03:41:56.260254488Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-07T03:41:56.260254488Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-03-07T03:41:56.260254488Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-07T03:42:02.513120272Z","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 liblz4-1 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-03-07T03:42:11.100717032Z","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-15.6.0-2-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-03-07T03:42:14.016560206Z","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-03-07T03:42:15.191291658Z","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-03-07T03:42:21.694819752Z","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-03-07T03:42:29.827384426Z","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-03-07T03:42:38.705056654Z","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-03-07T03:42:49.322598978Z","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-03-07T03:42:59.887627797Z","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-03-07T03:43:05.268175363Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-03-07T03:43:14.687367349Z","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-03-07T03:43:27.177128082Z","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-03-07T03:43:27.177128082Z","created_by":"ENV APP_VERSION=15.6.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-03-07T03:43:27.177128082Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-07T03:43:27.177128082Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-07T03:43:27.177128082Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/postgresql-repmgr/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-07T03:43:27.177128082Z","created_by":"CMD [\"/opt/bitnami/scripts/postgresql-repmgr/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:74ed62a927e9057fd92d025fd35038095dd107067068de3e58b19b2456d1fa14
Details
Created
2024-03-07 03:47:16 UTC
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-03-07T03:40:56Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
15.6.0-debian-12-r6
-
org.opencontainers.image.title
postgresql-repmgr
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
15.6.0
Environment
APP_VERSION
15.6.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:2cdeb2c3003722e66c84f5e30a86ffea82a5a3a416abaf46845d921c3f1d6e66 - 100.0% (264 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2024-03-07T00:09:08.064776145Z","comment":"from Bitnami with love"},{"created":"2024-03-07T03:41:57.008539874Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-07T03:41:57.008539874Z","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-03-07T03:40:56Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=15.6.0-debian-12-r6 org.opencontainers.image.title=postgresql-repmgr org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=15.6.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-07T03:41:57.008539874Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-07T03:41:57.008539874Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-03-07T03:41:57.008539874Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-07T03:44:34.328637239Z","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 liblz4-1 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-03-07T03:45:08.812954291Z","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-15.6.0-2-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-03-07T03:45:47.605623358Z","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-03-07T03:45:54.687379151Z","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-03-07T03:46:02.265486317Z","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-03-07T03:46:03.779252836Z","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-03-07T03:46:27.318302158Z","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-03-07T03:46:35.944811395Z","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-03-07T03:46:51.071947671Z","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-03-07T03:46:52.394474331Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-03-07T03:46:56.259270827Z","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-03-07T03:47:16.800992184Z","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-03-07T03:47:16.800992184Z","created_by":"ENV APP_VERSION=15.6.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-03-07T03:47:16.800992184Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-07T03:47:16.800992184Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-07T03:47:16.800992184Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/postgresql-repmgr/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-07T03:47:16.800992184Z","created_by":"CMD [\"/opt/bitnami/scripts/postgresql-repmgr/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:52d271b195ede5b3effa7bef8b5bfa4d6adf46a2c6c79b2c2c2501f6c30d60c1