Namespace
bitnamilegacy
Image / Tag
postgresql:10.22.0-debian-11-r13
Content Digest
sha256:52acf7e20168cfa43c5dd5e538b2584d3ad2af294480c44eaedc38a98eb98c46
Details
Created

2022-09-11 13:29:21 UTC

Size

101 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://bitnami.com/contact
  • org.opencontainers.image.description
    Application packaged by Bitnami
  • org.opencontainers.image.ref.name
    10.22.0-debian-11-r13
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/postgresql
  • org.opencontainers.image.title
    postgresql
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    10.22.0

Environment
APP_VERSION

10.22.0

BITNAMI_APP_NAME

postgresql

HOME

/

LANG

en_US.UTF-8

LANGUAGE

en_US:en

NSS_WRAPPER_LIB

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

OS_ARCH

amd64

OS_FLAVOUR

debian-11

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:3b5e91f25ce64a67644c45c771f24a33c8e5662d758e73e6edc4236e64d3c536 - 29.19% (29.4 MB)

[#001] sha256:c04ffcb49f89d13b1bfdaa097dc73917be3c81ee125c525ba93b882914f358bd - 70.81% (71.4 MB)


History
2022-07-20 00:12:01 UTC (from Bitnami with love)

2022-09-11 13:28:36 UTC

/bin/sh -c #(nop) ARG EXTRA_LOCALES

2022-09-11 13:28:36 UTC

/bin/sh -c #(nop) ARG TARGETARCH

2022-09-11 13:28:36 UTC

/bin/sh -c #(nop) ARG WITH_ALL_LOCALES=no

2022-09-11 13:28:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=https://bitnami.com/contact org.opencontainers.image.description=Application packaged by Bitnami org.opencontainers.image.ref.name=10.22.0-debian-11-r13 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/postgresql org.opencontainers.image.title=postgresql org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=10.22.0

2022-09-11 13:28:36 UTC

/bin/sh -c #(nop) ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux

2022-09-11 13:28:37 UTC

/bin/sh -c #(nop) COPY dir:d4510ba72b81114a585bfbc2f97c3bfb644e522bcdc9c88ea5c2e84684e61f4b in /

2022-09-11 13:28:37 UTC

/bin/bash -o pipefail -c #(nop) SHELL [/bin/bash -o pipefail -c]

2022-09-11 13:28:48 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c install_packages acl ca-certificates curl gzip libbsd0 libbz2-1.0 libc6 libcrypt1 libedit2 libffi7 libgcc-s1 libgmp10 libgnutls30 libhogweed6 libicu67 libidn2-0 libldap-2.4-2 liblz4-1 liblzma5 libmd0 libncurses6 libnettle8 libp11-kit0 libpcre3 libreadline8 libsasl2-2 libsqlite3-0 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 libzstd1 locales procps tar zlib1g

2022-09-11 13:28:49 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && if [ ! -f gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz ]; then curl -SsLf https://downloads.bitnami.com/files/stacksmith/gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -O ; curl -SsLf https://downloads.bitnami.com/files/stacksmith/gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; fi && sha256sum -c gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && tar -zxf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && rm -rf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz

2022-09-11 13:28:53 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && if [ ! -f postgresql-10.22.0-6-linux-${OS_ARCH}-debian-11.tar.gz ]; then curl -SsLf https://downloads.bitnami.com/files/stacksmith/postgresql-10.22.0-6-linux-${OS_ARCH}-debian-11.tar.gz -O ; curl -SsLf https://downloads.bitnami.com/files/stacksmith/postgresql-10.22.0-6-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; fi && sha256sum -c postgresql-10.22.0-6-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && tar -zxf postgresql-10.22.0-6-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && rm -rf postgresql-10.22.0-6-linux-${OS_ARCH}-debian-11.tar.gz

2022-09-11 13:29:01 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c apt-get update && apt-get upgrade -y && rm -r /var/lib/apt/lists /var/cache/apt/archives

2022-09-11 13:29:02 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami

2022-09-11 13:29:05 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c localedef -c -f UTF-8 -i en_US en_US.UTF-8

2022-09-11 13:29:06 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX && DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales

2022-09-11 13:29:08 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c echo 'en_GB.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen

2022-09-11 13:29:13 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen

2022-09-11 13:29:13 UTC

/bin/bash -o pipefail -c #(nop) COPY dir:b47401f7d50f634c451f12112459621e5e6487d7f5da8bcd2aab093f03a0b6a2 in /

2022-09-11 13:29:14 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c /opt/bitnami/scripts/postgresql/postunpack.sh

2022-09-11 13:29:18 UTC

|1 WITH_ALL_LOCALES=no /bin/bash -o pipefail -c /opt/bitnami/scripts/locales/add-extra-locales.sh

2022-09-11 13:29:18 UTC

/bin/bash -o pipefail -c #(nop) ENV APP_VERSION=10.22.0 BITNAMI_APP_NAME=postgresql 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

2022-09-11 13:29:18 UTC

/bin/bash -o pipefail -c #(nop) VOLUME [/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d]

2022-09-11 13:29:18 UTC

/bin/bash -o pipefail -c #(nop) EXPOSE 5432

2022-09-11 13:29:19 UTC

/bin/bash -o pipefail -c #(nop) USER 1001

2022-09-11 13:29:19 UTC

/bin/bash -o pipefail -c #(nop) ENTRYPOINT ["/opt/bitnami/scripts/postgresql/entrypoint.sh"]

2022-09-11 13:29:19 UTC

/bin/bash -o pipefail -c #(nop) CMD ["/opt/bitnami/scripts/postgresql/run.sh"]

2022-09-11 13:29:21 UTC (merge sha256:083f828ee742f764ab912eb5e661d2b2fb7f2572f5fa68f19f40fb29573a0a59 to sha256:cd7b170ee2f0573d1881ff7bb5239449c98adc95f6069535131ab3644a1cfc4e)

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.

Delete