docker pull io.docker.registry-1.mirror.anurin.name/library/postgres:9.4.8
sha256:55613f5360f733116dfe35ef72441d9d7bbfbce0bfba4651f6bc46d552f186d9
2016-08-01 21:06:26 UTC
96.2 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.8-1.pgdg80+1
[#000] sha256:357ea8c3d80bc25792e010facfc98aee5972ebc47e290eb0d5aea3671a901cab - 50.92% (49 MB)
[#001] sha256:c2c7a60f64c55d6c68b6efd3fa2be1000b00f0d21eae3b308e9b11233e06d97f - 0.0% (1.99 KB)
[#002] sha256:41ae9dccaf61454fcc40e613824212e861d7f3154edabe5e2de5bbae5b7783a7 - 1.21% (1.16 MB)
[#003] sha256:f97dc66893dee780a3df721bc5e03abf97e6a6b43b7e4fc938697a04640d50f9 - 6.8% (6.55 MB)
[#004] sha256:ff0ae6b27f855237075b51a1351670a20344803dc9c8a889f641df6eee2fa39c - 0.0% (112 Bytes)
[#005] sha256:0ad5d181a0a159544163c500b295eb921192028a2340120958df6147ec53543c - 0.0% (3.33 KB)
[#006] sha256:b2169bee378191e17be4cc45960bdbd76f19870bc21afb886e73845e9cdb8bd7 - 0.0% (225 Bytes)
[#007] sha256:aebb4acd3d7ad0a3a95e8f4b57d66d2ddf6c1a7f3cb3a0607e32f3d835a32fec - 41.06% (39.5 MB)
[#008] sha256:36b93e9891b49b18984bfdcdfc52a5e4226de6a1c573136ef493a5d6da75a7e4 - 0.01% (6.68 KB)
[#009] sha256:7bb4f3140339800adc555a072c49b3105dba4e7bb2368a2390aa8244237c11dc - 0.0% (132 Bytes)
[#010] sha256:7e4a38036bebe308bb8140406c83bcf615fa5e0cba42c7750908fabf038b4b8f - 0.0% (1.22 KB)
/bin/sh -c #(nop) ADD file:0e0565652aa852f62033d99f84892216020d30f64521ded5e72d4940bc4c9697 in /
2016-07-28 17:47:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-08-01 20:57:15 UTC/bin/sh -c groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres
2016-08-01 20:57:15 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2016-08-01 20:58:40 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
2016-08-01 20:59:40 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
2016-08-01 20:59:40 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2016-08-01 20:59:42 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2016-08-01 21:00:01 UTC/bin/sh -c apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
2016-08-01 21:03:33 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.4
2016-08-01 21:03:34 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.4.8-1.pgdg80+1
2016-08-01 21:03:36 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
2016-08-01 21:06:16 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/*
2016-08-01 21:06:18 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
2016-08-01 21:06:20 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres /var/run/postgresql
2016-08-01 21:06:21 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
2016-08-01 21:06:21 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2016-08-01 21:06:22 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2016-08-01 21:06:23 UTC/bin/sh -c #(nop) COPY file:aefa30113260f63949e77cbc9a66aa22f27b1f79479507fd0d32f9b6a6994d69 in /
2016-08-01 21:06:24 UTC/bin/sh -c #(nop) ENTRYPOINT &{["/docker-entrypoint.sh"]}
2016-08-01 21:06:25 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2016-08-01 21:06:26 UTC/bin/sh -c #(nop) CMD ["postgres"]