Tag

bitnami/postgresql:latest
Content Digest: sha256:5614f19e4a5077217e53b3bd7e7f69d06af6a02919af4b90a9702e3648190c8c
Manifests
Details
Content Digest

sha256:95695fccc2fb59cab6170c44711b4eda766d4b0b723846cb8f546bd5387baef1

Created

2026-09-03 16:47:06 UTC

Size

122 MB


Labels
  • build-date
    20260727
  • name
    Photon OS x86_64/5.0 Base Image
  • org.opencontainers.image.base.name
    docker.io/library/photon:5.0
  • org.opencontainers.image.created
    2026-09-03T16:41:54Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.title
    postgresql
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    18.6.0
  • vendor
    VMware

Environment
APP_VERSION

18.6.0

BITNAMI_APP_NAME

postgresql

HOME

/

IMAGE_REVISION

7

LANG

en_US.UTF-8

LANGUAGE

en_US:en

NSS_WRAPPER_LIB

/opt/bitnami/common/lib/libnss_wrapper.so

OPENSSL_FIPS

yes

OPENSSL_FIPS_PROVIDER_PATH

/etc/ssl/provider_fips.cnf

OS_ARCH

amd64

OS_FLAVOUR

photon-5

OS_NAME

linux

PATH

/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:3705d091c6f73b715d52698c93d1553e9a4d6810807af6324105517f23417062 - 100.0% (122 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2026-07-28T20:50:28.918574219Z","created_by":"ADD photon-rootfs-5.0-deb740b97.x86_64.tar.gz / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-28T20:50:28.918574219Z","created_by":"LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20260727","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-28T20:50:28.918574219Z","created_by":"CMD [\"/bin/bash\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:45:52.825022703Z","created_by":"ARG DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:45:52.825022703Z","created_by":"ARG EXTRA_LOCALES","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:45:52.825022703Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:45:52.825022703Z","created_by":"ARG WITH_ALL_LOCALES=no","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:45:52.825022703Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/library/photon:5.0 org.opencontainers.image.created=2026-09-03T16:41:54Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.title=postgresql org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=18.6.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:45:52.825022703Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=photon-5 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:45:52.825022703Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:45:52.825022703Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:46:40.343436039Z","created_by":"RUN |4 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c install_packages bzip2-libs ca-certificates curl cyrus-sasl findutils gawk glibc-i18n gzip icu libaio-devel libgcc libstdc++ libxml2 libxslt lz4 ncurses-libs net-tools openldap openssl-fips-provider openssl-libs pcre2-libs procps-ng readline sed shadow sqlite-libs tar util-linux util-linux-libs which zlib # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:46:43.42961544Z","created_by":"RUN |4 DOWNLOADS_URL=https://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-2-linux-${OS_ARCH}-photon-5\" \"postgresql-18.6.0-5-linux-${OS_ARCH}-photon-5\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; fi ; sha256sum -c \"/opt/bitnami/checksums/${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner ; rm -rf \"${COMPONENT}\".tar.gz ; done ; rm -rf /opt/bitnami/checksums ; # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:46:54.496269908Z","created_by":"RUN |4 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c tdnf upgrade --exclude=filesystem -y \u0026\u0026 tdnf clean all \u0026\u0026 rm -rf /var/cache/tdnf # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:46:54.599414935Z","created_by":"RUN |4 DOWNLOADS_URL=https://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/openssl-apply-fips.sh \u0026\u0026 rm -f /opt/bitnami/scripts/openssl-apply-fips.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:46:54.731739755Z","created_by":"RUN |4 DOWNLOADS_URL=https://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/vmware-stig.sh \u0026\u0026 rm -f /opt/bitnami/scripts/vmware-stig.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:46:54.830802051Z","created_by":"RUN |4 DOWNLOADS_URL=https://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-09-03T16:46:54.939486672Z","created_by":"RUN |4 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 99999/' /etc/login.defs \u0026\u0026 sed -i 's/^PASS_WARN_AGE.*/PASS_WARN_AGE 7/' /etc/login.defs # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:47:03.622223517Z","created_by":"RUN |4 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c rm /etc/shadow \u0026\u0026 tdnf reinstall shadow -y \u0026\u0026 tdnf clean all # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:47:03.932996399Z","created_by":"RUN |4 DOWNLOADS_URL=https://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-09-03T16:47:04.033287294Z","created_by":"RUN |4 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith 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.conf # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:47:06.621979203Z","created_by":"RUN |4 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=amd64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c locale-gen.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:47:06.666421492Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:47:06.853735789Z","created_by":"RUN |4 DOWNLOADS_URL=https://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-09-03T16:47:06.853735789Z","created_by":"ENV APP_VERSION=18.6.0 BITNAMI_APP_NAME=postgresql IMAGE_REVISION=7 LANG=en_US.UTF-8 LANGUAGE=en_US:en NSS_WRAPPER_LIB=/opt/bitnami/common/lib/libnss_wrapper.so OPENSSL_FIPS=yes OPENSSL_FIPS_PROVIDER_PATH=/etc/ssl/provider_fips.cnf 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-09-03T16:47:06.853735789Z","created_by":"VOLUME [/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:47:06.853735789Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:47:06.853735789Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:47:06.853735789Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/postgresql/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:47:06.853735789Z","created_by":"CMD [\"/opt/bitnami/scripts/postgresql/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:c52c62f3efc8b29b24cda500031ffb6fc5eeb12abee594189e2bb96ddb865e9a

Details
Content Digest

sha256:48fa39ad2ed8aaa6e01334f8d49a64d1193d274d89075d4c3aecf9c9bd9f6163

Created

2026-09-03 16:48:39 UTC

Size

120 MB


Labels
  • build-date
    20260727
  • name
    Photon OS aarch64/5.0 Base Image
  • org.opencontainers.image.base.name
    docker.io/library/photon:5.0
  • org.opencontainers.image.created
    2026-09-03T16:41:54Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.title
    postgresql
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    18.6.0
  • vendor
    VMware

Environment
APP_VERSION

18.6.0

BITNAMI_APP_NAME

postgresql

HOME

/

IMAGE_REVISION

7

LANG

en_US.UTF-8

LANGUAGE

en_US:en

NSS_WRAPPER_LIB

/opt/bitnami/common/lib/libnss_wrapper.so

OPENSSL_FIPS

yes

OPENSSL_FIPS_PROVIDER_PATH

/etc/ssl/provider_fips.cnf

OS_ARCH

arm64

OS_FLAVOUR

photon-5

OS_NAME

linux

PATH

/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:1fd946de59aecdd677cb76282887e2b9756241febee315ad57ec2df41fac944d - 100.0% (120 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2026-07-28T20:50:36.171860255Z","created_by":"ADD photon-rootfs-5.0-deb740b97.aarch64.tar.gz / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-28T20:50:36.171860255Z","created_by":"LABEL name=Photon OS aarch64/5.0 Base Image vendor=VMware build-date=20260727","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-28T20:50:36.171860255Z","created_by":"CMD [\"/bin/bash\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:45:52.829031752Z","created_by":"ARG DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:45:52.829031752Z","created_by":"ARG EXTRA_LOCALES","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:45:52.829031752Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:45:52.829031752Z","created_by":"ARG WITH_ALL_LOCALES=no","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:45:52.829031752Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/library/photon:5.0 org.opencontainers.image.created=2026-09-03T16:41:54Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.title=postgresql org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=18.6.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:45:52.829031752Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=photon-5 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:45:52.829031752Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:45:52.829031752Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:47:23.68322075Z","created_by":"RUN |4 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c install_packages bzip2-libs ca-certificates curl cyrus-sasl findutils gawk glibc-i18n gzip icu libaio-devel libgcc libstdc++ libxml2 libxslt lz4 ncurses-libs net-tools openldap openssl-fips-provider openssl-libs pcre2-libs procps-ng readline sed shadow sqlite-libs tar util-linux util-linux-libs which zlib # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:47:31.072992579Z","created_by":"RUN |4 DOWNLOADS_URL=https://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=( \"nss-wrapper-1.1.16-2-linux-${OS_ARCH}-photon-5\" \"postgresql-18.6.0-5-linux-${OS_ARCH}-photon-5\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; fi ; sha256sum -c \"/opt/bitnami/checksums/${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner ; rm -rf \"${COMPONENT}\".tar.gz ; done ; rm -rf /opt/bitnami/checksums ; # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:47:58.332585613Z","created_by":"RUN |4 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c tdnf upgrade --exclude=filesystem -y \u0026\u0026 tdnf clean all \u0026\u0026 rm -rf /var/cache/tdnf # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:47:58.690157703Z","created_by":"RUN |4 DOWNLOADS_URL=https://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/openssl-apply-fips.sh \u0026\u0026 rm -f /opt/bitnami/scripts/openssl-apply-fips.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:47:59.685660149Z","created_by":"RUN |4 DOWNLOADS_URL=https://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/vmware-stig.sh \u0026\u0026 rm -f /opt/bitnami/scripts/vmware-stig.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:47:59.841694185Z","created_by":"RUN |4 DOWNLOADS_URL=https://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":"2026-09-03T16:48:00.046351103Z","created_by":"RUN |4 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 99999/' /etc/login.defs \u0026\u0026 sed -i 's/^PASS_WARN_AGE.*/PASS_WARN_AGE 7/' /etc/login.defs # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:48:24.12044706Z","created_by":"RUN |4 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c rm /etc/shadow \u0026\u0026 tdnf reinstall shadow -y \u0026\u0026 tdnf clean all # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:48:24.790537272Z","created_by":"RUN |4 DOWNLOADS_URL=https://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":"2026-09-03T16:48:24.931769975Z","created_by":"RUN |4 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith 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.conf # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:48:38.663136664Z","created_by":"RUN |4 DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith EXTRA_LOCALES= TARGETARCH=arm64 WITH_ALL_LOCALES=no /bin/bash -o errexit -o nounset -o pipefail -c locale-gen.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:48:38.705355961Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-09-03T16:48:39.812461376Z","created_by":"RUN |4 DOWNLOADS_URL=https://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":"2026-09-03T16:48:39.812461376Z","created_by":"ENV APP_VERSION=18.6.0 BITNAMI_APP_NAME=postgresql IMAGE_REVISION=7 LANG=en_US.UTF-8 LANGUAGE=en_US:en NSS_WRAPPER_LIB=/opt/bitnami/common/lib/libnss_wrapper.so OPENSSL_FIPS=yes OPENSSL_FIPS_PROVIDER_PATH=/etc/ssl/provider_fips.cnf 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-09-03T16:48:39.812461376Z","created_by":"VOLUME [/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:48:39.812461376Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:48:39.812461376Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:48:39.812461376Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/postgresql/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-09-03T16:48:39.812461376Z","created_by":"CMD [\"/opt/bitnami/scripts/postgresql/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:0a710824d41f18c1c6b66dc6b93978e1bd0d53cea1f7c5575125bf1d4359b963

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.