2017-05-11 17:20:49 UTC
99.5 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:10a267c67f423630f3afe5e04bbbc93d578861ddcc54283526222f3ad5e895b9 - 50.42% (50.1 MB)
[#001] sha256:e9a920522e337511674336d96c1c64887243444c12d3a4841cae1aebfd2191f8 - 0.0% (2.02 KB)
[#002] sha256:6888e696bd718215dfb98e6d92059fcb982308e23ffd12e120b741b496170602 - 1.25% (1.25 MB)
[#003] sha256:798096eed143cbeb4c60f929e93b1835dc782c59296795892a80ea740072a6f5 - 6.82% (6.79 MB)
[#004] sha256:fb58419959b59bd0f196e45992732e44ed1b1aea40fd7463532de1020e77a695 - 0.0% (115 Bytes)
[#005] sha256:97f9ec09cb6847298a7bfe62bf7d0361cfe56117fbd7f16e3c754a774b6f977a - 0.0% (4.38 KB)
[#006] sha256:d58678d9d3ab5c99007ee9b25a5a7ed6021bb7c1555d13e718c9d66470fffdec - 0.0% (224 Bytes)
[#007] sha256:ece2bc4a78f4a264b1e0b657710fdd73348030c449fd0d9b2a898c7c412b4616 - 41.48% (41.3 MB)
[#008] sha256:eadac36b8440b924264972ee381a8dd913a8d965dc06e140f0d8fa94695d1345 - 0.01% (6.93 KB)
[#009] sha256:4da13987a6ca321f93c7f0129f65263596e3d7a49b5358a311275cb65ab7c4fc - 0.0% (131 Bytes)
[#010] sha256:bd2eab93fc5af7bad0d9ca20fbb399b8fea658245ec0ca74e3baecbdc17ca3b5 - 0.0% (161 Bytes)
[#011] sha256:2efd8a94a8d7694c2204d7297a57bf788dc8b99a8b7d7a6754d3acfb6dafd112 - 0.0% (1.75 KB)
[#012] sha256:cd1f07c4ebbed75bd19867a29912ede50d8ce5292227c8c2ed730908d10fba9b - 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:21:39 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2017-05-10 15:21:40 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.2-1.pgdg80+1
2017-05-10 15:21:41 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:22:15 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:22:16 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:22:18 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:22:19 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-05-10 15:22:19 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2017-05-10 15:22:21 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:22:22 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2017-05-11 17:20:43 UTC/bin/sh -c #(nop) COPY file:88406fb9d8f255c2eafecd84ec6558ad6c5da8e54a6228a71d059ef88604493b in /usr/local/bin/
2017-05-11 17:20:46 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2017-05-11 17:20:47 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-05-11 17:20:48 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2017-05-11 17:20:49 UTC/bin/sh -c #(nop) CMD ["postgres"]