2017-03-24 17:52:50 UTC
163 MB
1.7
LANGen_US.utf8
PATH/usr/lib/postgresql/9.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_VERSION9.6.2-1.pgdg80+1
[#000] sha256:5d2f2591d62dc032969879bac0995f86311c0b7505a4b5c8a0d80095a44098f3 - 30.79% (50 MB)
[#001] sha256:34dc3b633b6a70312ad84c886fe2c8703111289c765d6fd1d0cc6944d7931943 - 0.0% (2.01 KB)
[#002] sha256:4e3f79b97538220e10188b2a07dd4d5d36a7f58ebe9e86f164642ff4cb279487 - 0.72% (1.18 MB)
[#003] sha256:0bd256949fac6359825ff0d6fcd7c94fc021b2fb98698e3db8a069258efa9a60 - 4.13% (6.72 MB)
[#004] sha256:970c8eab378bb9f4acf881cb8b29effb7805087a81156762736063e6336d18f1 - 0.0% (115 Bytes)
[#005] sha256:5deda9e43c480ca687dd05049b578933d5fa4ce83ebca2d0d825d990e644064d - 0.0% (4.38 KB)
[#006] sha256:d69f6e189cbc389e1fb8b2286a48681c63415160ca9bbabe710b8e0fc75edcf5 - 0.0% (224 Bytes)
[#007] sha256:7db23f0b6dc1d65c3691e03f78299b9e06f9be6e56fa24d6fd50f1c509c3967f - 25.34% (41.2 MB)
[#008] sha256:2cc02bf72cca2536cb6c7d0a50fe1eda7ae3f446c2d5dc9fa20c5f7b599988eb - 0.0% (6.93 KB)
[#009] sha256:92b59270c15339f82dce85ef5d4d028b5f71c244af3f38ced2be8b93d0da0af8 - 0.0% (131 Bytes)
[#010] sha256:b788887e14f048f9ffb355e089a7ea154be34da3d1a9d59db4f7f9a390f1bdc3 - 0.0% (161 Bytes)
[#011] sha256:a75823f935e7e50e1b49b495383791f29cfe58ae272e8f8609a63bdd67aa5127 - 0.0% (1.76 KB)
[#012] sha256:0a910343e851c8607948ce9bb0e95d887d15639e439e2a3f165913b14d6c7d17 - 0.0% (121 Bytes)
[#013] sha256:304fb1d530e82653364214edf3365c74bb58f3a40f1a014e3bfee11735fc9d21 - 38.79% (63 MB)
[#014] sha256:da762f81b54fd4026d0986865f5c1408d0c5a69ec8513fb207c1dc3f4aa4cb8b - 0.0% (159 Bytes)
[#015] sha256:affc2cab7320e824cdd66f140485863a7f58111a3e40019ca69ebc402dbdf1c4 - 0.05% (82.4 KB)
[#016] sha256:b9b2d843e7962430ff21baf42fdb726312134fa9550d6efee834f3b415e98eca - 0.02% (32.3 KB)
[#017] sha256:4d80d9b4c7cd42196298f2a56749f25128d9054b8ef078f898687131ca64f186 - 0.0% (1.22 KB)
[#018] sha256:b1753b72821abffd3018bd0c1765340ff72e3d9d4f8511c15150e3a94f29ab11 - 0.01% (15.9 KB)
[#019] sha256:9cf11659a5a07dad8b64f71f12c3b2a83e60a76ce8c31e2ad16de0e03c0a3afd - 0.02% (27.1 KB)
[#020] sha256:4596dbea1efbb93310c7a6c82d120a11dfc64dacffe19be07231e58b2de1e0ff - 0.0% (403 Bytes)
[#021] sha256:141b2c79150eaeccc903868eccbc5d616e21e39a1c5ae7f4d8269140cbcab7aa - 0.0% (302 Bytes)
[#022] sha256:45c4941cba155fc5439a6a016bb7a943b099b1396fb6d0ae02b74a0af446d52d - 0.0% (1.23 KB)
[#023] sha256:4b807be47f5923d4f925b2a196d2a9252fa783fea3d94dc53e1b861babc6564b - 0.11% (176 KB)
/bin/sh -c #(nop) ADD file:41ac8d85ee35954bf6c8353d9681a045ba260aa9a96dbbded7bcd6e37ee49bea in /
2017-02-27 20:34:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-02-28 18:09:54 UTC/bin/sh -c groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres
2017-02-28 18:09:55 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2017-02-28 20:35:41 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-02-28 20:35:50 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-02-28 20:35:50 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2017-02-28 20:35:51 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2017-02-28 20:35:52 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-02-28 20:35:53 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2017-02-28 20:35:53 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.2-1.pgdg80+1
2017-02-28 20:35:54 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-02-28 20:36:28 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-02-28 20:36:29 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-02-28 20:36:30 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod g+s /var/run/postgresql
2017-02-28 20:36:30 UTC/bin/sh -c #(nop) ENV PATH=/usr/lib/postgresql/9.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2017-02-28 20:36:30 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2017-02-28 20:36:31 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-02-28 20:36:32 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2017-03-21 16:54:51 UTC/bin/sh -c #(nop) COPY file:88a96354a6aaf272401b7f970f55a9dc174766547274d89eac38a4f16ed20c56 in /usr/local/bin/
2017-03-21 16:54:53 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2017-03-21 16:55:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-03-21 16:55:10 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2017-03-21 16:55:10 UTC/bin/sh -c #(nop) CMD ["postgres"]
2017-03-22 23:34:53 UTC/bin/sh -c #(nop) MAINTAINER Matvey Arye
2017-03-22 23:34:53 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2017-03-22 23:36:06 UTC/bin/sh -c apt-get update && apt-get install -y build-essential daemontools postgresql-server-dev-$PG_MAJOR && rm -rf /var/lib/apt/lists/*
2017-03-22 23:36:08 UTC/bin/sh -c mkdir -p /build/{src/deps,test/results}
2017-03-24 17:52:34 UTC/bin/sh -c #(nop) COPY dir:399d26ad8983640268dade514ef8e571b54464d787b0bab9aad0a7ada17d2053 in /build/sql
2017-03-24 17:52:40 UTC/bin/sh -c #(nop) COPY multi:8c75c8329b11ae11bd492ed3f222466ac233d7891b54cc426e8f9b1b632f6336 in build/src/
2017-03-24 17:52:41 UTC/bin/sh -c #(nop) COPY file:da6e8c3a0d49fd3480659628e649a776db69e09890914eac4819061ed3137f35 in build/src/deps/
2017-03-24 17:52:42 UTC/bin/sh -c #(nop) COPY dir:a566ab76935e6f90d06b26685e5f1b7aa5704418eaf4eac5f472cf9d6854da36 in /build/test/
2017-03-24 17:52:42 UTC/bin/sh -c #(nop) COPY dir:e61fde3e627bc54cfe595758619f6860345047ceb8ddfc0f921495d212f88b28 in /build/test/
2017-03-24 17:52:43 UTC/bin/sh -c #(nop) COPY file:dc1a7100fd51dfd8ac9d310aaca35c80ec45236f7b77b09b78669b53ce49c7cf in /build/test/runner.sh
2017-03-24 17:52:44 UTC/bin/sh -c #(nop) COPY file:034869d6fb3705cc7802c4cb718c0452d8afe9c669106b65d5dd0fe242c116e5 in /build/
2017-03-24 17:52:45 UTC/bin/sh -c #(nop) COPY file:1e1027e617e6ca2e65a5f530ad9d8e5afa7bd2ff957ff4bbdfa79010bd9430c9 in build/Makefile
2017-03-24 17:52:50 UTC/bin/sh -c make -C /build install && rm -rf /build
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.