2017-08-10 23:01:00 UTC
98.7 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.13-1.pgdg80+1
[#000] sha256:ad74af05f5a24bcf9459ae1cf7718628c2aeb6b587eb51b6eeaf639aca3e566f - 50.82% (50.2 MB)
[#001] sha256:8996b4a29b2bd5d95cf93ac41ed61c5dfe8fbbe7ac60e516a764c0c3ba4fa7f3 - 0.0% (2.01 KB)
[#002] sha256:bea3311ef15bb6b069270ec8e6ebe9c8e3d613f011dd7152617cb1ba0c7aea11 - 1.26% (1.24 MB)
[#003] sha256:b1b9eb0ac9c8c779f89ff7b76bcd59aba672e2f35a09106dc3f9ee92e5bab913 - 6.87% (6.78 MB)
[#004] sha256:1d6d551d6af0e3986bddf0dd21e00d6884d6e58d006f2d5035208d24552c763b - 0.0% (115 Bytes)
[#005] sha256:ba16377760f999a0006e1c620bf0df5531f6d55dfa7e0aa073b8245072c37b09 - 0.0% (4.38 KB)
[#006] sha256:171d72b8e642e3ea370ecdee8d88a013046d4464c4fb55bcb8072901c7a8cc7f - 0.0% (223 Bytes)
[#007] sha256:c89213b8274088815d41f5005cb1149176d19bd9823b1b21389f4da82fd3126d - 41.03% (40.5 MB)
[#008] sha256:56874bc6192a37802f7ffe04e9bdfc82143693fa32dc0327497538cfae10aaa5 - 0.01% (6.53 KB)
[#009] sha256:5e469dcbefc0290c636c78f9a49e09c79b08f2537e6afa2ec27b4ea6e3442f16 - 0.0% (132 Bytes)
[#010] sha256:db2f818891e9309b10b816aa525b9f45f8a2d0be6c4acf35c582ee0d682da8d5 - 0.0% (162 Bytes)
[#011] sha256:0d4f85a0618dc7723c56bbccfbdfe317bcb546ccada2e5271cf1b86aa6e9c022 - 0.0% (1.76 KB)
[#012] sha256:56c82353ac53b96eb66f0808115a6e99ec3bdcb2ae1d310a14b3e56999889896 - 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:47:33 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.4
2017-08-10 22:59:55 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.4.13-1.pgdg80+1
2017-08-10 22:59:56 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-08-10 23:00:55 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-08-10 23:00:56 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-08-10 23:00:56 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2017-08-10 23:00:57 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-08-10 23:00:57 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2017-08-10 23:00:58 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-08-10 23:00:58 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2017-08-10 23:00:58 UTC/bin/sh -c #(nop) COPY file:643bb6306366c6990a8d7cc47297e0080cc2a18a48a305868c51739e9416a044 in /usr/local/bin/
2017-08-10 23:00:59 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2017-08-10 23:00:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-08-10 23:01:00 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2017-08-10 23:01:00 UTC/bin/sh -c #(nop) CMD ["postgres"]