Namespace
library
Image / Tag
postgres:11.4
Content Digest
sha256:68b49a280d2fbe9330c0031970ebb72015e1272dfa25f0ed7557514f9e5ad7b7
Details
Created

2019-07-10 12:42:11 UTC

Size

116 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

11

PG_VERSION

11.4-1.pgdg90+1


Layers

[#000] sha256:f01e2fc672b937f58be589455802ade04da5bae6a188a46a6090252055118d90 - 19.06% (22.1 MB)

[#001] sha256:1d801600e72f89ca72eeba952dd5c6ec033453f5ca2a1847dc1a46f4770531a2 - 3.96% (4.58 MB)

[#002] sha256:ef360736bbe4ae928821e3e9b8465a78f7777f1042469ec26b7d70bf3478aa3f - 0.0% (1.73 KB)

[#003] sha256:52a410eff6b6f6f559038ec2f1821e9103a16f76d9a3b2e2a7c05b1df2c6ed25 - 1.09% (1.26 MB)

[#004] sha256:90fe633f80f617d82c78005d00018068aa889085d35385c472905accbc23b414 - 5.1% (5.9 MB)

[#005] sha256:23189c8010b9d192ab43ef498f138a4b9da35b3f767f5d487cb0ce0299e23f98 - 0.24% (290 KB)

[#006] sha256:cfe560e2054f24fcbbae673ffb5f9a7c1b3b54e712fa3801f1d0d34fa50464f0 - 0.0% (115 Bytes)

[#007] sha256:2209fde5d558f5cffd6e98bfb29e3dbd0fe6f10bcb1c38d97a0f754a6b543493 - 0.0% (4.68 KB)

[#008] sha256:9e6bf6e83f06753d1bc4d266fa96ca1b965372cad9b971ee68ab7f73f589d5c4 - 70.53% (81.6 MB)

[#009] sha256:053df8a4dd63cf99529623c1fb6a201dddb4ae2c6f26dbafc266f166b65d3e27 - 0.01% (8.02 KB)

[#010] sha256:549ed3b1aea050d3c7c829cad04228987eb47169f75676dc53e0dfdad4f8c996 - 0.0% (129 Bytes)

[#011] sha256:d88a72c9d2c6468b4f63ae77f91429fd148303b1961220dc7a9c28316bdf6995 - 0.0% (171 Bytes)

[#012] sha256:3fc539507f846ad8a347f255b6cb914fb256bb72b2b006420699e3cb5f534b0a - 0.0% (2.33 KB)

[#013] sha256:38fcd25627b34606e4a26068f40a292251cee5a1624a9b0b05feb268044bfe4c - 0.0% (121 Bytes)


History
2019-07-09 23:56:15 UTC

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

2019-07-09 23:56:15 UTC

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

2019-07-10 12:40:53 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

2019-07-10 12:40:53 UTC

/bin/sh -c set -eux; groupadd -r postgres --gid=999; useradd -r -g postgres --uid=999 --home-dir=/var/lib/postgresql --shell=/bin/bash postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql

2019-07-10 12:40:54 UTC

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

2019-07-10 12:41:06 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 --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && 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

2019-07-10 12:41:13 UTC

/bin/sh -c set -eux; if [ -f /etc/dpkg/dpkg.cfg.d/docker ]; then grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; sed -ri '/\/usr\/share\/locale/d' /etc/dpkg/dpkg.cfg.d/docker; ! grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; fi; 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

2019-07-10 12:41:14 UTC

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

2019-07-10 12:41:18 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends libnss-wrapper; rm -rf /var/lib/apt/lists/*

2019-07-10 12:41:19 UTC

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

2019-07-10 12:41:22 UTC

/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --batch --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; apt-key list

2019-07-10 12:41:22 UTC

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

2019-07-10 12:41:22 UTC

/bin/sh -c #(nop) ENV PG_VERSION=11.4-1.pgdg90+1

2019-07-10 12:42:07 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian stretch-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; 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" ; 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; find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +

2019-07-10 12:42:08 UTC

/bin/sh -c set -eux; dpkg-divert --add --rename --divert "/usr/share/postgresql/postgresql.conf.sample.dpkg" "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample"; cp -v /usr/share/postgresql/postgresql.conf.sample.dpkg /usr/share/postgresql/postgresql.conf.sample; 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; grep -F "listen_addresses = '*'" /usr/share/postgresql/postgresql.conf.sample

2019-07-10 12:42:09 UTC

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

2019-07-10 12:42:09 UTC

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

2019-07-10 12:42:09 UTC

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

2019-07-10 12:42:10 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2019-07-10 12:42:10 UTC

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

2019-07-10 12:42:10 UTC

/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/

2019-07-10 12:42:11 UTC

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

2019-07-10 12:42:11 UTC

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

2019-07-10 12:42:11 UTC

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

2019-07-10 12:42:11 UTC

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

Details
Created

2019-07-17 23:55:12 UTC

Size

112 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

11

PG_VERSION

11.4-1.pgdg90+1


Layers

[#000] sha256:0a4690c5d889e116874bf45dc757b515565a3bd9b0f6c04054d62280bb4f4ecf - 19.22% (21.4 MB)

[#001] sha256:72386159071702b2a8387b1c146f1066bc51eb1aef06ab2c1a4c4a47b23d0acd - 3.85% (4.29 MB)

[#002] sha256:db019468bdf43041ffe956348d6308f6ab7b6741b2ed64fa500374d02f416b1f - 0.0% (1.74 KB)

[#003] sha256:91cb81a603711761b81507a6000d58c1718868429b1e239cf6b81eec376606c3 - 1.15% (1.29 MB)

[#004] sha256:a2a4ab07588d4a7b942554d3b21c17521f85b38f4b98e8e8e9bb0aff7a8f56b4 - 5.28% (5.9 MB)

[#005] sha256:a7ccdc2a5f3132f65c7f7f53d2e340bb166bd8c86661d1c4e4452ba225ac8ed4 - 0.25% (289 KB)

[#006] sha256:93687df2bb9318958504c11dc54301789e6bdf5918c904462835060fdc936935 - 0.0% (115 Bytes)

[#007] sha256:f00839cf3313d820ea615020b5ad29d1f97d9b60e3d6bdd214a5b388d3839d7c - 0.0% (4.68 KB)

[#008] sha256:883c210c14fb0259af5a259c44cad16657d1c05517f5a41dd30aa0a8e1271b9e - 70.23% (78.4 MB)

[#009] sha256:8a7c2d5b0cd70fa8e41978742f9dfc26458f0b2b85a33c257e12f977b3b4efc5 - 0.01% (8.02 KB)

[#010] sha256:76024f5cefd12d60956e2d5f4e87cc216d0fc55a4f2bebeb302f1b1642160e93 - 0.0% (130 Bytes)

[#011] sha256:f34bbb0a3f3fca29d28f394633d194c04c20c974900891dd45ac8aeb8c507d2d - 0.0% (171 Bytes)

[#012] sha256:8529e6396a61f0a12fe4721c36adbd89e55eb4b13a87368a104c29447c1f7422 - 0.0% (2.32 KB)

[#013] sha256:f39bb2a104c1f898400187805a2906e0b5929e9a04bb3c28d9eebd40734e4b67 - 0.0% (121 Bytes)


History
2019-07-09 21:32:29 UTC

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

2019-07-09 21:32:29 UTC

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

2019-07-17 23:54:01 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

2019-07-17 23:54:02 UTC

/bin/sh -c set -eux; groupadd -r postgres --gid=999; useradd -r -g postgres --uid=999 --home-dir=/var/lib/postgresql --shell=/bin/bash postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql

2019-07-17 23:54:02 UTC

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

2019-07-17 23:54: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 --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && 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

2019-07-17 23:54:20 UTC

/bin/sh -c set -eux; if [ -f /etc/dpkg/dpkg.cfg.d/docker ]; then grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; sed -ri '/\/usr\/share\/locale/d' /etc/dpkg/dpkg.cfg.d/docker; ! grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; fi; 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

2019-07-17 23:54:20 UTC

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

2019-07-17 23:54:24 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends libnss-wrapper; rm -rf /var/lib/apt/lists/*

2019-07-17 23:54:25 UTC

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

2019-07-17 23:54:27 UTC

/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --batch --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; apt-key list

2019-07-17 23:54:28 UTC

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

2019-07-17 23:54:28 UTC

/bin/sh -c #(nop) ENV PG_VERSION=11.4-1.pgdg90+1

2019-07-17 23:55:07 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian stretch-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; 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" ; 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; find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +

2019-07-17 23:55:08 UTC

/bin/sh -c set -eux; dpkg-divert --add --rename --divert "/usr/share/postgresql/postgresql.conf.sample.dpkg" "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample"; cp -v /usr/share/postgresql/postgresql.conf.sample.dpkg /usr/share/postgresql/postgresql.conf.sample; 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; grep -F "listen_addresses = '*'" /usr/share/postgresql/postgresql.conf.sample

2019-07-17 23:55:09 UTC

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

2019-07-17 23:55:09 UTC

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

2019-07-17 23:55:09 UTC

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

2019-07-17 23:55:10 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2019-07-17 23:55:10 UTC

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

2019-07-17 23:55:10 UTC

/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/

2019-07-17 23:55:11 UTC

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

2019-07-17 23:55:11 UTC

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

2019-07-17 23:55:11 UTC

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

2019-07-17 23:55:12 UTC

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

Details
Created

2019-07-10 01:00:02 UTC

Size

77.5 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

11

PG_VERSION

11.4-1.pgdg90+1


Layers

[#000] sha256:7a2b5d8e22d1e14003926fd10a36840dd922e09875dc573143398a69996c8f9b - 26.05% (20.2 MB)

[#001] sha256:1ffa62dc64a2bdc3462a7fbe24dda41a390a852094a2ea9cd4d3779bbf93e6ce - 5.22% (4.04 MB)

[#002] sha256:cc65e3d91a07b9e5e6c73fe80a1b1906431d7c0040225838178ff02e1379e711 - 0.0% (1.76 KB)

[#003] sha256:f1476ea430f1c1263097f55735bca1718f0a4c7d1e278af9020eb9d28af8f215 - 1.61% (1.25 MB)

[#004] sha256:21593bb73cc7fcbe5bea1c5fbb09e9ae57495fd77a9599403752eb5c539e555e - 7.61% (5.9 MB)

[#005] sha256:f401f49c41358fa32b8c050c54a856393b1303b4e6acad58894a712049647775 - 0.36% (287 KB)

[#006] sha256:43a9b305d8904e6f707d373151724f2a3cd695db8810afc4694d01edd0b164b7 - 0.0% (149 Bytes)

[#007] sha256:463e4f95267076652b09ddc0606b4ccbbedbb5813298e206a1cd24b099428e9a - 0.01% (4.68 KB)

[#008] sha256:e35d2321c630186e961fbe6dea63434dbfcaaca80dd0a80e35a9c1a348d957e6 - 59.13% (45.8 MB)

[#009] sha256:6a4cd675de1f150d9bca985183e73f1bbbfa1932d446b9bbec5109f69506549d - 0.01% (8.02 KB)

[#010] sha256:7fdfeb02a21abd48b52e7d9529c9b997fb2d7dfba7ea6011caa59f2d39fb9efe - 0.0% (128 Bytes)

[#011] sha256:2077b1c2567f4ca90a77edbb1a478c6fbdd4d03035a2d1fc99729404297eb720 - 0.0% (202 Bytes)

[#012] sha256:66ed8e096f2d68bc255e2cc1cbb4d7010435de6af3db29cffcb6b3ee7738b14a - 0.0% (2.33 KB)

[#013] sha256:e002e387cc38ab9f162d8384f4e61edf9a99b225d8398f0c008c1a49d5612d6e - 0.0% (121 Bytes)


History
2019-07-09 22:48:44 UTC

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

2019-07-09 22:48:45 UTC

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

2019-07-10 00:37:09 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

2019-07-10 00:37:13 UTC

/bin/sh -c set -eux; groupadd -r postgres --gid=999; useradd -r -g postgres --uid=999 --home-dir=/var/lib/postgresql --shell=/bin/bash postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql

2019-07-10 00:37:14 UTC

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

2019-07-10 00:37:44 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 --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && 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

2019-07-10 00:38:01 UTC

/bin/sh -c set -eux; if [ -f /etc/dpkg/dpkg.cfg.d/docker ]; then grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; sed -ri '/\/usr\/share\/locale/d' /etc/dpkg/dpkg.cfg.d/docker; ! grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; fi; 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

2019-07-10 00:38:02 UTC

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

2019-07-10 00:38:13 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends libnss-wrapper; rm -rf /var/lib/apt/lists/*

2019-07-10 00:38:16 UTC

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

2019-07-10 00:38:21 UTC

/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --batch --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; apt-key list

2019-07-10 00:38:21 UTC

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

2019-07-10 00:38:22 UTC

/bin/sh -c #(nop) ENV PG_VERSION=11.4-1.pgdg90+1

2019-07-10 00:59:51 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian stretch-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; 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" ; 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; find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +

2019-07-10 00:59:53 UTC

/bin/sh -c set -eux; dpkg-divert --add --rename --divert "/usr/share/postgresql/postgresql.conf.sample.dpkg" "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample"; cp -v /usr/share/postgresql/postgresql.conf.sample.dpkg /usr/share/postgresql/postgresql.conf.sample; 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; grep -F "listen_addresses = '*'" /usr/share/postgresql/postgresql.conf.sample

2019-07-10 00:59:55 UTC

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

2019-07-10 00:59:55 UTC

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

2019-07-10 00:59:56 UTC

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

2019-07-10 00:59:57 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2019-07-10 00:59:58 UTC

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

2019-07-10 00:59:58 UTC

/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/

2019-07-10 01:00:00 UTC

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

2019-07-10 01:00:01 UTC

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

2019-07-10 01:00:01 UTC

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

2019-07-10 01:00:02 UTC

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

Details
Created

2019-07-10 00:16:20 UTC

Size

73.7 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

11

PG_VERSION

11.4-1.pgdg90+1


Layers

[#000] sha256:2eead4197fac409644fd8aaf115559d6383b0d56f1ad04d7116aaabbcbea8bed - 24.96% (18.4 MB)

[#001] sha256:009d02e36b30874f680f9df18469acc6557e7b2223971acf683a33c40bc11add - 5.01% (3.69 MB)

[#002] sha256:fb201214f6f45f25dfed1b97a34dbb453ba2d4d936e929145811681512146094 - 0.0% (1.76 KB)

[#003] sha256:5657970a28d1724758379e0da626b1ec78a454311c5910d27e0bb54733be915d - 1.69% (1.24 MB)

[#004] sha256:c024c456da3dbfab10e884885cafb1c4dce0299052091b48b9e68d1debc5504d - 8.01% (5.9 MB)

[#005] sha256:52b06a5625bfab35f9756f4575844b4c4e745dd79168c91902209ea10541f172 - 0.38% (285 KB)

[#006] sha256:2a59112f8f6357ef5d726dce70721d6644fdb83884ee1b09cd80534491a1d002 - 0.0% (149 Bytes)

[#007] sha256:4abcc862af977039f53cd3e5a4c47942bd811fde5c3cb79a994313e6a3ef2332 - 0.01% (4.68 KB)

[#008] sha256:42092bcdf8ba8c1ad49aff24ad46d627c6b38a1ddc0f5fca688cffec45677db9 - 59.93% (44.1 MB)

[#009] sha256:170690f24503e4c9c2e65e78ada43f7b0fa1903461693d5cf7121169617f22ae - 0.01% (8.02 KB)

[#010] sha256:fdbd2abfbee12604b05d59e96e7b8e5d1f13adf04cfa866ae6fa81af3b0f3696 - 0.0% (130 Bytes)

[#011] sha256:56f56ef9bceb6968e87593a4d3b8889e0225862f092c90ced4ccc502b385219f - 0.0% (201 Bytes)

[#012] sha256:af28a3f9fd123ce8c726c74099b718ab98de5a906344fd28a46edaba21e673a9 - 0.0% (2.32 KB)

[#013] sha256:ae0f6523cfb29f3b6e1c6f08260b8a045e3da19fdbce34e57a544f512c0337d2 - 0.0% (121 Bytes)


History
2019-07-09 21:13:24 UTC

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

2019-07-09 21:13:26 UTC

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

2019-07-09 23:45: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

2019-07-09 23:45:55 UTC

/bin/sh -c set -eux; groupadd -r postgres --gid=999; useradd -r -g postgres --uid=999 --home-dir=/var/lib/postgresql --shell=/bin/bash postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql

2019-07-09 23:45:56 UTC

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

2019-07-09 23:56:27 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 --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && 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

2019-07-09 23:56:41 UTC

/bin/sh -c set -eux; if [ -f /etc/dpkg/dpkg.cfg.d/docker ]; then grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; sed -ri '/\/usr\/share\/locale/d' /etc/dpkg/dpkg.cfg.d/docker; ! grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; fi; 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

2019-07-09 23:56:42 UTC

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

2019-07-09 23:56:50 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends libnss-wrapper; rm -rf /var/lib/apt/lists/*

2019-07-09 23:56:51 UTC

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

2019-07-09 23:56:56 UTC

/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --batch --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; apt-key list

2019-07-09 23:56:56 UTC

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

2019-07-09 23:56:57 UTC

/bin/sh -c #(nop) ENV PG_VERSION=11.4-1.pgdg90+1

2019-07-10 00:16:08 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian stretch-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; 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" ; 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; find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +

2019-07-10 00:16:11 UTC

/bin/sh -c set -eux; dpkg-divert --add --rename --divert "/usr/share/postgresql/postgresql.conf.sample.dpkg" "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample"; cp -v /usr/share/postgresql/postgresql.conf.sample.dpkg /usr/share/postgresql/postgresql.conf.sample; 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; grep -F "listen_addresses = '*'" /usr/share/postgresql/postgresql.conf.sample

2019-07-10 00:16:13 UTC

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

2019-07-10 00:16:13 UTC

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

2019-07-10 00:16:14 UTC

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

2019-07-10 00:16:16 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2019-07-10 00:16:16 UTC

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

2019-07-10 00:16:17 UTC

/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/

2019-07-10 00:16:19 UTC

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

2019-07-10 00:16:19 UTC

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

2019-07-10 00:16:20 UTC

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

2019-07-10 00:16:20 UTC

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

Details
Created

2019-07-09 23:46:24 UTC

Size

75.6 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

11

PG_VERSION

11.4-1.pgdg90+1


Layers

[#000] sha256:494350645e1c39e92e069b34b7ce0310dc6496d163f078bb1400391a3a574105 - 25.65% (19.4 MB)

[#001] sha256:dc29882a1d6db4cd354091c6403b2c31e31bb6a53ebc2a8bfdb666b913a6ad05 - 5.14% (3.89 MB)

[#002] sha256:2a98f5ecfb43b2b796142895f5999eefde5739b99a97b1cfd94ce76fa28e9633 - 0.0% (1.77 KB)

[#003] sha256:cf1a7b57e531de4f818ba8807b9d934143b3b39a228b315da87de79b85d13bba - 1.62% (1.23 MB)

[#004] sha256:ee8876492f381d0767240f46ac5b2eea562e718b4d72378fa190e110f5c65b0f - 7.8% (5.9 MB)

[#005] sha256:f9c80163ffdbc4aaa2293c336403d190425ba43426a49a64581c8be75b0bd929 - 0.37% (285 KB)

[#006] sha256:122092befec8931fd5cdb1ae8fe827f899ddceebfec5f2f65639d2696314d238 - 0.0% (149 Bytes)

[#007] sha256:4c2cf6c486d20266ea5c4a2af539cfe5b8c3ef189d13929bc2af116f458d3dfc - 0.01% (4.68 KB)

[#008] sha256:5e7831d06d9f179bf5d3113e58a5535243d28bfaf80207ae33e27fea4a94d86c - 59.39% (44.9 MB)

[#009] sha256:aa55cf7105710d0c10102502e2771cbfa836b6b69f35fb86a55653794ddb75f4 - 0.01% (8.02 KB)

[#010] sha256:eb13c4a6c1f07bc36cd27e1d2e6c3034d6e0f41bbeb2b255506f9d2c38c1838c - 0.0% (129 Bytes)

[#011] sha256:4e8187fd6e13c61c148d9f82aaceb26601ae5e0b0fb112343b0e3a2ab144a489 - 0.0% (203 Bytes)

[#012] sha256:65dd41e343c7d084cd432d8f00c75245f91f81a0d091b47037713a62678b6fc6 - 0.0% (2.33 KB)

[#013] sha256:9e807be4707e4b2042430018b3c35bc6d23111a962461103e3d4910c67a32fe1 - 0.0% (121 Bytes)


History
2019-07-09 21:46:30 UTC

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

2019-07-09 21:46:31 UTC

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

2019-07-09 23:26:14 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

2019-07-09 23:26:16 UTC

/bin/sh -c set -eux; groupadd -r postgres --gid=999; useradd -r -g postgres --uid=999 --home-dir=/var/lib/postgresql --shell=/bin/bash postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql

2019-07-09 23:26:16 UTC

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

2019-07-09 23:26: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 --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && 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

2019-07-09 23:26:47 UTC

/bin/sh -c set -eux; if [ -f /etc/dpkg/dpkg.cfg.d/docker ]; then grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; sed -ri '/\/usr\/share\/locale/d' /etc/dpkg/dpkg.cfg.d/docker; ! grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; fi; 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

2019-07-09 23:26:48 UTC

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

2019-07-09 23:26:56 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends libnss-wrapper; rm -rf /var/lib/apt/lists/*

2019-07-09 23:26:58 UTC

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

2019-07-09 23:27:02 UTC

/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --batch --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; apt-key list

2019-07-09 23:27:02 UTC

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

2019-07-09 23:27:03 UTC

/bin/sh -c #(nop) ENV PG_VERSION=11.4-1.pgdg90+1

2019-07-09 23:46:10 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian stretch-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; 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" ; 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; find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +

2019-07-09 23:46:14 UTC

/bin/sh -c set -eux; dpkg-divert --add --rename --divert "/usr/share/postgresql/postgresql.conf.sample.dpkg" "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample"; cp -v /usr/share/postgresql/postgresql.conf.sample.dpkg /usr/share/postgresql/postgresql.conf.sample; 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; grep -F "listen_addresses = '*'" /usr/share/postgresql/postgresql.conf.sample

2019-07-09 23:46:16 UTC

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

2019-07-09 23:46:16 UTC

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

2019-07-09 23:46:17 UTC

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

2019-07-09 23:46:19 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2019-07-09 23:46:19 UTC

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

2019-07-09 23:46:20 UTC

/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/

2019-07-09 23:46:22 UTC

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

2019-07-09 23:46:23 UTC

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

2019-07-09 23:46:23 UTC

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

2019-07-09 23:46:24 UTC

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

Details
Created

2019-07-10 01:55:10 UTC

Size

80.2 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

11

PG_VERSION

11.4-1.pgdg90+1


Layers

[#000] sha256:fa05dcee3c0c86d4f7c7198c7083a2d314b6bfa3fb483e9c6d80317c5d7fe09d - 27.05% (21.7 MB)

[#001] sha256:140f47daa7d4fce49157dfd07c52a2f0888d2729a624c03d74a4d9f95e964a77 - 5.19% (4.16 MB)

[#002] sha256:d6c173ebb95c65a1652023fe54328eda34226c0d23baec872fee993ddb54376f - 0.0% (1.77 KB)

[#003] sha256:831fcda2ea35d5520821eab615c6b2b4b2b524ae01ce7cc5b864683d3af702a0 - 1.52% (1.22 MB)

[#004] sha256:bc051c991db608aa22f2f5ba9209d1e6f9dd40e1c9b74cd8712e68f1afe81aea - 7.36% (5.9 MB)

[#005] sha256:ec460793fe1aa7adb1fced79c2ffdec825dbd97d47abd465e1811962102d02b0 - 0.35% (287 KB)

[#006] sha256:989a952ff99fc87902ae099fb231fd5db7ecb97bd773f056a14d8e3a56b4eea4 - 0.0% (149 Bytes)

[#007] sha256:c5487d9fb62655bcdb80e671698e5402bf3ebdbee415bd813a2c99d468bb5a66 - 0.01% (4.68 KB)

[#008] sha256:d00ba60f84c4dbf97b6ba43c6282d359f8cb3b9c912c0a35eb96b29d2c9e8390 - 58.51% (46.9 MB)

[#009] sha256:cc119edb6e9b449808720246200ec10ba3f0a0d0b2544d3053a78afd3aa0b562 - 0.01% (8.02 KB)

[#010] sha256:41066ab1c92e70b34ccca83f10fe74e23a83f01fdf12261999ece091f4931a00 - 0.0% (129 Bytes)

[#011] sha256:0f355a7aa8df59fe6ee6ec3d04e3cf7f7a4a7e370066194a6d55161056522e10 - 0.0% (203 Bytes)

[#012] sha256:862f45a511d0d16aca66ad8ff3f014f93e98c34729978652ebbe46c9f2651653 - 0.0% (2.33 KB)

[#013] sha256:8468683cc637bd3a0dcfc9109bb24841fdf78c68d08ce604399b02734b2db155 - 0.0% (121 Bytes)


History
2019-07-09 21:49:26 UTC

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

2019-07-09 21:49:31 UTC

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

2019-07-10 01:48:12 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

2019-07-10 01:48:18 UTC

/bin/sh -c set -eux; groupadd -r postgres --gid=999; useradd -r -g postgres --uid=999 --home-dir=/var/lib/postgresql --shell=/bin/bash postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql

2019-07-10 01:48:20 UTC

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

2019-07-10 01:49:16 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 --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && 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

2019-07-10 01:49:42 UTC

/bin/sh -c set -eux; if [ -f /etc/dpkg/dpkg.cfg.d/docker ]; then grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; sed -ri '/\/usr\/share\/locale/d' /etc/dpkg/dpkg.cfg.d/docker; ! grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; fi; 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

2019-07-10 01:49:45 UTC

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

2019-07-10 01:50:01 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends libnss-wrapper; rm -rf /var/lib/apt/lists/*

2019-07-10 01:50:09 UTC

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

2019-07-10 01:50:18 UTC

/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --batch --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; apt-key list

2019-07-10 01:50:19 UTC

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

2019-07-10 01:50:21 UTC

/bin/sh -c #(nop) ENV PG_VERSION=11.4-1.pgdg90+1

2019-07-10 01:54:14 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian stretch-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; 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" ; 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; find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +

2019-07-10 01:54:27 UTC

/bin/sh -c set -eux; dpkg-divert --add --rename --divert "/usr/share/postgresql/postgresql.conf.sample.dpkg" "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample"; cp -v /usr/share/postgresql/postgresql.conf.sample.dpkg /usr/share/postgresql/postgresql.conf.sample; 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; grep -F "listen_addresses = '*'" /usr/share/postgresql/postgresql.conf.sample

2019-07-10 01:54:34 UTC

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

2019-07-10 01:54:38 UTC

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

2019-07-10 01:54:41 UTC

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

2019-07-10 01:54:49 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2019-07-10 01:54:52 UTC

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

2019-07-10 01:54:53 UTC

/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/

2019-07-10 01:55:02 UTC

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

2019-07-10 01:55:05 UTC

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

2019-07-10 01:55:08 UTC

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

2019-07-10 01:55:10 UTC

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

Details
Created

2019-07-10 00:10:43 UTC

Size

80.3 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

11

PG_VERSION

11.4-1.pgdg90+1


Layers

[#000] sha256:989ec9c2d5c0faa3c30e41cf0fbdb98632d8d5ef12aa71801d619454a65a3df3 - 26.53% (21.3 MB)

[#001] sha256:de1761f51ae8e0ff1e4dd5ce58881fdc24abf0fa34e952f2f0e5853e92c1b840 - 5.38% (4.32 MB)

[#002] sha256:c345a5613afde64405ea83af3655998357a7f67aa78f0b8e1c7e77a782c08a2c - 0.0% (1.75 KB)

[#003] sha256:730ce3a2187bf061fa7334389cb5f16128f063832d5f8af7b538bd31ae643854 - 1.59% (1.28 MB)

[#004] sha256:16f724ba2d2b885ff595e6c08b8e96c46faa68ba1716b3afa7fd438f312e6862 - 7.37% (5.92 MB)

[#005] sha256:dacad3d06b40a55ff2a7debe747035d8de3b4dc212058497218e57ea6148ad27 - 0.35% (288 KB)

[#006] sha256:62c29d01bd96b85953bcc42ecb57d75186f94bd1d0e6e49681e298b597d9037f - 0.0% (115 Bytes)

[#007] sha256:005e0c7c6e71929fc3b95121903ccc2a7e889075fb3f8c6c5d412870b065518a - 0.01% (4.68 KB)

[#008] sha256:47bd6dedc857488e9ee20bd3a82460d760c4e9e15d47056430f2fe9cdf9e17ab - 58.75% (47.2 MB)

[#009] sha256:3f974fded653c48f6fbdb53ec5383de9b543da5a43907f26ce50fc3ac17934f9 - 0.01% (8.02 KB)

[#010] sha256:60beac6f85295dbf129b8ec3e5f19de8a35c2ed6b3969ab769b929e116be5897 - 0.0% (129 Bytes)

[#011] sha256:ef4c952dbf57632698063cbe819a482ad1f38ff8259e881d8df561af59b0c341 - 0.0% (171 Bytes)

[#012] sha256:d5fb318e8ff6363aced9493195d98bebcce47ee9fecc0c9a5c6d1c27bda0dfe9 - 0.0% (2.32 KB)

[#013] sha256:4d5beb045cb13e77d238a4b0e508cfc06424f92673da1997c8879dd0110f7a43 - 0.0% (121 Bytes)


History
2019-07-09 21:46:30 UTC

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

2019-07-09 21:46:31 UTC

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

2019-07-09 23:49:53 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

2019-07-09 23:49:55 UTC

/bin/sh -c set -eux; groupadd -r postgres --gid=999; useradd -r -g postgres --uid=999 --home-dir=/var/lib/postgresql --shell=/bin/bash postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql

2019-07-09 23:49:55 UTC

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

2019-07-09 23:56:46 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 --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && 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

2019-07-09 23:56:56 UTC

/bin/sh -c set -eux; if [ -f /etc/dpkg/dpkg.cfg.d/docker ]; then grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; sed -ri '/\/usr\/share\/locale/d' /etc/dpkg/dpkg.cfg.d/docker; ! grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; fi; 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

2019-07-09 23:56:56 UTC

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

2019-07-09 23:57:02 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends libnss-wrapper; rm -rf /var/lib/apt/lists/*

2019-07-09 23:57:04 UTC

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

2019-07-09 23:57:09 UTC

/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --batch --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; apt-key list

2019-07-09 23:57:09 UTC

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

2019-07-09 23:57:09 UTC

/bin/sh -c #(nop) ENV PG_VERSION=11.4-1.pgdg90+1

2019-07-10 00:10:34 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian stretch-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; 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" ; 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; find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +

2019-07-10 00:10:35 UTC

/bin/sh -c set -eux; dpkg-divert --add --rename --divert "/usr/share/postgresql/postgresql.conf.sample.dpkg" "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample"; cp -v /usr/share/postgresql/postgresql.conf.sample.dpkg /usr/share/postgresql/postgresql.conf.sample; 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; grep -F "listen_addresses = '*'" /usr/share/postgresql/postgresql.conf.sample

2019-07-10 00:10:37 UTC

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

2019-07-10 00:10:37 UTC

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

2019-07-10 00:10:38 UTC

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

2019-07-10 00:10:39 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2019-07-10 00:10:40 UTC

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

2019-07-10 00:10:40 UTC

/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/

2019-07-10 00:10:42 UTC

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

2019-07-10 00:10:42 UTC

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

2019-07-10 00:10:42 UTC

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

2019-07-10 00:10:43 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