{"architecture":"amd64","created":"2026-05-28T15:09:30.920588887Z","history":[{"created":"2026-05-28T14:15:46.631417685Z","created_by":"COPY / / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-28T14:15:46.631417685Z","created_by":"CMD [\"bash\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-28T15:09:13.931398429Z","created_by":"ARG CACHEBUST=f67c967b2174b8abdf1d7f53ceff25b6120018a04b64f6ad9f7bfd40a7b2be95","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-28T15:09:13.931398429Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-28T15:09:13.931398429Z","created_by":"ARG EXTRA_LOCALES","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-28T15:09:13.931398429Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-28T15:09:13.931398429Z","created_by":"ARG WITH_ALL_LOCALES=no","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-28T15:09:13.931398429Z","created_by":"ENV HOME=/ OS_ARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-28T15:09:13.931398429Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-28T15:09:13.931398429Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-28T15:09:24.700142663Z","created_by":"RUN |5 CACHEBUST=f67c967b2174b8abdf1d7f53ceff25b6120018a04b64f6ad9f7bfd40a7b2be95 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-05-28T15:09:24.796459948Z","created_by":"RUN |5 CACHEBUST=f67c967b2174b8abdf1d7f53ceff25b6120018a04b64f6ad9f7bfd40a7b2be95 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-05-28T15:09:24.857146087Z","created_by":"RUN |5 CACHEBUST=f67c967b2174b8abdf1d7f53ceff25b6120018a04b64f6ad9f7bfd40a7b2be95 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-05-28T15:09:25.418837743Z","created_by":"RUN |5 CACHEBUST=f67c967b2174b8abdf1d7f53ceff25b6120018a04b64f6ad9f7bfd40a7b2be95 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-05-28T15:09:27.92255756Z","created_by":"RUN |5 CACHEBUST=f67c967b2174b8abdf1d7f53ceff25b6120018a04b64f6ad9f7bfd40a7b2be95 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-05-28T15:09:27.971720641Z","created_by":"RUN |5 CACHEBUST=f67c967b2174b8abdf1d7f53ceff25b6120018a04b64f6ad9f7bfd40a7b2be95 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-05-28T15:09:28.295976677Z","created_by":"RUN |5 CACHEBUST=f67c967b2174b8abdf1d7f53ceff25b6120018a04b64f6ad9f7bfd40a7b2be95 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-05-28T15:09:28.883108333Z","created_by":"RUN |5 CACHEBUST=f67c967b2174b8abdf1d7f53ceff25b6120018a04b64f6ad9f7bfd40a7b2be95 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-05-28T15:09:30.028798582Z","created_by":"RUN |5 CACHEBUST=f67c967b2174b8abdf1d7f53ceff25b6120018a04b64f6ad9f7bfd40a7b2be95 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-05-28T15:09:30.290002917Z","created_by":"RUN |5 CACHEBUST=f67c967b2174b8abdf1d7f53ceff25b6120018a04b64f6ad9f7bfd40a7b2be95 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-05-28T15:09:30.301612702Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-05-28T15:09:30.860950799Z","created_by":"RUN |5 CACHEBUST=f67c967b2174b8abdf1d7f53ceff25b6120018a04b64f6ad9f7bfd40a7b2be95 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-05-28T15:09:30.920588887Z","created_by":"RUN |5 CACHEBUST=f67c967b2174b8abdf1d7f53ceff25b6120018a04b64f6ad9f7bfd40a7b2be95 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-05-28T15:09:30.920588887Z","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-05-28T15:09:30.920588887Z","created_by":"VOLUME [/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-28T15:09:30.920588887Z","created_by":"EXPOSE [5432/tcp]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-28T15:09:30.920588887Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-28T15:09:30.920588887Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/postgresql/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-05-28T15:09:30.920588887Z","created_by":"CMD [\"/opt/bitnami/scripts/postgresql/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:e86ccd2d476c1936bb1adb08abe0f97601f933d0bc3d4579645a767cb45da7f8","sha256:b9609047fb1a9b98af60e66da34b7b37698e342773a5d5d9c7782b9c2def3dae","sha256:89958b19a838482dcd8c5411e4743f1e97c9d3477942f5e3ac58906d9d7fb528","sha256:b0b40092dbbdc564e6ccce02ec71a43355a0567b7348c30446d91a291e032468","sha256:e6ea38ab092a60c7a0077272228ff739af8f6d1d06dcddf6fa95efd89c37210e","sha256:9dddb9e93f16a4d1748a635ae515c84246885a4e5dcf97e689fd477eb7198985","sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef","sha256:bc8f5ab0822d9eaa0ee60b0b32ca85ad6ca968bc1c025c9896653a85db8dbf29","sha256:aba3dd182746c9e994a4c3b4b176239fbed377c36b20ed65fe6e738c06801f4e","sha256:ac9098cb7a049b36934b955eed3cacccc46f519d41e84c433b91216ef0fb18a3","sha256:be9eb516f772c738f61417874542b7d383b494dfec429ec60d2f9e4eea7d9089","sha256:99aa8d2a66a943533f813db9a01e22cc41527ef9ac8ec48288e643751d80d726","sha256:00c3e1accd56c103584eb02d02ce57ab8869994e319051bf03d0289e63696246","sha256:8702ec7bddffafcc61a2c7d6a893d569358fe44a94f32d4ebc81121bedeb48bc","sha256:85cd3de4056b0ba814dc0c6ae4f4c3d1a5ec25a036252dc5d3baf38b3765e848"]},"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:0027bef26712baaee437a4ea48fdf3d2d2e2bc5f0d81615374408ca320f3c7e3","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"]}}