2017-01-20 22:06:41 UTC
96.9 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.1-2.pgdg80+1
[#000] sha256:5040bd2983909aa8896b9932438c3f1479d25ae837a5f6220242a264d0221f2d - 50.55% (49 MB)
[#001] sha256:f08454c3c700a0100e8c3424e7048c4160e48c03bf045eada703f69fae65a3f2 - 0.0% (1.99 KB)
[#002] sha256:4db038cdfe0347fab843472aa89d5b85a99a77dac608e5b91962eebcf6a8d1da - 1.2% (1.16 MB)
[#003] sha256:e1d9ba315f03586d7698b3e6157539dc65c58c4af524a5570506d954eee51a49 - 6.76% (6.55 MB)
[#004] sha256:25e0ee93170ea48b465208dd9a5b66c43359df595268299d92caed4ed36f59be - 0.0% (114 Bytes)
[#005] sha256:3f28084c3f5120489e6a0d65a6838996fd8ef9f688ad92024b2e01d8955273c5 - 0.0% (3.32 KB)
[#006] sha256:78c91f0aedcd497505c709b6bdaddf0f9f793dc77c9bbbaa8523794cdada545b - 0.0% (224 Bytes)
[#007] sha256:93ab52dbcbb871cf2b35c385bd2f17eb702e72653a9b9c692db1ca3c0613f826 - 41.48% (40.2 MB)
[#008] sha256:27ec75825613d9aac8c0713df7a0a73b5ff4f508313ec39fe6a6b35399cfd77e - 0.01% (6.99 KB)
[#009] sha256:28ef691a9920e2c53e433896317f52d682b16645aa9ba3df39d0f5e7d4775a48 - 0.0% (134 Bytes)
[#010] sha256:0f0dd20755c9fc0d0ffea23516f40b60613796495c438d30fc61bce14338e033 - 0.0% (162 Bytes)
[#011] sha256:2a4a824861f7154bc86e18f6ed800bb9689610dbdf3da9cf39ce14045af61529 - 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:36:30 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2017-01-17 19:36:30 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.1-2.pgdg80+1
2017-01-17 19:36:31 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:37:02 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:37:03 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:06:36 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:06:36 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-01-20 22:06:37 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2017-01-20 22:06:38 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:06:38 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2017-01-20 22:06:39 UTC/bin/sh -c #(nop) COPY file:8d267d76d9551f01f3b15b68c484da091c34fd675a9b6adc8c279d52364efdfc in /
2017-01-20 22:06:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2017-01-20 22:06:40 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2017-01-20 22:06:41 UTC/bin/sh -c #(nop) CMD ["postgres"]