Namespace
bitnami
Image / Tag
postgresql:12.0.0-debian-9-r22
Content Digest
sha256:f58e6a4f920ef4a01f98273c80b260ed3b574a5bf6467c8c0f949dd6089ca75a
Details
Created

2019-11-13 21:25:08 UTC

Size

84.4 MB

Content Digest
Labels
  • maintainer
    Bitnami <containers@bitnami.com>

Environment
BITNAMI_APP_NAME

postgresql

BITNAMI_IMAGE_VERSION

12.0.0-debian-9-r22

BITNAMI_PKG_CHMOD

-R g+rwX

HOME

/

IMAGE_OS

debian-9

LANG

en_US.UTF-8

LANGUAGE

en_US:en

NAMI_PREFIX

/.nami

NSS_WRAPPER_LIB

/usr/lib/libnss_wrapper.so

OS_ARCH

amd64

OS_FLAVOUR

debian-9

OS_NAME

linux

PATH

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


Layers

[#000] sha256:3c9020349340788076971d5ea638b71e35233fd8e149e269d8eebfa17960c03f - 24.97% (21.1 MB)

[#001] sha256:47e9b8e7eee2a4bf1d49c51877fcafe0e56b207aecc85f6eb6b6ee73fd5c40f2 - 0.0% (115 Bytes)

[#002] sha256:14ed16664f82a3cc0e560d5e4d859e36507988f19a757774b357cae4859134ee - 12.05% (10.2 MB)

[#003] sha256:0fd01a09a90c45fc954eaaca96e579d4720de308a7729a82ab7deafaa6e48ea4 - 9.84% (8.3 MB)

[#004] sha256:99ddde7910653420833ec13d280b255f809e3f087637d2dc9c65388a8716bc6a - 0.01% (5.03 KB)

[#005] sha256:c2d28208a842431f7e7edeaefcd6453eaff9fa6228b54b94f1d8f89241da8b20 - 23.94% (20.2 MB)

[#006] sha256:e9e7fc5cbeaf16bbbe8517dc69c159fa5888fe24027a14d53d05ecdb4f10dbea - 28.23% (23.8 MB)

[#007] sha256:59361d6bc69b6410e12295aa70bb45d44338f900922dd3af08b6fe408d6a5bf5 - 0.48% (416 KB)

[#008] sha256:364dd20bf387619d82a8576947b7dca27f6c76734d7a42c3fb47898543b799da - 0.48% (416 KB)

[#009] sha256:cf6e60252e41bda77a2555dcdfc4916de5788964c50db47f8c77728d7f78b0bd - 0.01% (8 KB)

[#010] sha256:16b13e865e0b54b8e7db2f3f1ca999ec1d8857b5ba7f1c0e564cf4dace79b9e0 - 0.0% (320 Bytes)


History
2019-10-04 14:36:33 UTC (from Bitnami with love)

2019-11-07 10:48:02 UTC

/bin/sh -c #(nop) LABEL maintainer=Bitnami <containers@bitnami.com>

2019-11-07 10:48:02 UTC

/bin/sh -c #(nop) ENV IMAGE_OS=debian-9

2019-11-07 10:48:03 UTC

/bin/sh -c mkdir --parents /opt/bitnami

2019-11-07 10:48:13 UTC

/bin/sh -c install_packages ca-certificates curl procps unzip

2019-11-07 10:48:17 UTC

/bin/sh -c mkdir -p /opt/bitnami/licenses && curl --silent -L https://github.com/tianon/gosu/releases/download/1.11/gosu-amd64 > /usr/local/bin/gosu && echo 0b843df6d86e270c5b0f5cbd3c326a04e18f4b7f9b8457fa497b0454c4b138d7 /usr/local/bin/gosu | sha256sum --check && chmod u+x /usr/local/bin/gosu && curl --silent -L https://raw.githubusercontent.com/tianon/gosu/master/LICENSE > /opt/bitnami/licenses/gosu-1.11.txt && curl --silent -L https://github.com/mikefarah/yq/releases/download/2.4.0/yq_linux_amd64 > /usr/local/bin/yq && echo 99a01ae32f0704773c72103adb7050ef5c5cad14b517a8612543821ef32d6cc9 /usr/local/bin/yq | sha256sum --check && chmod +x /usr/local/bin/yq && curl --silent -L https://raw.githubusercontent.com/mikefarah/yq/master/LICENSE > /opt/bitnami/licenses/yq-2.4.0.txt && curl --silent -L https://github.com/bitnami/ini-file/releases/download/v1.0/ini-file.zip > /tmp/ini-file.zip && echo 2f12cc487b0b17cf5346326ae653951e9ff6d5eb6d3c9217c602060778996b64 /tmp/ini-file.zip | sha256sum --check && unzip -q -d /usr/local/bin -o /tmp/ini-file.zip ini-file && curl --silent -L https://raw.githubusercontent.com/bitnami/ini-file/master/COPYING > /opt/bitnami/licenses/ini-file-1.0.txt && curl --silent -L https://github.com/bitnami/wait-for-port/releases/download/v1.0/wait-for-port.zip > /tmp/wait-for-port.zip && echo 8d26181f4629211b70db4f96236616056b1ed8e5920d8023f7c883071e76c1ed /tmp/wait-for-port.zip | sha256sum --check && unzip -q -d /usr/local/bin -o /tmp/wait-for-port.zip wait-for-port && curl --silent -L https://raw.githubusercontent.com/bitnami/wait-for-port/master/COPYING > /opt/bitnami/licenses/wait-for-port-1.0.txt && curl --silent -L https://github.com/bitnami/render-template/releases/download/v1.0/render-template.zip > /tmp/render-template.zip && echo 60334a29f9692659f9d3a5d9659f2a97de1f5e7a0fc2e84c1868fdba7f160a9d /tmp/render-template.zip | sha256sum --check && unzip -q -d /usr/local/bin -o /tmp/render-template.zip render-template && curl --silent -L https://raw.githubusercontent.com/bitnami/render-template/master/COPYING > /opt/bitnami/licenses/render-template-1.0.txt

2019-11-07 10:48:17 UTC

/bin/sh -c #(nop) ENV BITNAMI_IMAGE_VERSION=stretch-r379

2019-11-07 10:48:18 UTC

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

2019-11-13 20:27:31 UTC

/bin/sh -c #(nop) LABEL maintainer=Bitnami <containers@bitnami.com>

2019-11-13 20:27:32 UTC

/bin/sh -c #(nop) ENV BITNAMI_PKG_CHMOD=-R g+rwX HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-9 OS_NAME=linux

2019-11-13 21:24:59 UTC

/bin/sh -c install_packages libbsd0 libc6 libedit2 libgcc1 libicu57 liblzma5 libncurses5 libnss-wrapper libsqlite3-0 libssl1.1 libstdc++6 libtinfo5 libuuid1 libxml2 libxslt1.1 locales zlib1g

2019-11-13 21:25:02 UTC

/bin/sh -c . ./libcomponent.sh && component_unpack "postgresql" "12.0.0-3" --checksum 04f80c78b71e7853914f2c1ddca7f67cac3906b1bc1bfd73fe54ad41598a4c01

2019-11-13 21:25:04 UTC

/bin/sh -c echo 'en_GB.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen

2019-11-13 21:25:06 UTC

/bin/sh -c echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen

2019-11-13 21:25:06 UTC

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

2019-11-13 21:25:07 UTC

/bin/sh -c /postunpack.sh

2019-11-13 21:25:07 UTC

/bin/sh -c #(nop) ENV BITNAMI_APP_NAME=postgresql BITNAMI_IMAGE_VERSION=12.0.0-debian-9-r22 LANG=en_US.UTF-8 LANGUAGE=en_US:en NAMI_PREFIX=/.nami NSS_WRAPPER_LIB=/usr/lib/libnss_wrapper.so PATH=/opt/bitnami/postgresql/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2019-11-13 21:25:07 UTC

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

2019-11-13 21:25:07 UTC

/bin/sh -c #(nop) EXPOSE 5432

2019-11-13 21:25:07 UTC

/bin/sh -c #(nop) USER 1001

2019-11-13 21:25:08 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

2019-11-13 21:25:08 UTC

/bin/sh -c #(nop) CMD ["/run.sh"]

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