docker pull io.docker.registry-1.mirror.anurin.name/library/postgres:9.4.11
sha256:5375b9e1e4a2d36510bd4a9861141247519cdd02382b1d98e20a0970197bbe3b
2017-05-11 18:00:35 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.11-1.pgdg80+1
[#000] sha256:10a267c67f423630f3afe5e04bbbc93d578861ddcc54283526222f3ad5e895b9 - 50.82% (50.1 MB)
[#001] sha256:e9a920522e337511674336d96c1c64887243444c12d3a4841cae1aebfd2191f8 - 0.0% (2.02 KB)
[#002] sha256:6888e696bd718215dfb98e6d92059fcb982308e23ffd12e120b741b496170602 - 1.26% (1.25 MB)
[#003] sha256:798096eed143cbeb4c60f929e93b1835dc782c59296795892a80ea740072a6f5 - 6.88% (6.79 MB)
[#004] sha256:fb58419959b59bd0f196e45992732e44ed1b1aea40fd7463532de1020e77a695 - 0.0% (115 Bytes)
[#005] sha256:97f9ec09cb6847298a7bfe62bf7d0361cfe56117fbd7f16e3c754a774b6f977a - 0.0% (4.38 KB)
[#006] sha256:fe3712c43044945076ac9bf3e5387f54b68364fdfc49d6f75ebeb57c730e59ec - 0.0% (224 Bytes)
[#007] sha256:2a64fbc47ee248623cc098696fd6c380412cb50f3ef9bb355069681a78e9c62a - 41.02% (40.5 MB)
[#008] sha256:caf55f11a89406e39ca2fbef7b057a8677a49220824be47c8189f026db6bc9ab - 0.01% (6.52 KB)
[#009] sha256:b03417d4e23957017756b00dc08926669772f677c404f1da12a38165b6f11c7c - 0.0% (131 Bytes)
[#010] sha256:e0f3044afddbe198cca29cacfa3bb27a6308be59d40882a2d54d8b41be3bd00e - 0.0% (161 Bytes)
[#011] sha256:e26a44f79daa901e7d5298fd06383a0cdd18cd6ff64a634e27b29dd0c0aa8ae3 - 0.0% (1.75 KB)
[#012] sha256:c3cc8a8de0fec5011d1579fab6d3cec50c915cb44020dfa992f6f97fca46872f - 0.0% (119 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:25:00 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.4
2017-05-10 15:25:01 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.4.11-1.pgdg80+1
2017-05-10 15:25:02 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:25:35 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:25:37 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:25:39 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:25:39 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-05-10 15:25:40 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2017-05-10 15:25:42 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:25:43 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2017-05-11 18:00:29 UTC/bin/sh -c #(nop) COPY file:88406fb9d8f255c2eafecd84ec6558ad6c5da8e54a6228a71d059ef88604493b in /usr/local/bin/
2017-05-11 18:00:32 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2017-05-11 18:00:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-05-11 18:00:34 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2017-05-11 18:00:35 UTC/bin/sh -c #(nop) CMD ["postgres"]