Tag

library/postgres:9.2.17
Content Digest: sha256:a580523eb0742774e64a99086d927b36da50cb2168b31e4b2f60be5fbf5d5744
Details
Pull Command

docker pull io.docker.registry-1.mirror.anurin.name/library/postgres:9.2.17


Manifests
Details
Content Digest

sha256:dee207e667e48f7fc87c275bea0e396fef0f250891ec9469f1a0945060eddfe3

Created

2016-06-10 04:12:31 UTC

Size

95.8 MB


Environment
GOSU_VERSION

1.7

LANG

en_US.utf8

PATH

/usr/lib/postgresql/9.2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.2

PG_VERSION

9.2.17-1.pgdg80+1


Layers

[#000] sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b - 51.14% (49 MB)

[#001] sha256:22337bfd13a96ad3a76a4b90fe5448da602dade5fed79e2dd701214da6529a0e - 0.0% (1.99 KB)

[#002] sha256:c3961b297accc4847d720bf7eddc00b45624143333d3d38347d5cb9084735811 - 1.23% (1.18 MB)

[#003] sha256:5a17453338b40f35e6547963ee271172baa2fc199a9cfc2684f68c10d90883fe - 6.86% (6.57 MB)

[#004] sha256:6364e0d7a283ea31e03a06e6270b97864aa33c6c8495a6cd25eb828fe2adc22a - 0.0% (114 Bytes)

[#005] sha256:58c25f5c0dad12a35bb506fcbd38280bef4644c7fed407bee73a2dc0002a1b1e - 0.0% (3.33 KB)

[#006] sha256:3f4185c8d657a3fde55f2f120e0d2bb41212c028f4290d148874fadcb69ff93f - 0.0% (226 Bytes)

[#007] sha256:fd8201747fcbc898a4440dfb19286ece9588f56c522522d1013e50f0592c948c - 40.75% (39 MB)

[#008] sha256:23fd37acc6eaa75cf1e9f981058db09eec680d15eeeb8fd03a0ed49702a6f639 - 0.01% (6.32 KB)

[#009] sha256:6e4776caa00fcc2a8af322d76ac3281deb9cc356ba66fee78b51a3bf2817a21d - 0.0% (132 Bytes)

[#010] sha256:f87ba53ee3e10ee1b76274db9dc42e0e7824b27ccecb29a85997bdaa1c905ce7 - 0.0% (1.22 KB)


History
2016-06-09 21:28:42 UTC

/bin/sh -c #(nop) ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /

2016-06-09 21:28:43 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2016-06-10 03:56:07 UTC

/bin/sh -c groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres

2016-06-10 03:56:07 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.7

2016-06-10 03:57:30 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-06-10 03:58: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

2016-06-10 03:58:27 UTC

/bin/sh -c #(nop) ENV LANG=en_US.utf8

2016-06-10 03:58:28 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2016-06-10 03:58:45 UTC

/bin/sh -c apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8

2016-06-10 04:09:46 UTC

/bin/sh -c #(nop) ENV PG_MAJOR=9.2

2016-06-10 04:09:47 UTC

/bin/sh -c #(nop) ENV PG_VERSION=9.2.17-1.pgdg80+1

2016-06-10 04:09:48 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-06-10 04:12:27 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-06-10 04:12:28 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-06-10 04:12:29 UTC

/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres /var/run/postgresql

2016-06-10 04:12:29 UTC

/bin/sh -c #(nop) ENV PATH=/usr/lib/postgresql/9.2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2016-06-10 04:12:30 UTC

/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data

2016-06-10 04:12:30 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]

2016-06-10 04:12:30 UTC

/bin/sh -c #(nop) COPY file:aefa30113260f63949e77cbc9a66aa22f27b1f79479507fd0d32f9b6a6994d69 in /

2016-06-10 04:12:31 UTC

/bin/sh -c #(nop) ENTRYPOINT &{["/docker-entrypoint.sh"]}

2016-06-10 04:12:31 UTC

/bin/sh -c #(nop) EXPOSE 5432/tcp

2016-06-10 04:12:31 UTC

/bin/sh -c #(nop) CMD ["postgres"]