Namespace
bitnami
Image / Tag
postgresql:11.1.0-debian-9-r12
Content Digest
sha256:01be04d183356e245193eff45d4174cf1c7c67c114956da29d56ace9802491d4
Details
Created

2018-11-28 09:06:08 UTC

Size

75.6 MB

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

Environment
BITNAMI_APP_NAME

postgresql

BITNAMI_IMAGE_VERSION

11.1.0-debian-9-r12

BITNAMI_PKG_CHMOD

-R g+rwX

GOSU_GPG_KEY

B42F6819007F00F88E364FD4036A9C25BF357DD4

GOSU_VERSION

1.10

GPG_KEY_SERVERS_LIST

ha.pool.sks-keyservers.net hkp://p80.pool.sks-keyservers.net:80 keyserver.ubuntu.com hkp://keyserver.ubuntu.com:80 pgp.mit.edu

HOME

/

IMAGE_OS

debian-9

NAMI_VERSION

1.0.0-1

PATH

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

POSTGRESQL_DATABASE

POSTGRESQL_MASTER_HOST

POSTGRESQL_MASTER_PORT_NUMBER

5432

POSTGRESQL_PASSWORD

POSTGRESQL_PORT_NUMBER

5432

POSTGRESQL_REPLICATION_MODE

master

POSTGRESQL_REPLICATION_PASSWORD

POSTGRESQL_REPLICATION_USER

POSTGRESQL_USERNAME

postgres

TINI_GPG_KEY

595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7

TINI_VERSION

v0.13.2


Layers

[#000] sha256:4b320cdf8465b49117dc9c705754a38fbdc5430d4951abcef720b29a95978d77 - 27.82% (21 MB)

[#001] sha256:ddd499e05c7a4d00edbb523bd36c80e52b3f50b1e815ca838c01bfd580f6961a - 27.37% (20.7 MB)

[#002] sha256:27fe0d3b79e2ed5cdb80d7048f868a53cbfd5ae973f55914a730e1fe18e9b8c4 - 0.01% (5.08 KB)

[#003] sha256:c2372c8e39694329cc358be3a7546436da935045e8939e380b1fe0719e92ee67 - 15.79% (11.9 MB)

[#004] sha256:32d12644d85246a12c8357e6de338cc94bd1147507ded62c025d81edaed818ad - 0.02% (14.2 KB)

[#005] sha256:71e49fca0d3c70b26942179d9cef4171a21992f1729d4120e051490d3cdf0053 - 0.73% (566 KB)

[#006] sha256:1efb8184171a8b1297aa040e2adbd43ed1f8ccec22894725737d7f31faca22fc - 0.01% (5.19 KB)

[#007] sha256:3bc6e4c50fc91cb8ebb1e7faee670ced4de1f12dab12ecb16cfc4f192558cfdf - 18.11% (13.7 MB)

[#008] sha256:aee6330e18d9cd30088cd13816124c5087d3e3bc71ca13d6df3808246766c1fd - 10.14% (7.66 MB)

[#009] sha256:5a4f9150a06dd822dce5e2ee59d07d0772da574f61778ad449cc518edfcec496 - 0.0% (193 Bytes)

[#010] sha256:7fa9a71320c31bea57c980f5f2f54a1bcef0f0fe79bb780969f2065ffa11aadd - 0.0% (162 Bytes)

[#011] sha256:cc1a5397787ada176d03a256e1e3099053f14688f30c1ce3befd8d91b0f36444 - 0.0% (1.13 KB)


History
2018-11-26 21:25:46 UTC (from Bitnami with love)

2018-11-26 21:37:16 UTC

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

2018-11-26 21:37:16 UTC

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

2018-11-26 21:37:29 UTC

/bin/sh -c install_packages curl ca-certificates sudo locales procps libaio1 gnupg dirmngr && update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX && locale-gen en_US.UTF-8 && DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales && useradd -ms /bin/bash bitnami && mkdir -p /opt/bitnami && chown bitnami:bitnami /opt/bitnami && sed -i -e 's/\s*Defaults\s*secure_path\s*=/# Defaults secure_path=/' /etc/sudoers && echo "bitnami ALL=NOPASSWD: ALL" >> /etc/sudoers

2018-11-26 21:37:30 UTC

/bin/sh -c sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 1/' /etc/login.defs && sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password

2018-11-26 21:37:30 UTC

/bin/sh -c #(nop) ENV NAMI_VERSION=1.0.0-1

2018-11-26 21:37:32 UTC

/bin/sh -c cd /tmp && curl -sSLO https://nami-prod.s3.amazonaws.com/tools/nami/releases/nami-$NAMI_VERSION-linux-x64.tar.gz && echo "80488279b056d5e9c183fe34097c5f496715ab16a602afcc9f78d59f15139a16 nami-$NAMI_VERSION-linux-x64.tar.gz" | sha256sum -c - && mkdir -p /opt/bitnami/nami && tar xzf nami-$NAMI_VERSION-linux-x64.tar.gz --strip 1 -C /opt/bitnami/nami && rm nami-$NAMI_VERSION-linux-x64.tar.gz

2018-11-26 21:37:32 UTC

/bin/sh -c #(nop) ENV GPG_KEY_SERVERS_LIST=ha.pool.sks-keyservers.net hkp://p80.pool.sks-keyservers.net:80 keyserver.ubuntu.com hkp://keyserver.ubuntu.com:80 pgp.mit.edu

2018-11-26 21:37:33 UTC

/bin/sh -c #(nop) ENV TINI_VERSION=v0.13.2

2018-11-26 21:37:33 UTC

/bin/sh -c #(nop) ENV TINI_GPG_KEY=595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7

2018-11-26 21:37:36 UTC

/bin/sh -c cd /tmp && for server in $(shuf -e $GPG_KEY_SERVERS_LIST) ; do gpg --no-tty --keyserver "$server" --recv-keys $TINI_GPG_KEY && break || : ; done && gpg --no-tty --fingerprint $TINI_GPG_KEY | grep -q "6380 DC42 8747 F6C3 93FE ACA5 9A84 159D 7001 A4E5" && curl -sSL https://github.com/krallin/tini/releases/download/$TINI_VERSION/tini.asc -o tini.asc && curl -sSL https://github.com/krallin/tini/releases/download/$TINI_VERSION/tini -o /usr/local/bin/tini && gpg --verify tini.asc /usr/local/bin/tini && chmod +x /usr/local/bin/tini && rm tini.asc

2018-11-26 21:37:36 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.10 GOSU_GPG_KEY=B42F6819007F00F88E364FD4036A9C25BF357DD4

2018-11-26 21:37:40 UTC

/bin/sh -c cd /tmp && for server in $(shuf -e $GPG_KEY_SERVERS_LIST) ; do gpg --no-tty --keyserver "$server" --recv-keys $GOSU_GPG_KEY && break || : ; done && gpg --no-tty --fingerprint $GOSU_GPG_KEY | grep -q "B42F 6819 007F 00F8 8E36 4FD4 036A 9C25 BF35 7DD4" && curl -sSL https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-amd64.asc -o gosu.asc && curl -sSL https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-amd64 -o /usr/local/bin/gosu && gpg --no-tty --verify gosu.asc /usr/local/bin/gosu && chmod +x /usr/local/bin/gosu && rm gosu.asc

2018-11-26 21:37:40 UTC

/bin/sh -c #(nop) ENV PATH=/opt/bitnami/nami/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2018-11-26 21:37:40 UTC

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

2018-11-26 21:37:41 UTC

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

2018-11-26 21:37:41 UTC

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

2018-11-28 09:05:53 UTC

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

2018-11-28 09:05:53 UTC

/bin/sh -c #(nop) ENV BITNAMI_PKG_CHMOD=-R g+rwX HOME=/

2018-11-28 09:05:59 UTC

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

2018-11-28 09:06:06 UTC

/bin/sh -c bitnami-pkg unpack postgresql-11.1.0-1 --checksum 04557f61ce24b19e9f97c3dc04cc55a59192f01addb2ba7a484e61b35b6843d4

2018-11-28 09:06:06 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d /opt/bitnami/postgresql/conf/

2018-11-28 09:06:07 UTC

/bin/sh -c chmod -R g+rwX /opt/bitnami/postgresql/conf/

2018-11-28 09:06:07 UTC

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

2018-11-28 09:06:07 UTC

/bin/sh -c #(nop) ENV BITNAMI_APP_NAME=postgresql BITNAMI_IMAGE_VERSION=11.1.0-debian-9-r12 PATH=/opt/bitnami/postgresql/bin:/opt/bitnami/nami/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin POSTGRESQL_DATABASE= POSTGRESQL_MASTER_HOST= POSTGRESQL_MASTER_PORT_NUMBER=5432 POSTGRESQL_PASSWORD= POSTGRESQL_PORT_NUMBER=5432 POSTGRESQL_REPLICATION_MODE=master POSTGRESQL_REPLICATION_PASSWORD= POSTGRESQL_REPLICATION_USER= POSTGRESQL_USERNAME=postgres

2018-11-28 09:06:08 UTC

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

2018-11-28 09:06:08 UTC

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

2018-11-28 09:06:08 UTC

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

2018-11-28 09:06: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