2017-06-27 17:29:47 UTC
112 MB
1.7
LANGen_US.utf8
PATH/usr/lib/postgresql/10/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR10
PG_VERSION10~beta1-1.pgdg90+1
[#000] sha256:c75480ad9aafadef6c7faf829ede40cf2fa990c9308d6cd354d53041b01a7cda - 38.45% (43 MB)
[#001] sha256:4d1c66225faef1d3551f179bd23e48ee3389cf56bc560fc3fbe9ae670766d831 - 5.99% (6.7 MB)
[#002] sha256:ecbc78e5214f784af25ed88879c709a1074f1f445c293a012735197ea8697d52 - 0.0% (1.68 KB)
[#003] sha256:c70a5244127526a48865363727e72b1cbf0ac29696eb09e25c8c65bd13c5d785 - 1.09% (1.22 MB)
[#004] sha256:a192b6004c2e769747bc8c7e2a3ba7d362c3a9153a8a0962b06a02d958e4faef - 5.6% (6.27 MB)
[#005] sha256:cf364e8a1d670321a8eda1afb1bc7204f9fbf8e3d1f972eea5a93a635ab7a785 - 0.0% (115 Bytes)
[#006] sha256:9474497d994aec55e796f5b6554f8eea53bf2db439d1eecd74d0e0fa3d936cb3 - 0.0% (4.37 KB)
[#007] sha256:4241945c6ba2e59bc1b6d40951a0039ef9b73edd61c3f20f45f414e9f7230d35 - 0.0% (224 Bytes)
[#008] sha256:f099cacd8c26794e5a3fa6dd41c0443ee7d62f57e7a5d2eccb831abab0b465b9 - 48.85% (54.7 MB)
[#009] sha256:b311719e5f4daa741234398589af67945f09ea9b00d3cbea34a1cf38812aecdd - 0.01% (7.11 KB)
[#010] sha256:88d8a76e0e2309636ccdd3ea3233999ed3bdeaee79272085cd3bb8f9323899ab - 0.0% (131 Bytes)
[#011] sha256:401935424988f789c31714db66276d944e10eb095e31b8660d29454383959dce - 0.0% (161 Bytes)
[#012] sha256:d55087942bce8505217c6af5c947c5aa76df5076761c679c358cb762982a8949 - 0.0% (1.75 KB)
[#013] sha256:49e1a863013e554371b1822b8487c448e9d8973cf9f383e06c903a698f10ad28 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:93a0dbb6973bc13e5478292bfe283ff91745ca6e23b6fd3363f0661c45deb1ec in /
2017-06-20 20:24:10 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-06-27 17:28:41 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2017-06-27 17:28:43 UTC/bin/sh -c groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres
2017-06-27 17:28:44 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2017-06-27 17:28:58 UTC/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove ca-certificates wget
2017-06-27 17:29:04 UTC/bin/sh -c apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/* && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
2017-06-27 17:29:05 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2017-06-27 17:29:06 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2017-06-27 17:29:10 UTC/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; rm -rf "$GNUPGHOME"; apt-key list
2017-06-27 17:29:11 UTC/bin/sh -c #(nop) ENV PG_MAJOR=10
2017-06-27 17:29:12 UTC/bin/sh -c #(nop) ENV PG_VERSION=10~beta1-1.pgdg90+1
2017-06-27 17:29:14 UTC/bin/sh -c echo 'deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
2017-06-27 17:29:34 UTC/bin/sh -c apt-get update && apt-get install -y postgresql-common && sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf && apt-get install -y postgresql-$PG_MAJOR=$PG_VERSION && rm -rf /var/lib/apt/lists/*
2017-06-27 17:29:36 UTC/bin/sh -c mv -v /usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample /usr/share/postgresql/ && ln -sv ../postgresql.conf.sample /usr/share/postgresql/$PG_MAJOR/ && sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/share/postgresql/postgresql.conf.sample
2017-06-27 17:29:38 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2017-06-27 17:29:39 UTC/bin/sh -c #(nop) ENV PATH=/usr/lib/postgresql/10/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2017-06-27 17:29:39 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2017-06-27 17:29:41 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA" # this 777 will be replaced by 700 at runtime (allows semi-arbitrary "--user" values)
2017-06-27 17:29:42 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2017-06-27 17:29:43 UTC/bin/sh -c #(nop) COPY file:80a75a207cb3d72777ff2cb8654a6d03754b58aed9199464284f3587637e1403 in /usr/local/bin/
2017-06-27 17:29:44 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2017-06-27 17:29:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-06-27 17:29:46 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2017-06-27 17:29:47 UTC/bin/sh -c #(nop) CMD ["postgres"]
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.