{"architecture":"amd64","created":"2026-04-28T11:30:37.309099483Z","history":[{"created":"2026-04-28T11:20:02.637644574Z","created_by":"COPY / / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-28T11:20:02.637644574Z","created_by":"CMD [\"bash\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-28T11:30:18.908013915Z","created_by":"ARG CACHEBUST=73299ad08e2c76fceb2c21d69e37dde725ce07a7f5535100d94d40f1f8f4d6df","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-28T11:30:18.908013915Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-28T11:30:18.908013915Z","created_by":"ARG EXTRA_LOCALES","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-28T11:30:18.908013915Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-28T11:30:18.908013915Z","created_by":"ARG WITH_ALL_LOCALES=no","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-28T11:30:18.908013915Z","created_by":"ENV HOME=/ OS_ARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-28T11:30:18.908013915Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-28T11:30:18.908013915Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-28T11:30:30.977822279Z","created_by":"RUN |5 CACHEBUST=73299ad08e2c76fceb2c21d69e37dde725ce07a7f5535100d94d40f1f8f4d6df DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c install_packages postgresql-common postgresql-17 postgresql-17-pgaudit ca-certificates curl libbsd0 libbz2-1.0 libedit2 libffi8 libgcc-s1 libgmp10 libgnutls30 libhogweed6 libicu76 libidn2-0 libldap2 liblz4-1 liblzma5 libmd0 libnettle8 libp11-kit0 libpcre2-8-0 libreadline8 libsasl2-2 libsqlite3-0 libssl3t64 libstdc++6 libtasn1-6 libtinfo6 libunistring5 libuuid1 libxml2 libxslt1.1 libzstd1 locales procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-28T11:30:31.071456128Z","created_by":"RUN |5 CACHEBUST=73299ad08e2c76fceb2c21d69e37dde725ce07a7f5535100d94d40f1f8f4d6df DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /opt/bitnami/postgresql/share/ \u0026\u0026 cp /usr/share/postgresql/17/postgresql.conf.sample /opt/bitnami/postgresql/share/postgresql.conf.sample # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-28T11:30:31.127733008Z","created_by":"RUN |5 CACHEBUST=73299ad08e2c76fceb2c21d69e37dde725ce07a7f5535100d94d40f1f8f4d6df DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /opt/bitnami/postgresql/bin \u0026\u0026 ln -s /usr/lib/postgresql/17/bin/* /opt/bitnami/postgresql/bin/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-28T11:30:31.48387513Z","created_by":"RUN |5 CACHEBUST=73299ad08e2c76fceb2c21d69e37dde725ce07a7f5535100d94d40f1f8f4d6df DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=amd64 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=(       \"nss-wrapper-1.1.16-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":"2026-04-28T11:30:34.286668008Z","created_by":"RUN |5 CACHEBUST=73299ad08e2c76fceb2c21d69e37dde725ce07a7f5535100d94d40f1f8f4d6df DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=amd64 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":"2026-04-28T11:30:34.338540514Z","created_by":"RUN |5 CACHEBUST=73299ad08e2c76fceb2c21d69e37dde725ce07a7f5535100d94d40f1f8f4d6df DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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":"2026-04-28T11:30:34.664191081Z","created_by":"RUN |5 CACHEBUST=73299ad08e2c76fceb2c21d69e37dde725ce07a7f5535100d94d40f1f8f4d6df DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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":"2026-04-28T11:30:35.246490742Z","created_by":"RUN |5 CACHEBUST=73299ad08e2c76fceb2c21d69e37dde725ce07a7f5535100d94d40f1f8f4d6df DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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 \u0026\u0026     echo 'en_US.UTF-8 UTF-8' \u003e\u003e /etc/locale.gen # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-28T11:30:36.41075336Z","created_by":"RUN |5 CACHEBUST=73299ad08e2c76fceb2c21d69e37dde725ce07a7f5535100d94d40f1f8f4d6df DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=amd64 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":"2026-04-28T11:30:36.673439783Z","created_by":"RUN |5 CACHEBUST=73299ad08e2c76fceb2c21d69e37dde725ce07a7f5535100d94d40f1f8f4d6df DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c uninstall_packages curl # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-28T11:30:36.685536436Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-28T11:30:37.247219189Z","created_by":"RUN |5 CACHEBUST=73299ad08e2c76fceb2c21d69e37dde725ce07a7f5535100d94d40f1f8f4d6df DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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":"2026-04-28T11:30:37.309099483Z","created_by":"RUN |5 CACHEBUST=73299ad08e2c76fceb2c21d69e37dde725ce07a7f5535100d94d40f1f8f4d6df DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /var/run/postgresql \u0026\u0026 chown 1001:1001 /var/run/postgresql \u0026\u0026 chmod 755 /var/run/postgresql # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-28T11:30:37.309099483Z","created_by":"ENV APP_VERSION=17.8.0 BITNAMI_APP_NAME=postgresql IMAGE_REVISION=4 LANG=en_US.UTF-8 LANGUAGE=en_US:en NSS_WRAPPER_LIB=/opt/bitnami/common/lib/libnss_wrapper.so PATH=/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-28T11:30:37.309099483Z","created_by":"VOLUME [/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-28T11:30:37.309099483Z","created_by":"EXPOSE [5432/tcp]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-28T11:30:37.309099483Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-28T11:30:37.309099483Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/postgresql/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-28T11:30:37.309099483Z","created_by":"CMD [\"/opt/bitnami/scripts/postgresql/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:7e132bce79873dc3a5c112d9d9517930737adcb1a75d98036af555ab8acb4e44","sha256:08c108963e1d1b5acbfec5ea7ead546fe6334c8ce887a2760064d818cd0bc8c1","sha256:9b1f5f75725671ffe38673cd5a0dce4de1a6e43de2ed8c45518394f5e8af2d94","sha256:1de2e7cd2a7e0c94a46013efd1588a2cd75e5e819e5f35af360ff4c7b5277d3f","sha256:35abf211387937ad423dac16ffcb33dd1f4ab8f8229eb24084ddea4f07b6dda2","sha256:d1600eeb6cb1fd89bc80b0199da0b7d3ef4c2e435b2918b8d62e90aef380ec6d","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef","sha256:366c943390e7e590616a1cd48d031678ffc380641ba195bfd757100f89fad0f5","sha256:d561414f3b62f6248f7f2efe2e6691e78a386e792c6464604b916918db26ad48","sha256:93aba23c282fcd46b9aeae7689ef6db26b513c9000faff7d340fd461d26dfa6e","sha256:671dde148d49661d3107025823dc065372a55e9ea770e869fb70b582991e8c9e","sha256:77a448191866c2ddad8c0a9757080b54a354f96f16e0083e02bfa34cfe306e3b","sha256:a25528be5cc5954ecf275be4d1fdfd82dabf78c873aba817f2b267ce5680424c","sha256:9cf14065e63877cec77680305b5be204336f45fa6f70d6d7379d77ea477c0604","sha256:53e809fc74ae23483f686d5d8b2d60a677504dc1526565db85a43f63aa1fc5f3"]},"config":{"Cmd":["/opt/bitnami/scripts/postgresql/run.sh"],"Entrypoint":["/opt/bitnami/scripts/postgresql/entrypoint.sh"],"Env":["PATH=/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","HOME=/","OS_ARCH=amd64","APP_VERSION=17.8.0","BITNAMI_APP_NAME=postgresql","IMAGE_REVISION=4","LANG=en_US.UTF-8","LANGUAGE=en_US:en","NSS_WRAPPER_LIB=/opt/bitnami/common/lib/libnss_wrapper.so"],"Labels":{"ai.echo.image.name":"postgres","ai.echo.image.tag":"17-helm","ai.echo.image.upstream.digest":"sha256:5b96f1a16bd9768b060dd2ffe55cb6225c4d9ef4d214a8b21eb08134869a97e4","ai.echo.image.upstream.tag":"17","ai.echo.image.upstream.uri":"docker.io/library/postgres","com.echohq.image.name":"postgres","com.echohq.image.tag":"17-helm","org.opencontainers.image.author":"echohq.com","org.opencontainers.image.vendor":"echohq.com"},"User":"1001","Volumes":{"/bitnami/postgresql":{},"/docker-entrypoint-initdb.d":{},"/docker-entrypoint-preinitdb.d":{}},"WorkingDir":"/","ExposedPorts":{"5432/tcp":{}},"ArgsEscaped":true,"Shell":["/bin/bash","-o","errexit","-o","nounset","-o","pipefail","-c"]}}