Details
Created
2025-04-07 03:49:45 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
2025-04-07T03:46:59Z
-
org.opencontainers.image.description
Application packaged by Broadcom, Inc.
-
org.opencontainers.image.documentation
https://github.com/bitnami/containers/tree/main/bitnami/postgresql/README.md
-
org.opencontainers.image.ref.name
17.4.0-debian-12-r13
-
org.opencontainers.image.source
https://github.com/bitnami/containers/tree/main/bitnami/postgresql
-
org.opencontainers.image.title
postgresql
-
org.opencontainers.image.vendor
Broadcom, Inc.
-
org.opencontainers.image.version
17.4.0
Environment
APP_VERSION
17.4.0
BITNAMI_APP_NAME
postgresql
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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:59ce6b170d66d6b62bcceb43eb2c8812a061bc15aae586d05e7915cfcaf765d8 - 100.0% (105 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2025-04-06T00:07:08.498545753Z","comment":"from Bitnami with love"},{"created":"2025-04-07T03:49:06.305835318Z","created_by":"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:06.305835318Z","created_by":"ARG EXTRA_LOCALES","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:06.305835318Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:06.305835318Z","created_by":"ARG WITH_ALL_LOCALES=no","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:06.305835318Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-04-07T03:46:59Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/postgresql/README.md org.opencontainers.image.ref.name=17.4.0-debian-12-r13 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/postgresql org.opencontainers.image.title=postgresql org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=17.4.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:06.305835318Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:06.305835318Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-07T03:49:06.305835318Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:27.123967127Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libbsd0 libbz2-1.0 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 libzstd1 locales procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-07T03:49:29.050285253Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \"postgresql-17.4.0-10-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://${DOWNLOADS_URL}/${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 ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-07T03:49:35.046871023Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /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":"2025-04-07T03:49:35.669343356Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-07T03:49:37.301812897Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /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":"2025-04-07T03:49:37.990630312Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /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":"2025-04-07T03:49:39.268909082Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /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":"2025-04-07T03:49:41.510918022Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /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":"2025-04-07T03:49:42.565886636Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-07T03:49:43.702860343Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/postgresql/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-07T03:49:45.923991123Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/locales/add-extra-locales.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-07T03:49:45.923991123Z","created_by":"ENV APP_VERSION=17.4.0 BITNAMI_APP_NAME=postgresql LANG=en_US.UTF-8 LANGUAGE=en_US:en NSS_WRAPPER_LIB=/opt/bitnami/common/lib/libnss_wrapper.so PATH=/opt/bitnami/postgresql/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:45.923991123Z","created_by":"VOLUME [/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:45.923991123Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:45.923991123Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:45.923991123Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/postgresql/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:45.923991123Z","created_by":"CMD [\"/opt/bitnami/scripts/postgresql/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:5bee2c2f3156c23133f128b4e07ec6903c6e394a6a2a08e2708ef323c7104d58
Details
Created
2025-04-07 03:52:30 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
2025-04-07T03:46:59Z
-
org.opencontainers.image.description
Application packaged by Broadcom, Inc.
-
org.opencontainers.image.documentation
https://github.com/bitnami/containers/tree/main/bitnami/postgresql/README.md
-
org.opencontainers.image.ref.name
17.4.0-debian-12-r13
-
org.opencontainers.image.source
https://github.com/bitnami/containers/tree/main/bitnami/postgresql
-
org.opencontainers.image.title
postgresql
-
org.opencontainers.image.vendor
Broadcom, Inc.
-
org.opencontainers.image.version
17.4.0
Environment
APP_VERSION
17.4.0
BITNAMI_APP_NAME
postgresql
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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:7c6122e82c4d27edc37a644bd349aa9f0d1e8ad752837afaacd04869e73cbd69 - 100.0% (103 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2025-04-06T00:07:34.097206829Z","comment":"from Bitnami with love"},{"created":"2025-04-07T03:49:06.593738276Z","created_by":"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:06.593738276Z","created_by":"ARG EXTRA_LOCALES","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:06.593738276Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:06.593738276Z","created_by":"ARG WITH_ALL_LOCALES=no","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:06.593738276Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-04-07T03:46:59Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/postgresql/README.md org.opencontainers.image.ref.name=17.4.0-debian-12-r13 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/postgresql org.opencontainers.image.title=postgresql org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=17.4.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:06.593738276Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:49:06.593738276Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-07T03:49:06.593738276Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:50:36.300708568Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libbsd0 libbz2-1.0 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 libzstd1 locales procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-07T03:50:42.586860408Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \"postgresql-17.4.0-10-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://${DOWNLOADS_URL}/${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 ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-07T03:51:21.991145598Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /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":"2025-04-07T03:51:47.218918903Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-07T03:51:56.319709261Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /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":"2025-04-07T03:51:57.396685997Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /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":"2025-04-07T03:52:15.150412328Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /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":"2025-04-07T03:52:21.544180796Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /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":"2025-04-07T03:52:22.178822812Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-07T03:52:23.734075426Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/postgresql/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-07T03:52:30.221123871Z","created_by":"RUN |4 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/locales/add-extra-locales.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-07T03:52:30.221123871Z","created_by":"ENV APP_VERSION=17.4.0 BITNAMI_APP_NAME=postgresql LANG=en_US.UTF-8 LANGUAGE=en_US:en NSS_WRAPPER_LIB=/opt/bitnami/common/lib/libnss_wrapper.so PATH=/opt/bitnami/postgresql/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:52:30.221123871Z","created_by":"VOLUME [/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:52:30.221123871Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:52:30.221123871Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:52:30.221123871Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/postgresql/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-07T03:52:30.221123871Z","created_by":"CMD [\"/opt/bitnami/scripts/postgresql/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:578baddcdc4ec086e905ddf15d830f0e8a948d53c22172a4722ec36d67257bfb