{"architecture":"amd64","created":"2026-03-09T09:14:00.723742326Z","history":[{"created":"2026-03-01T09:13:51.988447373Z","created_by":"COPY / / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-01T09:13:51.988447373Z","created_by":"CMD [\"bash\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-01T14:25:24.588584645Z","created_by":"ARG CACHEBUST=ed14b4285117165ceb290e42a269c1a45a17db3dff9e3986f29c7a2bbff0e835","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-01T14:25:24.588584645Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-01T14:25:24.588584645Z","created_by":"ARG EXTRA_LOCALES","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-01T14:25:24.588584645Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-01T14:25:24.588584645Z","created_by":"ARG WITH_ALL_LOCALES=no","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-01T14:25:24.588584645Z","created_by":"ENV HOME=/ OS_ARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-01T14:25:24.588584645Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-01T14:25:24.588584645Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-09T09:13:54.85951477Z","created_by":"RUN |5 CACHEBUST=ed14b4285117165ceb290e42a269c1a45a17db3dff9e3986f29c7a2bbff0e835 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-03-09T09:13:54.965653261Z","created_by":"RUN |5 CACHEBUST=ed14b4285117165ceb290e42a269c1a45a17db3dff9e3986f29c7a2bbff0e835 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-03-09T09:13:55.024033282Z","created_by":"RUN |5 CACHEBUST=ed14b4285117165ceb290e42a269c1a45a17db3dff9e3986f29c7a2bbff0e835 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-03-09T09:13:55.372958389Z","created_by":"RUN |5 CACHEBUST=ed14b4285117165ceb290e42a269c1a45a17db3dff9e3986f29c7a2bbff0e835 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-03-09T09:13:57.569133973Z","created_by":"RUN |5 CACHEBUST=ed14b4285117165ceb290e42a269c1a45a17db3dff9e3986f29c7a2bbff0e835 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-03-09T09:13:57.633003921Z","created_by":"RUN |5 CACHEBUST=ed14b4285117165ceb290e42a269c1a45a17db3dff9e3986f29c7a2bbff0e835 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-03-09T09:13:57.988738574Z","created_by":"RUN |5 CACHEBUST=ed14b4285117165ceb290e42a269c1a45a17db3dff9e3986f29c7a2bbff0e835 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-03-09T09:13:58.623951773Z","created_by":"RUN |5 CACHEBUST=ed14b4285117165ceb290e42a269c1a45a17db3dff9e3986f29c7a2bbff0e835 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-03-09T09:13:59.803558413Z","created_by":"RUN |5 CACHEBUST=ed14b4285117165ceb290e42a269c1a45a17db3dff9e3986f29c7a2bbff0e835 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-03-09T09:14:00.079732679Z","created_by":"RUN |5 CACHEBUST=ed14b4285117165ceb290e42a269c1a45a17db3dff9e3986f29c7a2bbff0e835 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-03-09T09:14:00.090969738Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-09T09:14:00.652764641Z","created_by":"RUN |5 CACHEBUST=ed14b4285117165ceb290e42a269c1a45a17db3dff9e3986f29c7a2bbff0e835 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-03-09T09:14:00.723742326Z","created_by":"RUN |5 CACHEBUST=ed14b4285117165ceb290e42a269c1a45a17db3dff9e3986f29c7a2bbff0e835 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-03-09T09:14:00.723742326Z","created_by":"ENV APP_VERSION=17.7.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-03-09T09:14:00.723742326Z","created_by":"VOLUME [/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-09T09:14:00.723742326Z","created_by":"EXPOSE [5432/tcp]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-09T09:14:00.723742326Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-09T09:14:00.723742326Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/postgresql/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-09T09:14:00.723742326Z","created_by":"CMD [\"/opt/bitnami/scripts/postgresql/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:a60bc057bca79bdab86da455d4730f60d87fb178cb373d67e5eeec8accda8572","sha256:1f5d40351434ce8baf9b2a75078969d3f44d2277c4cee2759329ddfb90e19078","sha256:04252b1052220ebc28a47ddec1f0bc197d8913d328829f641f55ddc65f9a66c1","sha256:70d1d92c4a389378246a745f430708849f227379b96b1fb8a5fa123001a581df","sha256:3607f02a1cd998484090901a91cdbf98362a015bb79183e1a9fec3b27e6418fa","sha256:a86aa057e8122c829e91a721e5efbc03d9ec760ebd7eea6721613fb7c0459c40","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef","sha256:d24fa8d98a35939f3ef45bc66e1168d159e1ee1462881f75e1d21e21fa8d539b","sha256:9cc53c61a1b14dc1f9ed13e1b552fd25d4961c2401b159d4f7c588aa23dd170f","sha256:50d25ad1de43a53ec9b95962c3155e49423b35cc024535dc444ab9008cf78487","sha256:3516df93ce132902517c9b88451479b722fb6255690e1c6f41ef402a6fbd6bc9","sha256:79b88ab1a2f4bc2cf8a4b736c3d699a84ffb2fce521246bf3f6d364a1118207e","sha256:dd0d0be7fc24424393358da8498ecc8467e36006ad56c834650f9c636ced49b9","sha256:88b3a8960181f9016b0560a072360811dcbefd12ae6a1b9dfba0fe6569eb5f27","sha256:329e70f6c1ec8b701133b2f5506dcd9d6fbf8cc566ae8ee1243dd6292daf51ce"]},"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.7.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:2cd82735a36356842d5eb1ef80db3ae8f1154172f0f653db48fde079b2a0b7f7","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"]}}