Details
Created
2025-05-08 16:19:17 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-05-08T16:16:00Z
-
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
14.18.0-debian-12-r0
-
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
14.18.0
Environment
APP_VERSION
14.18.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:7bdc52b6b1e2d29926067342856e4e4a90bab20bbc6b9635863db1202e928621 - 100.0% (105 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2025-05-01T00:07:40.529654073Z","comment":"from Bitnami with love"},{"created":"2025-05-08T16:17:38.459575348Z","created_by":"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:17:38.459575348Z","created_by":"ARG EXTRA_LOCALES","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:17:38.459575348Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:17:38.459575348Z","created_by":"ARG WITH_ALL_LOCALES=no","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:17:38.459575348Z","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-05-08T16:16:00Z 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=14.18.0-debian-12-r0 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=14.18.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:17:38.459575348Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:17:38.459575348Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-08T16:17:38.459575348Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:17:48.365743253Z","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 libncurses6 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-05-08T16:17:51.590683839Z","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-14.18.0-0-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-05-08T16:17:54.387792016Z","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-05-08T16:18:53.459567209Z","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-05-08T16:18:58.071972611Z","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-05-08T16:18:58.772691623Z","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-05-08T16:19:04.71837677Z","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-05-08T16:19:06.452856167Z","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-05-08T16:19:11.437062927Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-08T16:19:16.109633362Z","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-05-08T16:19:17.912193253Z","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-05-08T16:19:17.912193253Z","created_by":"ENV APP_VERSION=14.18.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-05-08T16:19:17.912193253Z","created_by":"VOLUME [/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:19:17.912193253Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:19:17.912193253Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:19:17.912193253Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/postgresql/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:19:17.912193253Z","created_by":"CMD [\"/opt/bitnami/scripts/postgresql/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:f947e09849696528d6f0738f692847fc3a80a2905e23107a38e0660e8361138e
Details
Created
2025-05-08 16:22:09 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-05-08T16:16:00Z
-
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
14.18.0-debian-12-r0
-
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
14.18.0
Environment
APP_VERSION
14.18.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:7458036a7d33ce0573f11974aad1962b72067d3345cb6cfc153d52e5e459726c - 100.0% (103 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2025-05-01T00:08:20.031843093Z","comment":"from Bitnami with love"},{"created":"2025-05-08T16:17:38.46356788Z","created_by":"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:17:38.46356788Z","created_by":"ARG EXTRA_LOCALES","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:17:38.46356788Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:17:38.46356788Z","created_by":"ARG WITH_ALL_LOCALES=no","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:17:38.46356788Z","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-05-08T16:16:00Z 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=14.18.0-debian-12-r0 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=14.18.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:17:38.46356788Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:17:38.46356788Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-08T16:17:38.46356788Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:19:46.597598583Z","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 libncurses6 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-05-08T16:19:54.565276005Z","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-14.18.0-0-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-05-08T16:20:10.944510009Z","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-05-08T16:20:59.25031685Z","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-05-08T16:21:26.117647737Z","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-05-08T16:21:32.861307284Z","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-05-08T16:21:53.948686437Z","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-05-08T16:22:00.481934872Z","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-05-08T16:22:01.129639804Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-08T16:22:02.678353158Z","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-05-08T16:22:09.266530304Z","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-05-08T16:22:09.266530304Z","created_by":"ENV APP_VERSION=14.18.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-05-08T16:22:09.266530304Z","created_by":"VOLUME [/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:22:09.266530304Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:22:09.266530304Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:22:09.266530304Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/postgresql/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-08T16:22:09.266530304Z","created_by":"CMD [\"/opt/bitnami/scripts/postgresql/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:5fa7dcf9213fd80321c3d1786d942402761e0f8e374ee41732970d85d9db7910