{"architecture":"arm64","config":{"User":"1001","ExposedPorts":{"5432/tcp":{}},"Env":["PATH=/opt/bitnami/postgresql/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","HOME=/","OS_ARCH=arm64","OS_FLAVOUR=debian-12","OS_NAME=linux","APP_VERSION=17.6.0","BITNAMI_APP_NAME=postgresql","IMAGE_REVISION=2","LANG=en_US.UTF-8","LANGUAGE=en_US:en","NSS_WRAPPER_LIB=/opt/bitnami/common/lib/libnss_wrapper.so"],"Entrypoint":["/opt/bitnami/scripts/postgresql/entrypoint.sh"],"Cmd":["/opt/bitnami/scripts/postgresql/run.sh"],"Volumes":{"/bitnami/postgresql":{},"/docker-entrypoint-initdb.d":{},"/docker-entrypoint-preinitdb.d":{}},"Labels":{"com.vmware.cp.artifact.flavor":"sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83","org.opencontainers.image.base.name":"docker.io/bitnami/minideb:bookworm","org.opencontainers.image.created":"2025-08-19T18:31:28Z","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.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.6.0"},"ArgsEscaped":true,"Shell":["/bin/bash","-o","errexit","-o","nounset","-o","pipefail","-c"]},"created":"0001-01-01T00:00:00Z","history":[{"created":"0001-01-01T00:00:00Z","created_by":"crane flatten sha256:9825e7f9d0c16e8c8b534b3d5388ca785e6e8510ca04744d06d0582b658c7a81","comment":"[{\"created\":\"2025-08-10T00:08:37.660464528Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2025-08-19T18:37:55.261494605Z\",\"created_by\":\"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-19T18:37:55.261494605Z\",\"created_by\":\"ARG EXTRA_LOCALES\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-19T18:37:55.261494605Z\",\"created_by\":\"ARG TARGETARCH=arm64\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-19T18:37:55.261494605Z\",\"created_by\":\"ARG WITH_ALL_LOCALES=no\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-19T18:37:55.261494605Z\",\"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-08-19T18:31:28Z 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.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.6.0\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-19T18:37:55.261494605Z\",\"created_by\":\"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-19T18:37:55.261494605Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-08-19T18:37:55.261494605Z\",\"created_by\":\"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-19T18:39:11.066404331Z\",\"created_by\":\"RUN |4 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-08-19T18:39:17.810900001Z\",\"created_by\":\"RUN |4 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ;     mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ;     COMPONENTS=(       \\\"postgresql-17.6.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-08-19T18:39:32.028596464Z\",\"created_by\":\"RUN |4 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c 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-08-19T18:39:32.671790106Z\",\"created_by\":\"RUN |4 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-08-19T18:39:33.687538717Z\",\"created_by\":\"RUN |4 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-08-19T18:39:51.131727028Z\",\"created_by\":\"RUN |4 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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 \\u0026\\u0026     echo 'en_US.UTF-8 UTF-8' \\u003e\\u003e /etc/locale.gen # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-08-19T18:39:53.951221256Z\",\"created_by\":\"RUN |4 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c uninstall_packages curl # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-08-19T18:39:54.497976761Z\",\"created_by\":\"COPY rootfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-08-19T18:39:55.94440399Z\",\"created_by\":\"RUN |4 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-08-19T18:40:19.171820242Z\",\"created_by\":\"RUN |4 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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 \\u0026\\u0026     echo 'en_US.UTF-8 UTF-8' \\u003e\\u003e /etc/locale.gen # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-08-19T18:40:31.269749192Z\",\"created_by\":\"RUN |4 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/locales/generate-locales.sh # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-08-19T18:40:31.269749192Z\",\"created_by\":\"ENV APP_VERSION=17.6.0 BITNAMI_APP_NAME=postgresql IMAGE_REVISION=2 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-08-19T18:40:31.269749192Z\",\"created_by\":\"VOLUME [/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-19T18:40:31.269749192Z\",\"created_by\":\"EXPOSE map[5432/tcp:{}]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-19T18:40:31.269749192Z\",\"created_by\":\"USER 1001\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-19T18:40:31.269749192Z\",\"created_by\":\"ENTRYPOINT [\\\"/opt/bitnami/scripts/postgresql/entrypoint.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-08-19T18:40:31.269749192Z\",\"created_by\":\"CMD [\\\"/opt/bitnami/scripts/postgresql/run.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]"}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:7f25198ae9d88a40d650f5b1ec16490ce31cb20a0ee4adabe92882700e5a69a9"]}}