2019-09-12 08:17:20 UTC
124 MB
1.11
LANGen_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/12/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR12
PG_VERSION12~beta3-1.pgdg100+1
[#000] sha256:2ff61fde076241373e32251f93f06caf21e64cb663c45881063f277f4f66d806 - 21.41% (26.5 MB)
[#001] sha256:b8b5a28a2734580259cc66beab8e0a7d5619fc836793a01d5c919f35751a0f36 - 3.51% (4.33 MB)
[#002] sha256:4cf9d5ea9d916faf852a6eced415fb247df5685d669f64bcf9f00118089f6829 - 0.0% (1.72 KB)
[#003] sha256:1843392d84afe84e85058115c4ffb4f81f37e160e3be4737200f6bf706a2085a - 1.02% (1.26 MB)
[#004] sha256:1474ab5b7bb451d79786eea6ce90bd559abb746d3d6126b5d2080ef44e729012 - 6.15% (7.6 MB)
[#005] sha256:7d7b1bf52c0225e9cf8d7aa90ed09dc3c38f586a99377bf2b1eb9a3c79c57a47 - 0.23% (296 KB)
[#006] sha256:951941b46b501e16814464a9262a77e8b11e1ef1188a8100b8084bc5cb162baa - 0.0% (115 Bytes)
[#007] sha256:2bad4fae47ea34152d52d8b1c52083b2b6b7d78be28784c720a7c02164c18539 - 0.0% (2.98 KB)
[#008] sha256:1b5cfaed42cde57b9df6b6dd3b540989499dfaf1354e1859a9d385dc73919ec6 - 67.67% (83.6 MB)
[#009] sha256:a2eb72c59aaf4ce18e3f5eb2517a5d7fe9cbfbb0b95c794520cdd2203c0d3a7b - 0.01% (8.67 KB)
[#010] sha256:91ae680e5f67629d6cb81c185ee46211ba3b02831353723a73d4e6481dc26c88 - 0.0% (130 Bytes)
[#011] sha256:d3c290a43fd13ab783c65864c5400742540997a14375e8d75095e89681a15596 - 0.0% (173 Bytes)
[#012] sha256:a4ac4a0f859b95524584eb924037943f1d0a1e80324e27f74426cd79b8a7b5d9 - 0.0% (2.31 KB)
[#013] sha256:45996da2b6999a88ee49979f2ecdfc67d8ec3b1c5666b9b8802bf31ac6acf00d - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:640eb44c749a3b434510b65167b5a41a381213d9d9254193342d9806a5798ab2 in /
2019-09-11 22:40:05 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-09-12 08:15:42 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-09-12 08:15:43 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-09-12 08:15:43 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-09-12 08:15:59 UTC/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --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-09-12 08:16: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-09-12 08:16:13 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-09-12 08:16:20 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-09-12 08:16:21 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-09-12 08:16:23 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-09-12 08:16:23 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2019-09-12 08:16:23 UTC/bin/sh -c #(nop) ENV PG_VERSION=12~beta3-1.pgdg100+1
2019-09-12 08:17:15 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/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian buster-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-09-12 08:17:16 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-09-12 08:17:17 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-09-12 08:17:17 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/12/bin
2019-09-12 08:17:17 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-09-12 08:17:18 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-09-12 08:17:18 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-09-12 08:17:18 UTC/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/
2019-09-12 08:17:19 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-09-12 08:17:19 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-09-12 08:17:19 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-09-12 08:17:20 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-08-14 03:20:14 UTC
122 MB
1.11
LANGen_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/12/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR12
PG_VERSION12~beta3-1.pgdg100+1
[#000] sha256:1ab2bdfe97783562315f98f94c0769b1897a05f7b0395ca1520ebee08666703b - 21.18% (25.8 MB)
[#001] sha256:60955d9728ef429848b0629c3b73a340a50f9dab032ae57a1161ad6a5a25a45d - 3.26% (3.97 MB)
[#002] sha256:89bc1a976a51ae26d758e4ae0559bab909f2e9cb1cd9de9f82c4ee5475a5290b - 0.0% (1.73 KB)
[#003] sha256:fd12a24758b1bb799c9cbd8cf6af56bbf0c55705501deca660299afdc61f2874 - 1.06% (1.3 MB)
[#004] sha256:3f90f14e8d84364060aaf166dedb9f2f5753685fda12bcc9efb380029a9678e8 - 6.23% (7.6 MB)
[#005] sha256:bab5fea538f824cc874fa4be29c71acd4c66fb5d2d8bf8770c859d777cfbe4d8 - 0.24% (294 KB)
[#006] sha256:731a1eaab7e039e4f7f749232bd02048e20c9305d50efa4c12d881612bfc7227 - 0.0% (115 Bytes)
[#007] sha256:9c8e3c0c0c83e59a5b4c8a14242959912f9905719309d409d26ef9f1cf6d836e - 0.0% (4.68 KB)
[#008] sha256:9020ed3de077d82fe7437016daed2269af9282b3f5ec47932a313d620b3d0f15 - 68.02% (83 MB)
[#009] sha256:54938016f8793a82c1961fb05ebf13726c2e400c6d47b82b70b2477daca80ee2 - 0.01% (8.66 KB)
[#010] sha256:92e0bec27e1decbefe51d1ab074925f671919fea815dc8c19268eecb187396b0 - 0.0% (130 Bytes)
[#011] sha256:9c917f98d95f893edb34b560470a928c4ec8fd099c8923231d10ff99226f9ab6 - 0.0% (171 Bytes)
[#012] sha256:21a3114e9d4d845a0ed6b6660d69bac5d17f87313ac7adf431e3756e45ec62cf - 0.0% (2.31 KB)
[#013] sha256:b6a09552b37a040a8ef90c2861ba03c0bc43a1a2dcdef6f489c58d4213cc8817 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:330bfb91168adb4a9b1296c70209ed487d4c2705042a916d575f82b61ab16e61 in /
2019-08-14 00:22:12 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-08-14 03:18:59 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-08-14 03:18:59 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-08-14 03:18:59 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-08-14 03:19:09 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-08-14 03:19:17 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-08-14 03:19:17 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-08-14 03:19:21 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-08-14 03:19:22 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-08-14 03:19:23 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-08-14 03:19:23 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2019-08-14 03:19:23 UTC/bin/sh -c #(nop) ENV PG_VERSION=12~beta3-1.pgdg100+1
2019-08-14 03:20:09 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/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian buster-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-08-14 03:20:10 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-08-14 03:20:11 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-08-14 03:20:11 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/12/bin
2019-08-14 03:20:11 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-08-14 03:20:12 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-08-14 03:20:12 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-08-14 03:20:12 UTC/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/
2019-08-14 03:20:13 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-08-14 03:20:13 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-08-14 03:20:13 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-08-14 03:20:14 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-09-12 08:00:04 UTC
117 MB
1.11
LANGen_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/12/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR12
PG_VERSION12~beta3-1.pgdg100+1
[#000] sha256:5b419bcef70c5ce28a517467c7c4a1f60b7ce88f75d4584ac44c4ecbb57b2987 - 20.29% (23.7 MB)
[#001] sha256:05e5e15ce8f92985a30347d0c50b225e86dfc9494945181e0bf34b083a39ed07 - 3.14% (3.67 MB)
[#002] sha256:6bbdb7a2ca6b2203de3231b6565e0211742be09394845d73e6d62fd8e8744e8e - 0.0% (1.75 KB)
[#003] sha256:6ff62c12f5fa0cada55aed70a351075c6a3d9edf85f626e28ab38d8b9642bcff - 1.08% (1.26 MB)
[#004] sha256:23297dc75ba0ba8503813645baa5ca74e2ce7664db94e3991ef1548f64ca587a - 6.51% (7.6 MB)
[#005] sha256:907a3bae8fe94d7467e1caf9588b070751217880390277bbf085ef5212122346 - 0.24% (292 KB)
[#006] sha256:8dd4d8a3cfeb37356c4a43fd13e06e0f607f34ccada72adb8a3bc6281c538bee - 0.0% (148 Bytes)
[#007] sha256:62b67fae8574a25f374ccba102326f15beb412df2d3ef6515303194cb7095aa8 - 0.0% (2.98 KB)
[#008] sha256:b86fe1ae9e5798e4769b5086c8d7c527628ec7603c1bd3f702fd2dfe6f72f62b - 68.72% (80.2 MB)
[#009] sha256:4f168cb28315e43464156dcafaa614744b78951e9816758ea64c3e0d72e86062 - 0.01% (8.67 KB)
[#010] sha256:3b61bcc06e8b65b886353ca720c252299521fa80bf7350121500dd828ea68dfc - 0.0% (129 Bytes)
[#011] sha256:a3e2bb589410a5ae63bbc0fb28449bdcb9ea9ba19fd406d1549494ebaa5922c2 - 0.0% (204 Bytes)
[#012] sha256:f6d66b774fe7a7a82b15d23e2dd22ea85c67f2b3711d06c6008804fe78d9346e - 0.0% (2.32 KB)
[#013] sha256:46e7ce58592c16c95d82250806c1413d211c3490c110cdd2a79df692146db5a2 - 0.0% (119 Bytes)
/bin/sh -c #(nop) ADD file:b03a0284df03e43beaa765dcd1e0238071159f664cb55b1b33acae3d6c8b79a2 in /
2019-09-11 22:49:44 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-09-12 07:26: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
2019-09-12 07:26:47 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-09-12 07:26:49 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-09-12 07:27:09 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-09-12 07:27:27 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-09-12 07:27:28 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-09-12 07:27:39 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-09-12 07:27:40 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-09-12 07:27:43 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-09-12 07:27:43 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2019-09-12 07:27:44 UTC/bin/sh -c #(nop) ENV PG_VERSION=12~beta3-1.pgdg100+1
2019-09-12 07:59:39 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/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian buster-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-09-12 07:59:47 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-09-12 07:59:50 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-09-12 07:59:51 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/12/bin
2019-09-12 07:59:52 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-09-12 07:59:55 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-09-12 07:59:57 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-09-12 07:59:57 UTC/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/
2019-09-12 08:00:00 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-09-12 08:00:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-09-12 08:00:03 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-09-12 08:00:04 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-08-14 08:28:33 UTC
112 MB
1.11
LANGen_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/12/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR12
PG_VERSION12~beta3-1.pgdg100+1
[#000] sha256:176fe0ab331c5fafc852d1a0fdd4395348ac3d862902a33d6c5ded8ac80a8c62 - 19.27% (21.6 MB)
[#001] sha256:a596d93b63cb939e3c00277f465930781a90147815b0f6f2685b85c4fbcc440f - 2.95% (3.31 MB)
[#002] sha256:46f9cdcc45a56d177106f219334b762b6c30fb3c7d4b391319f3f73930a2a644 - 0.0% (1.75 KB)
[#003] sha256:4cbfa10a021586bb39d85055ee4a069b27778aba2888fa5092d1fc8f660b9e16 - 1.11% (1.25 MB)
[#004] sha256:359d7e3b57bf6a3436aa4ccbe35f2b76952e8aafffc1a9dd7dc5d98f309f706d - 6.76% (7.6 MB)
[#005] sha256:2be0d9e599fc2669d7632e0dd80cf29adba658b25291bc9d776898b1daff239c - 0.25% (290 KB)
[#006] sha256:184f62721a29022f2e7341f9ffbd6d78375fd5a918f1c48412f64c0f1a04b74a - 0.0% (149 Bytes)
[#007] sha256:2799361fc4468fb9624b629d2eb67a223df79728f8d339e6fc6f0c84ee02cc9a - 0.0% (4.68 KB)
[#008] sha256:d037e8b33590410c45a64fb1492308efc6c312727769f7ee1b39260bce5b3f6c - 69.64% (78.2 MB)
[#009] sha256:1eeb17f839c95c10502bfdfc145b9d837eaf009b174b4a1a4749947cc25ef8c4 - 0.01% (8.67 KB)
[#010] sha256:faaee07fec890b9e2e4ab604806fca8c224e9d2eb2cd5d37986ffce96db77be0 - 0.0% (130 Bytes)
[#011] sha256:903b6bd408db673fbf4192a789a423fd8b07049e205e1e58f2e263a7fd56fa77 - 0.0% (200 Bytes)
[#012] sha256:64b06e0c548de74e64b332e658fd62cfc501d5e77a3ddab577640422de781301 - 0.0% (2.31 KB)
[#013] sha256:057ae614f78fb72aa369df303a77f76a1b226afb9918636b1a046382b67e9395 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:4b827be442647e4265278c7c35a3b38d13b5eb2eccdd246dc4ba05bbd48e8079 in /
2019-08-14 01:00:09 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-08-14 08:04:26 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-08-14 08:04:28 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-08-14 08:04:28 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-08-14 08:04:42 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-08-14 08:04: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-08-14 08:04:56 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-08-14 08:05:03 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-08-14 08:05:05 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-08-14 08:05:07 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-08-14 08:05:07 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2019-08-14 08:05:08 UTC/bin/sh -c #(nop) ENV PG_VERSION=12~beta3-1.pgdg100+1
2019-08-14 08:28:23 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/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian buster-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-08-14 08:28:25 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-08-14 08:28:27 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-08-14 08:28:27 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/12/bin
2019-08-14 08:28:27 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-08-14 08:28:29 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-08-14 08:28:29 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-08-14 08:28:30 UTC/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/
2019-08-14 08:28:31 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-08-14 08:28:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-08-14 08:28:32 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-08-14 08:28:33 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-09-12 12:23:42 UTC
118 MB
1.11
LANGen_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/12/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR12
PG_VERSION12~beta3-1.pgdg100+1
[#000] sha256:0c79eb62c57d840ffe711699e4e3cf8d7d41262c39e48f745247f07d8e256c8c - 20.86% (24.7 MB)
[#001] sha256:d590e16ca87878cfdd90821fdf57a138d30b477c22df25c90c9eabef1c06838d - 3.37% (3.98 MB)
[#002] sha256:be6b6489f72533a702468264b8273d38930ed7d8432eafbe5e039f2d6d834004 - 0.0% (1.76 KB)
[#003] sha256:b62cd6519febc59abaee8f31aff70cf0d04f66a9921903c8bb8acc423a1a22cb - 1.04% (1.23 MB)
[#004] sha256:b6c978231bdffb3f99136c3803a9bedd399119c9c0df32e077d3733a6a983b0f - 6.43% (7.6 MB)
[#005] sha256:21fe919ce18e013425ad2cfc8952df3d137dd8aaf50cb5b757a8ebf8fa649a3a - 0.24% (290 KB)
[#006] sha256:28fd7b8ec5cf90238f09a05ee1b12917214a3f11f888fee10cfeb30545fbbbdc - 0.0% (149 Bytes)
[#007] sha256:8efa95c2af8e2a0144bc5f8786a0cd73da8192545d33969b3245c12496d4ded9 - 0.0% (2.98 KB)
[#008] sha256:ba35d140f0d6c150528b7302e91c9fba28363db2bce82a8b256ee3e4040f6da4 - 68.05% (80.4 MB)
[#009] sha256:06efca0751562bd8a86af7f58543a0905236b8add446ad61fc8731fc1c232513 - 0.01% (8.67 KB)
[#010] sha256:556650ad52acd18a0698a85c51a914357ec762d1a930cfbecf43bb51a25abdd6 - 0.0% (130 Bytes)
[#011] sha256:576e0e7743c2f8641df14baf3c68e780a03eae54178533a20fd5ef0507a1e52b - 0.0% (202 Bytes)
[#012] sha256:80c82aeaaf04461b922c906958dc41fe60865260721b59c347fb6f66cebbf7a5 - 0.0% (2.32 KB)
[#013] sha256:86518846131590b8c572185d7bb0b245ed27a7b0f3ec2b83c18e335142bb220f - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:aac1f360073d532980c4162cbb87309089c7fce24c08b645c70c6289f3a527dd in /
2019-09-11 22:40:54 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-09-12 11:54:42 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-09-12 11:54:45 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-09-12 11:54:46 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-09-12 11:55:04 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-09-12 11:55:18 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-09-12 11:55:19 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-09-12 11:55:28 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-09-12 11:55:29 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-09-12 11:55:32 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-09-12 11:55:32 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2019-09-12 11:55:33 UTC/bin/sh -c #(nop) ENV PG_VERSION=12~beta3-1.pgdg100+1
2019-09-12 12:23:29 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/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian buster-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-09-12 12:23:33 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-09-12 12:23:35 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-09-12 12:23:35 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/12/bin
2019-09-12 12:23:36 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-09-12 12:23:37 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-09-12 12:23:38 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-09-12 12:23:38 UTC/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/
2019-09-12 12:23:40 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-09-12 12:23:41 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-09-12 12:23:41 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-09-12 12:23:42 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-08-14 11:21:41 UTC
130 MB
1.11
LANGen_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/12/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR12
PG_VERSION12~beta3-1.pgdg100+1
[#000] sha256:3c6cb24c3751d75f61997a9e682a12d2e8c80d457ca2b8e1fcc2e929ad14498c - 22.35% (29.1 MB)
[#001] sha256:a35bb37319f88212480c27d45a7af881064ce22156723eebd47ca85b22c04fd2 - 3.64% (4.73 MB)
[#002] sha256:6778a51ad223a7c865f679fcb5bab2dcf5250d4f61f7a982debaa0187f7eab6f - 0.0% (1.76 KB)
[#003] sha256:d74a8be66aace8380084332fa87ba7722777dc8612d07162e50532474e65e524 - 0.94% (1.22 MB)
[#004] sha256:afa52c33a506626157990e720985cd3eae9245676f1854ac9daa490e2369e0cc - 5.83% (7.6 MB)
[#005] sha256:e923cd7e14e1e3d54f19d70b49abcb3f8178efee5eb020325b6b39c00234f650 - 0.22% (291 KB)
[#006] sha256:a116a6d9e9f124c2a34f8790cea219ff33e72920c5177d038362469a17290a6b - 0.0% (149 Bytes)
[#007] sha256:4cbf1f52e4d378487ea2bb51dc5948c5580fce9c8e05868817a19ccb1874145c - 0.0% (4.68 KB)
[#008] sha256:9fe938d264cc431d9f8565d011a802a92b818b5db81b6621a705635594e505b9 - 67.01% (87.3 MB)
[#009] sha256:b6e016680cb56d6e539df26f2ead5666ca133b3c5242e17442ed70450d5b5c9e - 0.01% (8.66 KB)
[#010] sha256:4bbef6aeaa1771b99231bfd3b7b0caded5fc4ed68b1d6025611d94385e68bfdc - 0.0% (130 Bytes)
[#011] sha256:11f2be9b0e6025186961751ad26ad0a9f77bd6abb707a1619dd49288604a451f - 0.0% (201 Bytes)
[#012] sha256:c6f876a67526ab61aab098e8de20eb10cc12f1577f026aba519bfeedfb71a562 - 0.0% (2.31 KB)
[#013] sha256:2373fffa6e965e4ae68b53c344f262e2f757211d2054d38ab237226527d11565 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:6b667a9d8f3925b90fe46d0b625942605276b296f812070dc4f9542e92859f9f in /
2019-08-14 00:24:29 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-08-14 11:18:05 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-08-14 11:18:10 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-08-14 11:18:12 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-08-14 11:18: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-08-14 11:18:52 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-08-14 11:18:54 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-08-14 11:19:03 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-08-14 11:19:07 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-08-14 11:19:11 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-08-14 11:19:12 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2019-08-14 11:19:13 UTC/bin/sh -c #(nop) ENV PG_VERSION=12~beta3-1.pgdg100+1
2019-08-14 11:21: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/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian buster-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-08-14 11:21:15 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-08-14 11:21:18 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-08-14 11:21:20 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/12/bin
2019-08-14 11:21:21 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-08-14 11:21:25 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-08-14 11:21:27 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-08-14 11:21:29 UTC/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/
2019-08-14 11:21:35 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-08-14 11:21:37 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-08-14 11:21:39 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-08-14 11:21:41 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-09-12 05:07:08 UTC
120 MB
1.11
LANGen_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/12/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR12
PG_VERSION12~beta3-1.pgdg100+1
[#000] sha256:b24cfc50c043f5e5766a0a2717121db1221a3524f41bef082f824df711f32518 - 20.44% (24.5 MB)
[#001] sha256:c6a09c90e0350310b2ce20dcef58a92bbfc5d1e2dc22765faed4b9d77c9e4c37 - 3.23% (3.87 MB)
[#002] sha256:b7f8adbd1f7103fa88d25931ed2a3fca97da88f180a7fbf41659d238e253f5b0 - 0.0% (1.73 KB)
[#003] sha256:8afc0779bee92acdc709cd5e2cfac3cf823a659f783f81265e9d74bae9d08b6a - 1.07% (1.28 MB)
[#004] sha256:ed159503f92a3e229ea1f8f6e002231149d0751f8ee08667002dddf5847301a4 - 6.38% (7.65 MB)
[#005] sha256:a0cac29f104d559a95786a73c1326063eec25aee19b43b141280047a20600111 - 0.24% (292 KB)
[#006] sha256:650592df47a8e03444995f3b1629dbacba3591475b8a9e74f612b7fc9b7bba7e - 0.0% (115 Bytes)
[#007] sha256:2d1652ba3276373c607d357c26587558839654f9073caa53605b76e6b98b0117 - 0.0% (2.98 KB)
[#008] sha256:72bc5f6b785edd885d50754b8b0f0514af14d83fb41a0e87169613bab7e9d342 - 68.63% (82.3 MB)
[#009] sha256:378cbfbc40b842622b616c119f0f94e226849629b0883d0ffeeab8d08a6c1528 - 0.01% (8.67 KB)
[#010] sha256:693a906efacec7520b3b00fd4dfdd1ab7ccd483eacde50bcc137bb656732df48 - 0.0% (130 Bytes)
[#011] sha256:114c64533b5fc2344c3a57df4df6368ab6af0d7e50e3110872121620267fdb06 - 0.0% (172 Bytes)
[#012] sha256:9a1b6f2772ec70bd24b69c76901572e3bf2ab05223e1a7dc4b88473047525ad6 - 0.0% (2.31 KB)
[#013] sha256:b2f926b712ef6f63f836aa41e62b453ecf29a11206b05cdb0f95d5756e3aa318 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:01f3bbf7975daa924b54f05620fffbf3ee7549989326c64e7fc16ba18c75cb3c in /
2019-09-11 22:42:25 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-09-12 04:55:56 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-09-12 04:55:57 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-09-12 04:55:57 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-09-12 04:56: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-09-12 04:56:12 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-09-12 04:56:12 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-09-12 04:56:16 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-09-12 04:56:17 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-09-12 04:56: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-09-12 04:56:18 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2019-09-12 04:56:18 UTC/bin/sh -c #(nop) ENV PG_VERSION=12~beta3-1.pgdg100+1
2019-09-12 05:07:03 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/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian buster-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-09-12 05:07:04 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-09-12 05:07:05 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-09-12 05:07:05 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/12/bin
2019-09-12 05:07:05 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-09-12 05:07:06 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-09-12 05:07:06 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-09-12 05:07:06 UTC/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/
2019-09-12 05:07:07 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-09-12 05:07:07 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-09-12 05:07:08 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-09-12 05:07:08 UTC/bin/sh -c #(nop) CMD ["postgres"]
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.