Namespace
library
Image / Tag
postgres:9.6.6
Content Digest
sha256:1875e64af18d4cd8fb262d18f1e7e95dc70719a8b3dc0635a9312f40cefbea4d
Details
Created

2017-12-12 15:06:59 UTC

Size

101 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.6-1.pgdg80+1


Layers

[#000] sha256:d99577c7ee3d4d82987bedaeb10f3244ff7e19e41c5259bb8cac00568d1c4271 - 49.74% (50.3 MB)

[#001] sha256:9401ef6e9f255cc327b43887c982736cad9c4a10470568040d812309c2c285e5 - 0.0% (2.03 KB)

[#002] sha256:352bfa19c6042a59682e84d69f6253674c2e9cd649eac06bd2f30e6308a6842e - 0.91% (941 KB)

[#003] sha256:be172f2a24862170e32f8604cb6c0e2ff2eaa5a73554865beeb696ead714b78e - 6.7% (6.78 MB)

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

[#005] sha256:73c5995663e000a072f24cae262e0505e610b8b0ef17daf55a15c1a3e5ebb2a8 - 0.0% (4.38 KB)

[#006] sha256:4acd3c83095d74f1fed7ecb94f65ef07609aa87e413ac53405207446ee4116ec - 42.63% (43.1 MB)

[#007] sha256:cfb5a4fdd2efd969eca7749a952dfd16033fea1127439ba20399c31c9c5fc9cd - 0.01% (6.94 KB)

[#008] sha256:e3d3be654256735fa7b2a577ebb5e452527e2a9bdef535af012c56d2204aa3fa - 0.0% (129 Bytes)

[#009] sha256:4ab736fac801f3871d314bce5c000c1b7e51b674665b0b0a853285064047b37d - 0.0% (170 Bytes)

[#010] sha256:335b4c9df1ee13cbf1f95b71679aab5fdb2a36d30264993819ebc0cddcadbb49 - 0.0% (1.77 KB)

[#011] sha256:b0d1a52b74f0bf7395011e37d7f74136ea3b9e4f7e93a5412494255d7ce2d9d1 - 0.0% (121 Bytes)


History
2017-12-12 14:19:55 UTC

/bin/sh -c #(nop) ADD file:235a40e05b677eb2ae7e7a3cc5cbb0cda242ff15dddb87cb8dc9bb0cd2d6aed8 in /

2017-12-12 14:19:55 UTC

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

2017-12-12 15:01:43 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-12-12 15:01:45 UTC

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

2017-12-12 15:01:46 UTC

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

2017-12-12 15:02:28 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 -rf "$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-12-12 15:02:55 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-12-12 15:02:59 UTC

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

2017-12-12 15:03:00 UTC

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

2017-12-12 15:03:07 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 -rf "$GNUPGHOME"; apt-key list

2017-12-12 15:03:08 UTC

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

2017-12-12 15:03:08 UTC

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

2017-12-12 15:04:35 UTC

/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; 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/*; if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove; rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2017-12-12 15:06:45 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-12-12 15:06:46 UTC

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

2017-12-12 15:06:54 UTC

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

2017-12-12 15:06:54 UTC

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

2017-12-12 15:06:56 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-12-12 15:06:56 UTC

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

2017-12-12 15:06:56 UTC

/bin/sh -c #(nop) COPY file:643bb6306366c6990a8d7cc47297e0080cc2a18a48a305868c51739e9416a044 in /usr/local/bin/

2017-12-12 15:06:58 UTC

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

2017-12-12 15:06:58 UTC

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

2017-12-12 15:06:59 UTC

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

2017-12-12 15:06:59 UTC

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

Details
Created

2017-12-12 06:07:18 UTC

Size

99.3 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.6-1.pgdg80+1


Layers

[#000] sha256:f49cf87b52c10aa83b4f4405800527a74400fb19ea1821d209293bc4d53966aa - 50.51% (50.2 MB)

[#001] sha256:67d44cf86769b1ace14785cbf0437fdf62eb233ac876b2aee10a1990774b2f6c - 0.0% (2.04 KB)

[#002] sha256:f16a15c538319f3f262243801ed927879f0a177d9e64cc9d0f972fa6476b0f2b - 0.95% (962 KB)

[#003] sha256:9b76eec81f9ce8772ca4bbff467e13862e31d5cbf1c736544d802e989a97bf79 - 6.83% (6.78 MB)

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

[#005] sha256:8862935f78c771d276cb8c27de571b4c5cace4904377ab7abf47a6cb687a1271 - 0.0% (4.39 KB)

[#006] sha256:6264275e324ac17a044d652ca93c7e45d79ea21e4583e7fe81e632869eb8ac57 - 41.69% (41.4 MB)

[#007] sha256:aaa0ac8d49e57c147b284a997e2d834e81878c8da47e600dcfbef4d47e16f2a1 - 0.01% (6.94 KB)

[#008] sha256:195b6cc09dddb9e4b7ad1122b145fd05f7951a69fa820a794d127ef8666f6714 - 0.0% (129 Bytes)

[#009] sha256:4b1162cbf0e030a1b14f4833a5d9b3abd4a9011106ff93c455ed71b32b8641c6 - 0.0% (169 Bytes)

[#010] sha256:afef25248e130f8672cb3d509761657c6d8c2fafd4d61d27284f30b879d176f2 - 0.0% (1.77 KB)

[#011] sha256:c9332c260ec530eefd8b356e88ff2039b3c3c75bdde64f50bceb76e1702bbbff - 0.0% (121 Bytes)


History
2017-12-12 01:41:12 UTC

/bin/sh -c #(nop) ADD file:1dd78a123212328bdc72ef7888024ea27fe141a72e24e0ea7c3c92b63b73d8d1 in /

2017-12-12 01:41:12 UTC

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

2017-12-12 06:05:31 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-12-12 06:05:32 UTC

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

2017-12-12 06:05:32 UTC

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

2017-12-12 06:05:59 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 -rf "$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-12-12 06:06:13 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-12-12 06:06:14 UTC

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

2017-12-12 06:06:15 UTC

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

2017-12-12 06:06:18 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 -rf "$GNUPGHOME"; apt-key list

2017-12-12 06:06:19 UTC

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

2017-12-12 06:06:19 UTC

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

2017-12-12 06:07:12 UTC

/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; 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/*; if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove; rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2017-12-12 06:07:13 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-12-12 06:07:14 UTC

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

2017-12-12 06:07:14 UTC

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

2017-12-12 06:07:15 UTC

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

2017-12-12 06:07:16 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-12-12 06:07:16 UTC

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

2017-12-12 06:07:16 UTC

/bin/sh -c #(nop) COPY file:643bb6306366c6990a8d7cc47297e0080cc2a18a48a305868c51739e9416a044 in /usr/local/bin/

2017-12-12 06:07:17 UTC

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

2017-12-12 06:07:18 UTC

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

2017-12-12 06:07:18 UTC

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

2017-12-12 06:07:18 UTC

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

Details
Created

2017-12-12 22:15:18 UTC

Size

92.1 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.6-1.pgdg80+1


Layers

[#000] sha256:fbe67b6ec6f136174afee77eff07fd99e5764d9db2b13d0dc1189bf8203d289b - 52.67% (48.5 MB)

[#001] sha256:4ac3eb307bf406d7f9b60765a12cc345f78aef0e5aec768441e2c5c4202fb7ea - 0.0% (2.03 KB)

[#002] sha256:bc8809411587d2aaef477f8a5c720216fa82e7a9f064f3d116efc9f38e58ef15 - 1.01% (952 KB)

[#003] sha256:9717e261f140af0c5fc66d255ecf0ddfe6cfc260fb5e5eb02c1ed121dc2a79b8 - 7.36% (6.78 MB)

[#004] sha256:e586e01e8241ea0b3ec55b15db7d4cc450ed692b1fbc8d6b03c131f314f10b68 - 0.0% (149 Bytes)

[#005] sha256:fcaa156e7dcbf5bd293b0b0de276f37335ce62edac2ded44f2c1bc5db5cd6894 - 0.0% (4.39 KB)

[#006] sha256:83c8faa5650b86d2ad2f7e49511cc27487ed9b7a0702a19b17b586c67d1d0dca - 38.94% (35.9 MB)

[#007] sha256:c27cd5db4db55e39856e3926a5708a26c500155481022c9e44c4b717df810b76 - 0.01% (6.94 KB)

[#008] sha256:a01942a70417ad691783c19877855d97e9495a03a703c80eb3478f2479096d58 - 0.0% (129 Bytes)

[#009] sha256:f296934a117d1eaa4bff55e11cd3c6ee5941e8dde54e7df8f36f27f031e63b07 - 0.0% (202 Bytes)

[#010] sha256:c9c3a4c6523ed96d656118500bc09f8e2f81797405e763946a0064377d0819e9 - 0.0% (1.77 KB)

[#011] sha256:e39e244db14cae2c966b5b7d0515b66924655d1a245f2154cfb504c7c1dd9dac - 0.0% (121 Bytes)


History
2017-12-12 20:57:00 UTC

/bin/sh -c #(nop) ADD file:2c2c6b8bfbbc9860c0ddd8a2ba3d769171576fc13d5d99fb50a852f6b03618d1 in /

2017-12-12 20:57:00 UTC

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

2017-12-12 21:53:43 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-12-12 21:53:44 UTC

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

2017-12-12 21:53:44 UTC

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

2017-12-12 21:54: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 -rf "$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-12-12 21:55:03 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-12-12 21:55:04 UTC

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

2017-12-12 21:55:05 UTC

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

2017-12-12 21:55:13 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 -rf "$GNUPGHOME"; apt-key list

2017-12-12 21:55:13 UTC

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

2017-12-12 21:55:13 UTC

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

2017-12-12 22:15:11 UTC

/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; 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/*; if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove; rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2017-12-12 22:15:12 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-12-12 22:15:13 UTC

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

2017-12-12 22:15:13 UTC

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

2017-12-12 22:15:14 UTC

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

2017-12-12 22:15:15 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-12-12 22:15:15 UTC

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

2017-12-12 22:15:15 UTC

/bin/sh -c #(nop) COPY file:643bb6306366c6990a8d7cc47297e0080cc2a18a48a305868c51739e9416a044 in /usr/local/bin/

2017-12-12 22:15:17 UTC

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

2017-12-12 22:15:17 UTC

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

2017-12-12 22:15:18 UTC

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

2017-12-12 22:15:18 UTC

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

Details
Created

2017-12-12 15:42:44 UTC

Size

88.9 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.6-1.pgdg80+1


Layers

[#000] sha256:95e140a16c792899abc97cadee0138064dd21346fe51aa332ca4cbbd5563383c - 52.24% (46.4 MB)

[#001] sha256:cd099f0c355ef760eabd4430c993895b9dc7aa177bb2a75aa60305d4882469e5 - 0.0% (2.03 KB)

[#002] sha256:fc03c8c36a2e96d4a5056a58341af08057b435753957dccf4c8ff55a5d144221 - 1.03% (937 KB)

[#003] sha256:a32f38d1e12ce96f21844326199c90a05587178fa1815c7598a1df77b59c6243 - 7.63% (6.78 MB)

[#004] sha256:72b27a3729f2ab659ec9a2a928114d4471847e5de6077d4859da13ac39b1e747 - 0.0% (149 Bytes)

[#005] sha256:27b84a17913b78d9d9f33d39e0f9a2c9501a33385b9fe431f57a68b84d062374 - 0.0% (4.39 KB)

[#006] sha256:93ab13ce0421222c587941a101abe94b5ee37559a41908c1b754a12c90666c17 - 39.08% (34.7 MB)

[#007] sha256:1cec0a0f65332af8fe396e6885535f68bd18de08d9061e1cb26de619299d5579 - 0.01% (6.94 KB)

[#008] sha256:da308ffdc934755d30735bb49340e230037b9642c5192591b37a12c9fa2c85ed - 0.0% (128 Bytes)

[#009] sha256:0f9dc8333cf6852abf3be1ecfa1d9476c890e9506121cc47bb7806a508e5aaa6 - 0.0% (200 Bytes)

[#010] sha256:90f19914a35cee9692114214b0ef3f71f5759c555b1635cdcd4287e5676e711d - 0.0% (1.77 KB)

[#011] sha256:c62faf1d744c87837b10a9975fe9d1ec5bad87329d9cbe4c1bc65ff64a25bddb - 0.0% (121 Bytes)


History
2017-12-12 13:27:05 UTC

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

2017-12-12 13:27:06 UTC

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

2017-12-12 15:23:20 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-12-12 15:23:22 UTC

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

2017-12-12 15:23:22 UTC

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

2017-12-12 15:24:07 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 -rf "$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-12-12 15:24:42 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-12-12 15:24:43 UTC

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

2017-12-12 15:24:44 UTC

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

2017-12-12 15:24:54 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 -rf "$GNUPGHOME"; apt-key list

2017-12-12 15:24:54 UTC

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

2017-12-12 15:24:55 UTC

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

2017-12-12 15:42:32 UTC

/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; 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/*; if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove; rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2017-12-12 15:42:36 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-12-12 15:42:38 UTC

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

2017-12-12 15:42:38 UTC

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

2017-12-12 15:42:39 UTC

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

2017-12-12 15:42:40 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-12-12 15:42:40 UTC

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

2017-12-12 15:42:41 UTC

/bin/sh -c #(nop) COPY file:643bb6306366c6990a8d7cc47297e0080cc2a18a48a305868c51739e9416a044 in /usr/local/bin/

2017-12-12 15:42:42 UTC

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

2017-12-12 15:42:43 UTC

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

2017-12-12 15:42:43 UTC

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

2017-12-12 15:42:44 UTC

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

Details
Created

2017-12-20 16:24:38 UTC

Size

90.8 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.6-1.pgdg80+1


Layers

[#000] sha256:7e6d91e96b32c4999458c6c0cda42f920e41aab0cfbf3153f6e013b222bf084d - 52.47% (47.6 MB)

[#001] sha256:3bad0b827dacbb32a0d54a73cd157c0797f340fa743d91d4bae5586ecc55af16 - 0.0% (2.05 KB)

[#002] sha256:c7ec896c49a5d4f97aec27888254d72e7726db241ff27cc5c1ae97922fc5a737 - 1.0% (930 KB)

[#003] sha256:67be6ba523891740a925f1c1f5901756c16008425a86e47336f781c1cfcec144 - 7.47% (6.78 MB)

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

[#005] sha256:b62c5980b10bc5f85ecee2fc6d6f36d5fdd171e21c6221e84d17b00057c1e075 - 0.0% (4.39 KB)

[#006] sha256:7d00a81085242ebcb24d9d91aa3ea2a82963df0876f85fcbd388fdd9b4ce3933 - 39.04% (35.4 MB)

[#007] sha256:3885e10914b3f384995749e5cbba53c6d5ca9ba431ee472a91d5bd1029f1c932 - 0.01% (6.94 KB)

[#008] sha256:6e60eec435d7ed8f3cf8be77d5c56db9ca9b658963d5dbbdbe143c02bebe1c91 - 0.0% (130 Bytes)

[#009] sha256:5f7606311f18b51b905b2180c72384196d5ea524e5a2b38e07765291c6a722d2 - 0.0% (172 Bytes)

[#010] sha256:526f07aa47edc748611743673db9240dd5f22975dfdf0f237f9b7b2a1a23ad27 - 0.0% (1.77 KB)

[#011] sha256:f194cb758b52cec24cdbe56d8e4bb2326e0092e12abd8703e6b891eee14504a8 - 0.0% (121 Bytes)


History
2017-12-12 18:24:58 UTC

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

2017-12-12 18:24:59 UTC

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

2017-12-20 15:52:18 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-12-20 15:52:21 UTC

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

2017-12-20 15:52:22 UTC

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

2017-12-20 15:53:21 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 -rf "$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-12-20 15:53:44 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-12-20 15:53:45 UTC

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

2017-12-20 15:53:47 UTC

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

2017-12-20 15:53:52 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 -rf "$GNUPGHOME"; apt-key list

2017-12-20 15:53:53 UTC

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

2017-12-20 15:53:54 UTC

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

2017-12-20 16:24:24 UTC

/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; 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/*; if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove; rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2017-12-20 16:24:26 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-12-20 16:24:29 UTC

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

2017-12-20 16:24:29 UTC

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

2017-12-20 16:24:30 UTC

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

2017-12-20 16:24:32 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-12-20 16:24:33 UTC

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

2017-12-20 16:24:34 UTC

/bin/sh -c #(nop) COPY file:643bb6306366c6990a8d7cc47297e0080cc2a18a48a305868c51739e9416a044 in /usr/local/bin/

2017-12-20 16:24:35 UTC

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

2017-12-20 16:24:36 UTC

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

2017-12-20 16:24:37 UTC

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

2017-12-20 16:24:38 UTC

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

Details
Created

2017-12-12 07:31:25 UTC

Size

97.6 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.6-1.pgdg80+1


Layers

[#000] sha256:75c28926027fc0404a0d21450475473243a59e8fc55443a62d1d744693ec19e9 - 50.63% (49.4 MB)

[#001] sha256:e2f43eef93dcfdca3ed128eaf766d5405ac778b2e0d9bafade6f696f24ca397d - 0.0% (2.05 KB)

[#002] sha256:2d5ab2293073710eb935e87db6174d0de97ed67862404abd36149f96f1d60cd2 - 0.93% (932 KB)

[#003] sha256:57535818306fe11aa05c85ffffbf35bf28556d4b1ff1df68cd202ae4287d4364 - 6.95% (6.78 MB)

[#004] sha256:645a874c3a6c8d787c3529657e1dc0d185e3d752ed90cab46d4c23e18a3cf2cb - 0.0% (149 Bytes)

[#005] sha256:e3bde16f5f8abc6f97b5e5d638e9a78ef56b0df2f6de9a345033b026dce19acb - 0.0% (4.39 KB)

[#006] sha256:920912fa58a7c4220befe35a349cc04c623fc8ea855b5efa3abc0d966cb7778c - 41.48% (40.5 MB)

[#007] sha256:d1d6879593ddfe7d304fc6fa37004032883707d3e62879d661faae412ef7b34b - 0.01% (6.94 KB)

[#008] sha256:9b869cb933ef24eb89a4961124ee2a0707f9fa117be333ce41be2c573a8e02f1 - 0.0% (128 Bytes)

[#009] sha256:ebd40692479f9a11d368424260d08b4df6d758db312a9ef7d9f8801938e6561b - 0.0% (201 Bytes)

[#010] sha256:da094276c828716bad9cd06e430a62e6268d9f95058966e208513acd172c5fe0 - 0.0% (1.77 KB)

[#011] sha256:164b05cbbdbe767e46bce1061a618374bd0646e78f1a8675237e3394bbf8677c - 0.0% (121 Bytes)


History
2017-12-12 01:32:54 UTC

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

2017-12-12 01:32:56 UTC

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

2017-12-12 07:21:07 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-12-12 07:21:14 UTC

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

2017-12-12 07:21:16 UTC

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

2017-12-12 07:23:17 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 -rf "$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-12-12 07:23:58 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-12-12 07:24:07 UTC

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

2017-12-12 07:24:12 UTC

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

2017-12-12 07:24:28 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 -rf "$GNUPGHOME"; apt-key list

2017-12-12 07:24:31 UTC

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

2017-12-12 07:24:33 UTC

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

2017-12-12 07:30:41 UTC

/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; 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/*; if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove; rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2017-12-12 07:30:48 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-12-12 07:30:52 UTC

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

2017-12-12 07:30:55 UTC

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

2017-12-12 07:30:57 UTC

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

2017-12-12 07:31:02 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-12-12 07:31:10 UTC

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

2017-12-12 07:31:13 UTC

/bin/sh -c #(nop) COPY file:643bb6306366c6990a8d7cc47297e0080cc2a18a48a305868c51739e9416a044 in /usr/local/bin/

2017-12-12 07:31:17 UTC

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

2017-12-12 07:31:20 UTC

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

2017-12-12 07:31:23 UTC

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

2017-12-12 07:31:25 UTC

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

Details
Created

2017-12-12 08:14:24 UTC

Size

95.9 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.6-1.pgdg80+1


Layers

[#000] sha256:98cfcbfa76c6d2a42223dc7a44505bdd260000bffd3ecbb983cb33213128499b - 52.49% (50.3 MB)

[#001] sha256:b274564c358406b10dd079e52b407510603546a166881a1fb21e95f9891efb9e - 0.0% (2.04 KB)

[#002] sha256:0067d49504fcd0f0f08f260e7e714d65844300637c754b031632a41ec696a5c8 - 0.96% (948 KB)

[#003] sha256:bd04f0b86eabc01f2b2292195252bb0642f5fa5980be6a3984aecffa75416f45 - 7.09% (6.8 MB)

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

[#005] sha256:0edb7a85b30b06833acb1e1383c44d5d411547fb1dec6953c5248e9f1fbc525f - 0.0% (4.38 KB)

[#006] sha256:75858c73d737de408e2b4e38911c441865f5c9d2aa902d55a9ab181a9da22edc - 39.44% (37.8 MB)

[#007] sha256:5aca2641083c4de1310b3a0e8be23887af7663de8d390df58433ffc49bc82af2 - 0.01% (6.94 KB)

[#008] sha256:c8a8d60de2754080731b66fbf334f2e3a72c8a6cd15860da326e8ad34c85866d - 0.0% (129 Bytes)

[#009] sha256:59d248759496524b9c7bd580ef7c102bf664bb7ade8a69011fa423f4e9f5a8ea - 0.0% (168 Bytes)

[#010] sha256:cf342c65d5625b2ef690a4555a46e5413d3f80a34a535d13e9b74a7ce2d33f23 - 0.0% (1.77 KB)

[#011] sha256:37e69d1da1bcc5658730e07dfecea7b70f5690871eb26e6842ddfb32e1f8b82c - 0.0% (121 Bytes)


History
2017-12-12 06:22:40 UTC

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

2017-12-12 06:22:40 UTC

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

2017-12-12 08:04:33 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-12-12 08:04:34 UTC

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

2017-12-12 08:04:34 UTC

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

2017-12-12 08:04:53 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 -rf "$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-12-12 08:05:04 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-12-12 08:05:04 UTC

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

2017-12-12 08:05:05 UTC

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

2017-12-12 08:05:07 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 -rf "$GNUPGHOME"; apt-key list

2017-12-12 08:05:08 UTC

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

2017-12-12 08:05:08 UTC

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

2017-12-12 08:14:19 UTC

/bin/sh -c set -ex; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; 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/*; if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove; rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2017-12-12 08:14:20 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-12-12 08:14:20 UTC

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

2017-12-12 08:14:21 UTC

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

2017-12-12 08:14:21 UTC

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

2017-12-12 08:14:22 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-12-12 08:14:22 UTC

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

2017-12-12 08:14:22 UTC

/bin/sh -c #(nop) COPY file:643bb6306366c6990a8d7cc47297e0080cc2a18a48a305868c51739e9416a044 in /usr/local/bin/

2017-12-12 08:14:23 UTC

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

2017-12-12 08:14:23 UTC

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

2017-12-12 08:14:23 UTC

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

2017-12-12 08:14:24 UTC

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

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete