Tag

library/postgres:9.3.16
Content Digest: sha256:8c3c15c6240ef6d15b95648d03c21a58d9debad4697c1f857ca8238a09e300e0
Details
Pull Command

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


Manifests
Details
Content Digest

sha256:8bf8461f2ff0b130441311730eba99ab46d2bc10e72d9a123ae53299459a3af1

Created

2017-05-11 18:04:31 UTC

Size

98.3 MB


Environment
GOSU_VERSION

1.7

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.3

PG_VERSION

9.3.16-1.pgdg80+1


Layers

[#000] sha256:10a267c67f423630f3afe5e04bbbc93d578861ddcc54283526222f3ad5e895b9 - 50.99% (50.1 MB)

[#001] sha256:e9a920522e337511674336d96c1c64887243444c12d3a4841cae1aebfd2191f8 - 0.0% (2.02 KB)

[#002] sha256:6888e696bd718215dfb98e6d92059fcb982308e23ffd12e120b741b496170602 - 1.27% (1.25 MB)

[#003] sha256:798096eed143cbeb4c60f929e93b1835dc782c59296795892a80ea740072a6f5 - 6.9% (6.79 MB)

[#004] sha256:fb58419959b59bd0f196e45992732e44ed1b1aea40fd7463532de1020e77a695 - 0.0% (115 Bytes)

[#005] sha256:97f9ec09cb6847298a7bfe62bf7d0361cfe56117fbd7f16e3c754a774b6f977a - 0.0% (4.38 KB)

[#006] sha256:83820b9db04b9ba26c843060aa562b6d87737ee34cba470725b2bb9dd32f5f9f - 0.0% (224 Bytes)

[#007] sha256:011d117e1516a162e993b9ba70e6cde3b50dd6231a5e68bbe18c7fe487ff6da8 - 40.82% (40.1 MB)

[#008] sha256:c201fc82ab868a2de1cc2839a05584e27d567fda4b3269c2525dc9df2d061c54 - 0.01% (6.34 KB)

[#009] sha256:3936fbb693a47506249c277c7331cb97956d644dfb2dd22d37113a20235188d7 - 0.0% (131 Bytes)

[#010] sha256:7711ab2ffc2cbdf3f7d656a7084845d41968a2fccf1b4bb3ef2abd1ec5799192 - 0.0% (163 Bytes)

[#011] sha256:646f3feb4f9cb558232c35d0a79381c87b6b104c0fbe895d9a8835aba4cfeb76 - 0.0% (1.75 KB)

[#012] sha256:1284710a81e750ce8d27401bd147557ee5e1dcd4ccbd82f76674e7dd45683f71 - 0.0% (121 Bytes)


History
2017-05-08 23:28:14 UTC

/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:23:54 UTC

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

2017-05-10 15:23:54 UTC

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

2017-05-10 15:23:56 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:24:28 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:24:30 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:24:32 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:24:32 UTC

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

2017-05-10 15:24:33 UTC

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

2017-05-10 15:24:35 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:24:35 UTC

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

2017-05-11 18:04:27 UTC

/bin/sh -c #(nop) COPY file:88406fb9d8f255c2eafecd84ec6558ad6c5da8e54a6228a71d059ef88604493b in /usr/local/bin/

2017-05-11 18:04:28 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat

2017-05-11 18:04:29 UTC

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

2017-05-11 18:04:30 UTC

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

2017-05-11 18:04:31 UTC

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