2018-05-04 06:49:44 UTC
53.7 MB
postgresql
BITNAMI_IMAGE_VERSION9.6.8-r13
GOSU_GPG_KEYB42F6819007F00F88E364FD4036A9C25BF357DD4
GOSU_VERSION1.10
NAMI_VERSION0.0.8-0
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_NUMBER5432
POSTGRESQL_PASSWORD POSTGRESQL_PORT_NUMBER5432
POSTGRESQL_REPLICATION_MODEmaster
POSTGRESQL_REPLICATION_PASSWORD POSTGRESQL_REPLICATION_USER POSTGRESQL_USERNAMEpostgres
TINI_VERSIONv0.13.2
[#000] sha256:4ee0f5f1a85eb7d19c04402bcf56fd23b324c3f73d1128c1925b36bf19427cb2 - 37.84% (20.3 MB)
[#001] sha256:4b3b74f81055b70d9c8d5ecc5e7493564ca9751fd343aa32e27795de64b40796 - 26.26% (14.1 MB)
[#002] sha256:27709f391d2aff6e68e089bed53bc10da85377adb08988b7e438de6e6e061730 - 0.01% (5.09 KB)
[#003] sha256:d52ed8e0d361aa819e3ee21906f4b24f0834826b9c114b613bf848adb735a96a - 17.66% (9.48 MB)
[#004] sha256:6e86c21139b68aadb072be76e15c02b5c9e1362cbbb213ef375bb7d0fcb8f60a - 0.03% (18.1 KB)
[#005] sha256:c31664a5f07d0108e038b28134abc96c7c4e3e6603c8d65dcc9ad8cdce455cd3 - 1.15% (632 KB)
[#006] sha256:7f580bfc441b38b6ab86001135c33dcee6987728e0e8a5bc13963f376f6c6c0f - 0.01% (4.79 KB)
[#007] sha256:97991e6efc9711e8dca04bb98f4ed93bd30305cbde211e9755ae4bf7b4310d25 - 2.57% (1.38 MB)
[#008] sha256:6882763b3bc1a91e8b487189da448c15a2981fcc12eb6d6c257291359b5aba83 - 14.46% (7.76 MB)
[#009] sha256:f5952635774c7581b687374cbdf244384f58cea40a0f8b009977092264b9fc09 - 0.0% (504 Bytes)
/bin/sh -c #(nop) LABEL maintainer=Bitnami <containers@bitnami.com>
2018-05-03 20:23:18 UTC/bin/sh -c install_packages curl ca-certificates sudo locales procps libaio1 && 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-05-03 20:23:19 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-05-03 20:23:19 UTC/bin/sh -c #(nop) ENV NAMI_VERSION=0.0.8-0
2018-05-03 20:23:23 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 "62dcdabc99cb31e1387bdbb8bdb13aa14b47e004bd699a1d681ff305b234c15b 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-05-03 20:23:23 UTC/bin/sh -c #(nop) ENV TINI_VERSION=v0.13.2
2018-05-03 20:23:25 UTC/bin/sh -c cd /tmp && gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 && gpg --fingerprint 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 | grep -q "Key fingerprint = 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-05-03 20:23:25 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.10 GOSU_GPG_KEY=B42F6819007F00F88E364FD4036A9C25BF357DD4
2018-05-03 20:23:27 UTC/bin/sh -c cd /tmp && gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys $GOSU_GPG_KEY && gpg --fingerprint $GOSU_GPG_KEY | grep -q "Key fingerprint = 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 --verify gosu.asc /usr/local/bin/gosu && chmod +x /usr/local/bin/gosu && rm gosu.asc
2018-05-03 20:23:27 UTC/bin/sh -c #(nop) ENV PATH=/opt/bitnami/nami/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2018-05-03 20:23:28 UTC/bin/sh -c #(nop) ENV BITNAMI_IMAGE_VERSION=jessie-r38
2018-05-03 20:23:28 UTC/bin/sh -c #(nop) COPY dir:450a2ef7b32ba30ddba040fb9712ff3da98536e4780c42511b239e28cb3cea17 in /
2018-05-03 20:23:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]
2018-05-04 06:49:19 UTC/bin/sh -c #(nop) LABEL maintainer=Bitnami <containers@bitnami.com>
2018-05-04 06:49:37 UTC/bin/sh -c install_packages libbsd0 libc6 libedit2 liblzma5 libssl1.0.0 libtinfo5 libxml2 libxslt1.1 zlib1g
2018-05-04 06:49:42 UTC/bin/sh -c bitnami-pkg unpack postgresql-9.6.8-0 --checksum ccceff1c0369ffced38abc7870a979345af4f5abe3cfac1111a39467fe271016
2018-05-04 06:49:43 UTC/bin/sh -c #(nop) COPY dir:fec73ac02582dcdbe0f9974174ae23831e629f9f7510ddd6f0fa55cfc3b9efdf in /
2018-05-04 06:49:43 UTC/bin/sh -c #(nop) ENV BITNAMI_APP_NAME=postgresql BITNAMI_IMAGE_VERSION=9.6.8-r13 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-05-04 06:49:43 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2018-05-04 06:49:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["/app-entrypoint.sh"]
2018-05-04 06:49:44 UTC/bin/sh -c #(nop) CMD ["nami" "start" "--foreground" "postgresql"]
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.