2017-05-11 17:56:46 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.6-1.pgdg80+1
[#000] sha256:10a267c67f423630f3afe5e04bbbc93d578861ddcc54283526222f3ad5e895b9 - 50.66% (50.1 MB)
[#001] sha256:e9a920522e337511674336d96c1c64887243444c12d3a4841cae1aebfd2191f8 - 0.0% (2.02 KB)
[#002] sha256:6888e696bd718215dfb98e6d92059fcb982308e23ffd12e120b741b496170602 - 1.26% (1.25 MB)
[#003] sha256:798096eed143cbeb4c60f929e93b1835dc782c59296795892a80ea740072a6f5 - 6.86% (6.79 MB)
[#004] sha256:fb58419959b59bd0f196e45992732e44ed1b1aea40fd7463532de1020e77a695 - 0.0% (115 Bytes)
[#005] sha256:97f9ec09cb6847298a7bfe62bf7d0361cfe56117fbd7f16e3c754a774b6f977a - 0.0% (4.38 KB)
[#006] sha256:0498e96c3812723be0a2dee0a6af21a3c74ca855be2373c0affd7799a0ccdedd - 0.0% (224 Bytes)
[#007] sha256:31eca02df98830e54505e37049c04bb67a1fdea8e85261667734467a68ac93e3 - 41.21% (40.8 MB)
[#008] sha256:e31c05340e90cecc3b5da850552f5ae8e0cee1f05d5bc6c836ef3aa7e84ac1d3 - 0.01% (6.66 KB)
[#009] sha256:eb8a6fa85389ebbdf9787c4f2c691663b6b54f6f5c006f49703d29c3646452a6 - 0.0% (131 Bytes)
[#010] sha256:65d80430933d66daf884746282a24fa141c55708c6c7ac80721c226ef5ae9889 - 0.0% (163 Bytes)
[#011] sha256:7bb2e4df899949dde3e2dfbe81fff1a9735316d25d7a21f65938cb964a61563d - 0.0% (1.75 KB)
[#012] sha256:44e77ec4cb581809a5fee480ea3560a6e2ea5d88a7652abbe63105b95a3b889a - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:f4e6551ac34ab446a297849489a5693d67a7e76c9cb9ed9346d82392c9d9a5fe in /
2017-05-08 23:28:15 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-05-10 15:21:03 UTC/bin/sh -c groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres
2017-05-10 15:21:04 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2017-05-10 15:21:23 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-05-10 15:21:33 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-05-10 15:21:34 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2017-05-10 15:21:35 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2017-05-10 15:21:38 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-05-10 15:26:07 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.5
2017-05-10 15:26:08 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.5.6-1.pgdg80+1
2017-05-10 15:26:09 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-05-10 15:26:41 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-05-10 15:26:43 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-05-10 15:26:45 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod g+s /var/run/postgresql
2017-05-10 15:26:45 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-05-10 15:26:46 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2017-05-10 15:26:48 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-05-10 15:26:48 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2017-05-11 17:56:41 UTC/bin/sh -c #(nop) COPY file:88406fb9d8f255c2eafecd84ec6558ad6c5da8e54a6228a71d059ef88604493b in /usr/local/bin/
2017-05-11 17:56:43 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2017-05-11 17:56:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-05-11 17:56:45 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2017-05-11 17:56:46 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.