Namespace
library
Image / Tag
postgres:9.6.5
Content Digest
sha256:2f2b1f4d9d83db7378584d7f41b15a49b2cea25956af67698f8ea80e3bdc28ba
Details
Created

2017-11-04 09:10:32 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.5-1.pgdg80+2


Layers

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

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

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

[#003] sha256:4dda1edd3e9b0a2e41141cc729ffb54fac25325137e351d8d1b217ff6e107bef - 6.83% (6.78 MB)

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

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

[#006] sha256:16825a5c90400599ba864d3de7eee754f9329de9f7f8be4919ce3aa1ac2a40b1 - 41.69% (41.4 MB)

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

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

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

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

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


History
2017-11-04 05:21:35 UTC

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

2017-11-04 05:21:36 UTC

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

2017-11-04 09:09:10 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-11-04 09:09:11 UTC

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

2017-11-04 09:09:12 UTC

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

2017-11-04 09:09:33 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-11-04 09:09:43 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-11-04 09:09:43 UTC

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

2017-11-04 09:09:44 UTC

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

2017-11-04 09:09:46 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-11-04 09:09:46 UTC

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

2017-11-04 09:09:46 UTC

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

2017-11-04 09:10:28 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-11-04 09:10: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

2017-11-04 09:10:29 UTC

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

2017-11-04 09:10: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-11-04 09:10:29 UTC

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

2017-11-04 09:10:30 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-11-04 09:10:30 UTC

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

2017-11-04 09:10:31 UTC

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

2017-11-04 09:10:31 UTC

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

2017-11-04 09:10:31 UTC

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

2017-11-04 09:10:32 UTC

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

2017-11-04 09:10:32 UTC

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

Details
Created

2017-11-03 14:07:55 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.5-1.pgdg80+2


Layers

[#000] sha256:e0f8ffe748163b60817bbe75e602fd998e062587f8802da580ccdb711e5d6b6e - 49.75% (50.3 MB)

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

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

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

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

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

[#006] sha256:047145f576e34c0077e0acfef62b8c03278a3febe5327a941d655849891193bd - 42.63% (43.1 MB)

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

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

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

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

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


History
2017-10-09 21:42:15 UTC

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

2017-10-09 21:42:15 UTC

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

2017-11-03 14:04:46 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-11-03 14:04:47 UTC

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

2017-11-03 14:04:47 UTC

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

2017-11-03 14:05:36 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-11-03 14:06:07 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-11-03 14:06:07 UTC

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

2017-11-03 14:06:08 UTC

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

2017-11-03 14:06:17 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-11-03 14:06:17 UTC

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

2017-11-03 14:06:18 UTC

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

2017-11-03 14:07:50 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-11-03 14:07:51 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-11-03 14:07:52 UTC

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

2017-11-03 14:07:52 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-11-03 14:07:52 UTC

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

2017-11-03 14:07:53 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-11-03 14:07:53 UTC

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

2017-11-03 14:07:53 UTC

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

2017-11-03 14:07:54 UTC

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

2017-11-03 14:07:54 UTC

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

2017-11-03 14:07:55 UTC

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

2017-11-03 14:07:55 UTC

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

Details
Created

2017-11-03 07:00:48 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.5-1.pgdg80+2


Layers

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

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

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

[#003] sha256:34ddc153c4035b61f0b934caa80c2c3a28ad633808b73de2fe5d26fa939f138c - 7.36% (6.78 MB)

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

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

[#006] sha256:45e9da975843753f1952880316565588d37210f3986469389223d958aca28940 - 38.94% (35.9 MB)

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

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

[#009] sha256:7ab5206189a7749fb6913e01c1159724259a6d732116a05dd6694bf1ba9d5c98 - 0.0% (200 Bytes)

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

[#011] sha256:59c7ef6b14d61847e63b73766897245c4d81a98f3182ebda20cdf4254129112e - 0.0% (119 Bytes)


History
2017-10-09 21:42:07 UTC

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

2017-10-09 21:42:07 UTC

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

2017-11-03 06:39:52 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-11-03 06:39:53 UTC

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

2017-11-03 06:39:53 UTC

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

2017-11-03 06:40: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 -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-11-03 06:41:12 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-11-03 06:41:12 UTC

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

2017-11-03 06:41:13 UTC

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

2017-11-03 06:41:21 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-11-03 06:41:21 UTC

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

2017-11-03 06:41:21 UTC

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

2017-11-03 07:00:43 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-11-03 07:00:44 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-11-03 07:00:45 UTC

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

2017-11-03 07:00:45 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-11-03 07:00:45 UTC

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

2017-11-03 07:00:46 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-11-03 07:00:46 UTC

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

2017-11-03 07:00:46 UTC

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

2017-11-03 07:00:47 UTC

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

2017-11-03 07:00:47 UTC

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

2017-11-03 07:00:47 UTC

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

2017-11-03 07:00:48 UTC

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

Details
Created

2017-11-03 04:15:14 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.5-1.pgdg80+2


Layers

[#000] sha256:e52c47bf5ccb0baf5e58ae2e958abbb260f942d8743078a07a367079102e162f - 52.25% (46.4 MB)

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

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

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

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

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

[#006] sha256:3a489aa42548466b3067f235e33307ca3ba6ca52903253feba154736ee9d14d0 - 39.07% (34.7 MB)

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

[#008] sha256:10d3cfc0c8bd29a223a5dca5fa75ea3ad3950ba72e66d8041b56b904996905db - 0.0% (130 Bytes)

[#009] sha256:421892d4d3deea81cfbf85c97037e631e7ee329b45067fe18282347dd2b9f283 - 0.0% (200 Bytes)

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

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


History
2017-10-09 21:42:19 UTC

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

2017-10-09 21:42:20 UTC

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

2017-11-03 03:56:25 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-11-03 03:56:26 UTC

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

2017-11-03 03:56:26 UTC

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

2017-11-03 03:57:13 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-11-03 03:57:43 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-11-03 03:57:44 UTC

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

2017-11-03 03:57:44 UTC

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

2017-11-03 03:57: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-11-03 03:57:53 UTC

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

2017-11-03 03:57:53 UTC

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

2017-11-03 04:15:09 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-11-03 04:15:10 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-11-03 04:15:11 UTC

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

2017-11-03 04:15:11 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-11-03 04:15:11 UTC

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

2017-11-03 04:15:12 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-11-03 04:15:12 UTC

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

2017-11-03 04:15:13 UTC

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

2017-11-03 04:15:14 UTC

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

2017-11-03 04:15:14 UTC

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

2017-11-03 04:15:14 UTC

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

2017-11-03 04:15:14 UTC

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

Details
Created

2017-11-03 15:26:12 UTC

Size

90.7 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.5-1.pgdg80+2


Layers

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

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

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

[#003] sha256:4d1cdafa666dd2d36734ef54a12e2aad5442ebd915ecef0acc4ae693673c08c8 - 7.47% (6.78 MB)

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

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

[#006] sha256:0d3010d2edd4de1d295dce4e3e989646b0e3429aca9a5799961c4caf6903f82c - 39.04% (35.4 MB)

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

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

[#009] sha256:38896d31b78f05673bf48b2644300582b714f54a731c774518ac7c9750b30f09 - 0.0% (170 Bytes)

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

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


History
2017-10-09 21:43:13 UTC

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

2017-10-09 21:43:14 UTC

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

2017-11-03 14:53:32 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-11-03 14:53:35 UTC

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

2017-11-03 14:53:36 UTC

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

2017-11-03 14:54:34 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-11-03 14:54:57 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-11-03 14:54:58 UTC

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

2017-11-03 14:54:59 UTC

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

2017-11-03 14:55:04 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-11-03 14:55:05 UTC

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

2017-11-03 14:55:06 UTC

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

2017-11-03 15:25:58 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-11-03 15:26:02 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-11-03 15:26:04 UTC

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

2017-11-03 15:26:04 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-11-03 15:26:05 UTC

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

2017-11-03 15:26:07 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-11-03 15:26:07 UTC

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

2017-11-03 15:26:08 UTC

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

2017-11-03 15:26:10 UTC

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

2017-11-03 15:26:11 UTC

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

2017-11-03 15:26:12 UTC

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

2017-11-03 15:26:12 UTC

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

Details
Created

2017-11-02 23:00:02 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.5-1.pgdg80+2


Layers

[#000] sha256:0f531bde4b154605e2d6339e50b65d65d06568d747b8bef594269dd06602062f - 50.63% (49.4 MB)

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

[#002] sha256:85f10fa7a59c50bfcb1b548f4a5c6fb4283f614e85b1b79181c26659593303e5 - 0.93% (932 KB)

[#003] sha256:704bbcb919d4acc8240dd530ad4e1a1b81f131beb9cd7fc6fdf74a5a6c1aedc5 - 6.95% (6.78 MB)

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

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

[#006] sha256:0908c1271457b6f9f9ccf41c26455f48b08eb6920eebfc5b2e67f459ea1db4b8 - 41.47% (40.5 MB)

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

[#008] sha256:5390f5b5f8e5859a9642ba87f2388cee4c1775a9a92637532cf0b91a75f93da4 - 0.0% (130 Bytes)

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

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

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


History
2017-10-09 21:42:51 UTC

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

2017-10-09 21:42:53 UTC

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

2017-11-02 22:52:04 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-11-02 22:52:11 UTC

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

2017-11-02 22:52:13 UTC

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

2017-11-02 22:54:01 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-11-02 22:54:25 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-11-02 22:54:27 UTC

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

2017-11-02 22:54:31 UTC

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

2017-11-02 22:54:39 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-11-02 22:54:40 UTC

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

2017-11-02 22:54:42 UTC

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

2017-11-02 22:59:30 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-11-02 22:59:35 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-11-02 22:59:42 UTC

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

2017-11-02 22:59:43 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-11-02 22:59:45 UTC

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

2017-11-02 22:59:49 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-11-02 22:59:51 UTC

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

2017-11-02 22:59:52 UTC

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

2017-11-02 22:59:57 UTC

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

2017-11-02 22:59:58 UTC

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

2017-11-02 23:00:00 UTC

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

2017-11-02 23:00:02 UTC

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

Details
Created

2017-11-03 09:45:28 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.5-1.pgdg80+2


Layers

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

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

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

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

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

[#005] sha256:82b3cac6db2ee49c30a497ab6f625b9cb6fe3cab8b5330faa4fc42034e8bad0f - 0.0% (4.38 KB)

[#006] sha256:3eec8ba8a4d5a840211cc10f2a293970118fb473b1d99cf871bbccfd56f9e65d - 39.44% (37.8 MB)

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

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

[#009] sha256:7f28ba8fa4656b6e1cd7ddc7361d980b70eaa4a9c8cd75bcef26a3311a5be7b0 - 0.0% (169 Bytes)

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

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


History
2017-10-09 21:42:23 UTC

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

2017-10-09 21:42:24 UTC

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

2017-11-03 09:35:44 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-11-03 09:35:45 UTC

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

2017-11-03 09:35:45 UTC

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

2017-11-03 09:36:05 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-11-03 09:36:16 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-11-03 09:36:16 UTC

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

2017-11-03 09:36:17 UTC

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

2017-11-03 09:36:19 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-11-03 09:36:19 UTC

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

2017-11-03 09:36:20 UTC

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

2017-11-03 09:45: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-11-03 09:45:25 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-11-03 09:45:26 UTC

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

2017-11-03 09:45:26 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-11-03 09:45:26 UTC

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

2017-11-03 09:45:27 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-11-03 09:45:27 UTC

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

2017-11-03 09:45:27 UTC

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

2017-11-03 09:45:28 UTC

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

2017-11-03 09:45:28 UTC

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

2017-11-03 09:45:28 UTC

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

2017-11-03 09:45:28 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