2017-07-31 19:06:55 UTC
99 MB
1.7
LANGen_US.utf8
PATH/usr/lib/postgresql/9.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.5
PG_VERSION9.5.7-1.pgdg80+1
[#000] sha256:ad74af05f5a24bcf9459ae1cf7718628c2aeb6b587eb51b6eeaf639aca3e566f - 50.67% (50.2 MB)
[#001] sha256:8996b4a29b2bd5d95cf93ac41ed61c5dfe8fbbe7ac60e516a764c0c3ba4fa7f3 - 0.0% (2.01 KB)
[#002] sha256:bea3311ef15bb6b069270ec8e6ebe9c8e3d613f011dd7152617cb1ba0c7aea11 - 1.25% (1.24 MB)
[#003] sha256:b1b9eb0ac9c8c779f89ff7b76bcd59aba672e2f35a09106dc3f9ee92e5bab913 - 6.85% (6.78 MB)
[#004] sha256:1d6d551d6af0e3986bddf0dd21e00d6884d6e58d006f2d5035208d24552c763b - 0.0% (115 Bytes)
[#005] sha256:ba16377760f999a0006e1c620bf0df5531f6d55dfa7e0aa073b8245072c37b09 - 0.0% (4.38 KB)
[#006] sha256:2528c78440a3d4394019802fc3d5c50b37aae62a1efe94936e191dc7dd9e1ff6 - 0.0% (224 Bytes)
[#007] sha256:c4d1334d2c301d2e506b5c889fcfb8b0dbf5489d44886f4c3f164f387ef8793d - 41.21% (40.8 MB)
[#008] sha256:80dfd67bee1c78fa9aa340d6d7c00fad39fc1c2579718f81f977581fd6c60a20 - 0.01% (6.66 KB)
[#009] sha256:545d850abe3277e457feca5a009c4a49cd38facd7dd345f5feb34d1a313fb0a5 - 0.0% (131 Bytes)
[#010] sha256:abf43ca9cc7b7632efb143be453ad02fea2fb0287bc5d9821f1737757f0ad0a8 - 0.0% (163 Bytes)
[#011] sha256:b5154a685697d1b11e63d2b1ebdb533ec612d35335b8a4b2314870a25135b0da - 0.0% (1.76 KB)
[#012] sha256:d83600aa686af0b4848410a06fc9e2ba127e8a414aad7cce715d0955a1f5625c - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:a023a99f7d01868b164d63bfaf8aabc7f271659c69939c3854f041f5a3217428 in /
2017-07-24 16:51:25 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-07-26 08:44:55 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-07-26 08:44:56 UTC/bin/sh -c groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres
2017-07-26 08:44:56 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2017-07-26 08:45:21 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-07-26 08:45:37 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-07-26 08:45:37 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2017-07-26 08:45:38 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2017-07-26 08:45:42 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-07-26 08:46:39 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.5
2017-07-26 08:46:39 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.5.7-1.pgdg80+1
2017-07-26 08:46:40 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-07-26 08:47:26 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-07-26 08:47:27 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-07-26 08:47:28 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2017-07-26 08:47:28 UTC/bin/sh -c #(nop) ENV PATH=/usr/lib/postgresql/9.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2017-07-26 08:47:28 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2017-07-26 08:47:29 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-07-26 08:47:29 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2017-07-31 19:06:53 UTC/bin/sh -c #(nop) COPY file:643bb6306366c6990a8d7cc47297e0080cc2a18a48a305868c51739e9416a044 in /usr/local/bin/
2017-07-31 19:06:54 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2017-07-31 19:06:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-07-31 19:06:54 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2017-07-31 19:06:55 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.