2017-01-20 22:12:50 UTC
96.2 MB
1.7
LANGen_US.utf8
PATH/usr/lib/postgresql/9.4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.4
PG_VERSION9.4.10-1.pgdg80+1
[#000] sha256:5040bd2983909aa8896b9932438c3f1479d25ae837a5f6220242a264d0221f2d - 50.9% (49 MB)
[#001] sha256:f08454c3c700a0100e8c3424e7048c4160e48c03bf045eada703f69fae65a3f2 - 0.0% (1.99 KB)
[#002] sha256:4db038cdfe0347fab843472aa89d5b85a99a77dac608e5b91962eebcf6a8d1da - 1.21% (1.16 MB)
[#003] sha256:e1d9ba315f03586d7698b3e6157539dc65c58c4af524a5570506d954eee51a49 - 6.8% (6.55 MB)
[#004] sha256:25e0ee93170ea48b465208dd9a5b66c43359df595268299d92caed4ed36f59be - 0.0% (114 Bytes)
[#005] sha256:3f28084c3f5120489e6a0d65a6838996fd8ef9f688ad92024b2e01d8955273c5 - 0.0% (3.32 KB)
[#006] sha256:49188203ed556f6dd25ddd1fb1e3ed9cd0cf67920b37a6e3ac05cde3f7b50f13 - 0.0% (226 Bytes)
[#007] sha256:5da302d69bca6f45ce8e2cbb3e0a30955a34f4822340e3d583554aee5df828a7 - 41.08% (39.5 MB)
[#008] sha256:7f23bf261ff325c62e411650e0b1105099ebd12103b51652d9a14d53cefda12a - 0.01% (6.55 KB)
[#009] sha256:9aa15144400e7a20caa5299492a4b9e7e78e3937aebfecd1a6a77221db7dd045 - 0.0% (135 Bytes)
[#010] sha256:71acd5053051195ac773598639334072ace5a8e78fb6abe9dea7acaa87187c92 - 0.0% (162 Bytes)
[#011] sha256:daa2fc9488d439b139e5cf276a554d6554e235e37f9992f159d2c267ecdf2440 - 0.0% (1.58 KB)
/bin/sh -c #(nop) ADD file:89ecb642d662ee7edbb868340551106d51336c7e589fdaca4111725ec64da957 in /
2017-01-16 20:35:16 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-01-17 19:36:05 UTC/bin/sh -c groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres
2017-01-17 19:36:05 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2017-01-17 19:36:20 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 -r "$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-01-17 19:36:27 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-01-17 19:36:27 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2017-01-17 19:36:28 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2017-01-17 19:36:30 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 -r "$GNUPGHOME"; apt-key list
2017-01-17 19:38:20 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.4
2017-01-17 19:38:20 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.4.10-1.pgdg80+1
2017-01-17 19:38:21 UTC/bin/sh -c echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
2017-01-17 19:38:53 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 postgresql-contrib-$PG_MAJOR=$PG_VERSION && rm -rf /var/lib/apt/lists/*
2017-01-17 19:38:54 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-01-20 22:12:22 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod g+s /var/run/postgresql
2017-01-20 22:12:34 UTC/bin/sh -c #(nop) ENV PATH=/usr/lib/postgresql/9.4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2017-01-20 22:12:35 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2017-01-20 22:12:36 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-01-20 22:12:48 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2017-01-20 22:12:49 UTC/bin/sh -c #(nop) COPY file:8d267d76d9551f01f3b15b68c484da091c34fd675a9b6adc8c279d52364efdfc in /
2017-01-20 22:12:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2017-01-20 22:12:50 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2017-01-20 22:12:50 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.