2019-06-11 05:36:33 UTC
123 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~beta1-1.pgdg100+1
[#000] sha256:40009893fe9b091ac0d66b392e309c3e06d2edd3c6e0506ab5cbe8efa5a4a290 - 21.43% (26.5 MB)
[#001] sha256:cfca13f0f7d5eab8737a361facf21b1a106f2d8ad5ae6b79b6980ec2a9828abc - 3.5% (4.32 MB)
[#002] sha256:fe416009e770a4235948dc5a0025b7a2d77f0ebe189e48e05bf8534d1e96e3c1 - 0.0% (1.72 KB)
[#003] sha256:fc04a29e9b47a4a67a7379550bdccf57ac21af24576a15e077635a5e4c26dd44 - 1.02% (1.26 MB)
[#004] sha256:c68d12099e2ebd72edb37a4f7b141e3e4ea69d8a075fa03fe6ae664db4aacb4d - 6.15% (7.6 MB)
[#005] sha256:91ee76fbd1dc2718876ae3b4018d524e57ad8d5e36f0950b8df13ddd363151b2 - 0.23% (295 KB)
[#006] sha256:41a9606b479bb67ef7a956e25f0651a6a222147b6dc43d456bfc3415d61806b3 - 0.0% (115 Bytes)
[#007] sha256:165e858db3d4f53b24e1e7b2b27bcc0fe4671d8efb94d638b4921399ac54c3e1 - 0.0% (4.68 KB)
[#008] sha256:456d27afd302eb0cc2c4c1046c50cff8f7db057fda80e48e97d775243494aaab - 67.65% (83.5 MB)
[#009] sha256:c8185adc10c8e3bc1052feb3c7eb3d03c35ba6eb3f60e6eb2d1c2b8b5385b8d9 - 0.01% (8.74 KB)
[#010] sha256:2dfece752fc04c32d39160a4112e7ee38f3358363020acbb4a718715caa6ae4c - 0.0% (130 Bytes)
[#011] sha256:cdf43f6068e6fd259b1a4ec47debfe4812c218027e092322480f65a506fa1d9e - 0.0% (172 Bytes)
[#012] sha256:797d7541d422d5497841e2616ec2f4b5bb31f2666882c2214c39872fd6d86833 - 0.0% (2.31 KB)
[#013] sha256:28edc993cd48e3b89d1166f6a47c927619774284fe07ac760ad31447f21b5035 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:36fcfcac7934ae2714a2f7d4d0bbb4eae7f9e928dbc5a5daad09d92d490a0ce4 in /
2019-06-10 23:39:16 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-06-11 05:34:38 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-06-11 05:34:39 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-06-11 05:34:40 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-06-11 05:34:54 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 ha.pool.sks-keyservers.net --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-06-11 05:35:07 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-06-11 05:35:07 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-06-11 05:35:15 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-06-11 05:35:16 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-06-11 05:35: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-06-11 05:35:18 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2019-06-11 05:35:19 UTC/bin/sh -c #(nop) ENV PG_VERSION=12~beta1-1.pgdg100+1
2019-06-11 05:36:26 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-06-11 05:36:28 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-06-11 05:36:29 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-06-11 05:36:29 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-06-11 05:36:29 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-11 05:36:31 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-11 05:36:31 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-11 05:36:31 UTC/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/
2019-06-11 05:36:32 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-11 05:36:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-11 05:36:33 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-11 05:36:33 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-10 23:49:37 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~beta1-1.pgdg100+1
[#000] sha256:782229fa27bead2dc1212df54174729d244d7e01fa0eba568d156d5579a7c592 - 21.2% (25.8 MB)
[#001] sha256:9a2350b952dd04d902a9016744b5c430d54b3f0d4c7dafb75d76d258540a377c - 3.26% (3.97 MB)
[#002] sha256:7fc64744fe94023a165bdb6bbe5fc1632a6208d56b74bb41765d562bd71600d5 - 0.0% (1.72 KB)
[#003] sha256:2d05cbb5e127ffdfe8898015f4e30342089ee3a475c6a0b9e46eaedb94d2f3c5 - 1.06% (1.3 MB)
[#004] sha256:7bd309d5d5ae9e8748978fc5da1d822bcf5d71b2415132f5d6bf815d9737a449 - 6.23% (7.6 MB)
[#005] sha256:820ad37b7072c4fb99c8c716b3749ce9e44cc878eebf0ec761589caf80d4ba28 - 0.24% (294 KB)
[#006] sha256:df4937af84a1368eeb01460037b8befa9fe8521ce2f3ec97a4efa51cd00596e3 - 0.0% (115 Bytes)
[#007] sha256:cba34fb17b3a20d0a13864f470fc3e9e961273115045ca3e1a45ce92b145a715 - 0.0% (4.67 KB)
[#008] sha256:69a2f9dd42e4a31ac5a54f5d9a97137b7be5ccb13a7dfda49e4a1eb9ddfaafb6 - 67.99% (82.9 MB)
[#009] sha256:51ecd14a9fb7f3eee89b71735fd9cc1b4306d61e8c3eedf08c18c4e4e49a48a9 - 0.01% (8.74 KB)
[#010] sha256:7314eccbb78f7b0b3a3265381783d0482faa14004915390d113f572ebea80d49 - 0.0% (130 Bytes)
[#011] sha256:3216cef3501fc093e9261f012f4a619f768e2f24d9e1e8de809dad6a9a2f4c65 - 0.0% (171 Bytes)
[#012] sha256:585bfc263602d35fd674bb689c88253e61447c3bf93d0863dabba1d49f2cbb54 - 0.0% (2.31 KB)
[#013] sha256:7fc9f6ce6c9d7395a43a73adfe279f5d0157937a007011cadb00e4077bd54cb4 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:db9367210dc13ab3e6857a0ee87a882acfc6bb633d10ca8297527088fcb7c1a6 in /
2019-06-10 23:21:54 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-06-10 23: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-06-10 23:48: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-06-10 23:48:13 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-06-10 23:48:23 UTC/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --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-06-10 23:48:32 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-06-10 23:48:32 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-06-10 23:48:37 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-06-10 23:48:38 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-06-10 23:48:39 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-06-10 23:48:39 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2019-06-10 23:48:39 UTC/bin/sh -c #(nop) ENV PG_VERSION=12~beta1-1.pgdg100+1
2019-06-10 23:49:32 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-06-10 23:49: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-06-10 23:49:34 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-06-10 23:49:34 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-06-10 23:49:34 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-10 23:49:35 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-10 23:49:35 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-10 23:49:35 UTC/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/
2019-06-10 23:49:36 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-10 23:49:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-10 23:49:36 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-10 23:49:37 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-11 00:49:30 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~beta1-1.pgdg100+1
[#000] sha256:b18a35cb2df964af86b6d6c0e5443d304d0ac35af310cfbb2c00ea17ca31bb95 - 20.31% (23.7 MB)
[#001] sha256:0f425fdf74eca7ed8765bec6948fdbcc9423d2a85a2f64fe3a26ccc899d67b60 - 3.14% (3.66 MB)
[#002] sha256:d69dd18dc35b24e9e67935925a826dfc7866c43f0a5480d79eaa077ac0407cbf - 0.0% (1.75 KB)
[#003] sha256:f276f4d286f19c526a6a58b8000ecfae787efc6acb53b421ee46280e4fd1eb4c - 1.08% (1.26 MB)
[#004] sha256:45ca333b7176e1b79a8f01fe8c61aa0c46b04866352c536a09490c469b385065 - 6.52% (7.6 MB)
[#005] sha256:016aa68e8ae1c1903ab6b6ea13002becd8a2882062af5805abc9063a69f675d6 - 0.24% (291 KB)
[#006] sha256:3d4c623255ff6881085531905638254ddb26075b7db9ad5c12dfc9d376271f01 - 0.0% (149 Bytes)
[#007] sha256:a97b5620bcae774261387ebad8fe8c08bcbc2241a0ea80ad635777cf837bc97c - 0.0% (4.68 KB)
[#008] sha256:6aa6e137ec57113dd96afdac68d032d293110964497723f0c614b82e8ec692ea - 68.7% (80.1 MB)
[#009] sha256:361a07503d07ea22e69520868ae3f142f927731335e17f4c06ab09a9d267a085 - 0.01% (8.74 KB)
[#010] sha256:187d247bc3fa00722fede9fb674a9fb77a9439107b0079e076756cc1632c804c - 0.0% (129 Bytes)
[#011] sha256:eda1eac5db247cdff66b7efa070dd5a4a29d6ce06d2437ee5013452c1d0379a3 - 0.0% (200 Bytes)
[#012] sha256:5f2fb3c13caf133e3f0c13bdb9a58ca427acc74c86822b1ca4080548a7e1274d - 0.0% (2.31 KB)
[#013] sha256:e730a254fc6c665317cece8319ebd7e23dd5ec9c10d038f7cf977b01b08b6a54 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:f25a46605412d2e4ce5efc343f5784417289ce4954b46377b9bdb8e7ccbd04bd in /
2019-06-10 23:49:28 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-06-11 00:20:27 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-06-11 00:20:31 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-06-11 00:20:32 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-06-11 00:20:51 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 ha.pool.sks-keyservers.net --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-06-11 00:21:09 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-06-11 00:21:10 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-06-11 00:21: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-06-11 00:21:24 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-06-11 00:21:26 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-06-11 00:21:27 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2019-06-11 00:21:28 UTC/bin/sh -c #(nop) ENV PG_VERSION=12~beta1-1.pgdg100+1
2019-06-11 00:49:16 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-06-11 00:49:20 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-06-11 00:49:22 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-06-11 00:49:22 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-06-11 00:49:23 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-11 00:49:24 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-11 00:49:25 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-11 00:49:26 UTC/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/
2019-06-11 00:49:27 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-11 00:49:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-11 00:49:29 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-11 00:49:30 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-11 01:21:12 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~beta1-1.pgdg100+1
[#000] sha256:57c36a17ef502075ceabddac9f6c9f92a5e9594c830f6bad2edd87b937dd5532 - 19.29% (21.6 MB)
[#001] sha256:a4a566e8f9b9d499526cb190854bcea10ea57741500785e836978d419aadbb54 - 2.95% (3.31 MB)
[#002] sha256:0f10dca2e8369d795eeb7050f437d9e6829c57dedcf93b97eba973bb792b5885 - 0.0% (1.76 KB)
[#003] sha256:d5428b8c82902ccf3adc74490e016b7f066512eba07298b4522d668fac6684d0 - 1.11% (1.25 MB)
[#004] sha256:b5b30c952e4c57617991bec8ab1dcbc96859f80e6a536d8a283a011f55b96b4b - 6.77% (7.6 MB)
[#005] sha256:faa50ff585cdd3fd8634ee0e9709692a075fe53e9ac665391aede79d6437f265 - 0.25% (290 KB)
[#006] sha256:f909a05a38e9f012c718c8f14303edca84168b0c9cdf7127fe4ffaf42153c9ac - 0.0% (149 Bytes)
[#007] sha256:6891a3122b46df9186d9308fd70051fd6028d3512860ba71ebcfebe1e11cf478 - 0.0% (4.68 KB)
[#008] sha256:ba1a821085a1b0f7f4c299895d5111d16e1ea37ca08fe0dc84d57935a48a41b2 - 69.61% (78.1 MB)
[#009] sha256:5a5187fc2dd912be59f0fe2c02eaa4b0e9be2fae6b4d6c5eef7e05464c60aba0 - 0.01% (8.74 KB)
[#010] sha256:e7ef448a6d61e613d9379fe4d5f1fe5174afaffbb98dde4889cc8a93c5992987 - 0.0% (130 Bytes)
[#011] sha256:61470315ed9f519f44f9e45260e343ddf6986e4b2101e124f2b65828da5142b6 - 0.0% (199 Bytes)
[#012] sha256:e0c63c4520930392feeef095610808e657f2f8dbb1e8c7c734ffe2b7be16b28a - 0.0% (2.31 KB)
[#013] sha256:5815c7a66dfaa03dbab25c9da08b68f89245330f14f310bee4dc94b24f326c83 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:596f85197b2dd6b39ec3f1de4832c26353705986aac8b27ea47bf4370b52c876 in /
2019-06-10 23:58:19 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-06-11 00:54:46 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2019-06-11 00:54:49 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-06-11 00:54:50 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-06-11 00:55:05 UTC/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --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-06-11 00:55: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-06-11 00:55:21 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-06-11 00:55:29 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-06-11 00:55:30 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-06-11 00:55:33 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-06-11 00:55:33 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2019-06-11 00:55:34 UTC/bin/sh -c #(nop) ENV PG_VERSION=12~beta1-1.pgdg100+1
2019-06-11 01:20: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/ 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-06-11 01:20:56 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-06-11 01:20:58 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-06-11 01:20:59 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-06-11 01:21:00 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-11 01:21:04 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-11 01:21:05 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-11 01:21:06 UTC/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/
2019-06-11 01:21:09 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-11 01:21:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-11 01:21:11 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-11 01:21:12 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-11 02:00:21 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~beta1-1.pgdg100+1
[#000] sha256:83b836c5003339192041fc4655acc9a536d303dc07ba86f5fb1694b79a0306aa - 20.88% (24.7 MB)
[#001] sha256:93a16cf3efb2535125841b0eea3ce7a0999a076e1fbbed144f4f43352f46cc24 - 3.36% (3.97 MB)
[#002] sha256:46ff23ae3e20d5423ee532416539856fb187d095d7971ae66266664e6c608010 - 0.0% (1.76 KB)
[#003] sha256:16ddad50a25d55b1d2d4ddab3e206547873f8d3fb32e550ca7b3f86031ddf75d - 1.04% (1.23 MB)
[#004] sha256:f917e2f3a9b40e375fc59bac069c5e1299370789098a1819443eafc5ab693219 - 6.43% (7.6 MB)
[#005] sha256:4a98beee764935ab36d348c8cdff36263deb7e3c35596839e1a55243dc395df4 - 0.24% (290 KB)
[#006] sha256:4d5bed1d91cd17f63050d14dfcc663980a5ec098cc22b85ae617fc43fc569420 - 0.0% (147 Bytes)
[#007] sha256:a84799a32a2edd7cabdecdb0a22b071dbd144d19adab4ed95b041ab0f49ed3d5 - 0.0% (4.68 KB)
[#008] sha256:485419fb58050046a0f45de4c1c7d35cdeee29a00d7694bb78b0717967223d9e - 68.02% (80.3 MB)
[#009] sha256:f8c3dd113553073a2b23f8cb7d01492bd556b08f7f5e8dea584a3c67d9032501 - 0.01% (8.74 KB)
[#010] sha256:6fac18f5b9231ebe8dfdfef9717df0e07b18b317eca67ffafa79a818f175a6d3 - 0.0% (129 Bytes)
[#011] sha256:f7a6b279a47a47945d2bcd53caa56ba9353bc17fe9fe41b2dd1ef071e0aff60f - 0.0% (198 Bytes)
[#012] sha256:01bef3df652ae50f926609d1925d5b42fd50429586db353cf3fc4260b27769c7 - 0.0% (2.31 KB)
[#013] sha256:3b755027ab0630026ed4af1d54b21ff94e6073e6372ac435c78431b2f18fa9bb - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:8da39d68d99c4003ff960332f4402d553836705d14c35b9ff2ccf74a3c20d90b in /
2019-06-10 23:40:23 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-06-11 01:33:07 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2019-06-11 01:33:09 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-06-11 01:33:10 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-06-11 01:33:26 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 ha.pool.sks-keyservers.net --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-06-11 01:33: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-06-11 01:33:42 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-06-11 01:33:51 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-06-11 01:33:53 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-06-11 01:33:57 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-06-11 01:33:57 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2019-06-11 01:33:58 UTC/bin/sh -c #(nop) ENV PG_VERSION=12~beta1-1.pgdg100+1
2019-06-11 02:00:02 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-06-11 02:00:06 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-06-11 02:00:09 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-06-11 02:00:10 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-06-11 02:00:11 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-11 02:00:13 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-11 02:00:14 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-11 02:00:14 UTC/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/
2019-06-11 02:00:17 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-11 02:00:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-11 02:00:19 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-11 02:00:21 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-11 00:18:56 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~beta1-1.pgdg100+1
[#000] sha256:a31ab3e9dea04f788e7ea80c091ebd2ad6e8a4207d0617896ca4485f5903834a - 22.37% (29.1 MB)
[#001] sha256:9c82e2ee558ba8ece8570081f44f866ef8f1f75f40341f806cdef1ade8107a49 - 3.64% (4.74 MB)
[#002] sha256:21128ebe17b21f50d6db6a0630304d457dfdc16f801f51c9edb50ed447f11aac - 0.0% (1.76 KB)
[#003] sha256:81a507e501c4ad1489c551a40fbce63df1fb084c4f29d7604a4de3a6064d5795 - 0.94% (1.22 MB)
[#004] sha256:ea5da704ebee7749d154be848df52d9afbb8589b0640cea63380c859e506b749 - 5.84% (7.6 MB)
[#005] sha256:859fbf0a9e0485bc99bbb9acac72c056f2c75241de01f067fdde90e42070e972 - 0.22% (291 KB)
[#006] sha256:b26f514d611ea7cca740ca503e3fe73712ae02b4be21712b07c0b2fc1b093f17 - 0.0% (149 Bytes)
[#007] sha256:604594ff0ebfd69781cea01a7ff34bb342626a9d74b29140d8daf5c45a40191b - 0.0% (4.67 KB)
[#008] sha256:f105d81e276b40b85da1f29835ff03d41ad13b5c6bd40e08ac93656a72dbc8f3 - 66.99% (87.2 MB)
[#009] sha256:4d9489698d586ca59898ede5edca86b08659ae6d657d7d507b7ab3cfb12e0cbf - 0.01% (8.74 KB)
[#010] sha256:d8b9cbc6f4f927e1019e170a31543264d6a5279b08ef59b41d06a348358c7226 - 0.0% (128 Bytes)
[#011] sha256:487e88e724c134e49fc14b553e65cd3be841330c68862fb057e8cb3613d9b293 - 0.0% (199 Bytes)
[#012] sha256:0e8c3cf11fb253856835ad603fa2fe4ca42b58084b94cc57db1383793379e4a3 - 0.0% (2.31 KB)
[#013] sha256:3b69aa3ddb09ef1066c1141714a939982ea895c85c7063d36573f9441670a8f4 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:102525da73fab3db4cb6f21e1dc74b75c2ed1114550502e826e92c530e3b2341 in /
2019-06-10 23:17:33 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-06-11 00:11:15 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-06-11 00:11: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-06-11 00:11:32 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-06-11 00:12:39 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 ha.pool.sks-keyservers.net --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-06-11 00:13:10 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-06-11 00:13:17 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-06-11 00:13:37 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-06-11 00:13:50 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-06-11 00:14:01 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-06-11 00:14:04 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2019-06-11 00:14:07 UTC/bin/sh -c #(nop) ENV PG_VERSION=12~beta1-1.pgdg100+1
2019-06-11 00:17:36 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-06-11 00:17:51 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-06-11 00:17:59 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-06-11 00:18:06 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-06-11 00:18:12 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-11 00:18:20 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-11 00:18:27 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-11 00:18:31 UTC/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/
2019-06-11 00:18:39 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-11 00:18:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-11 00:18:50 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-11 00:18:56 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-11 01:43:33 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~beta1-1.pgdg100+1
[#000] sha256:846ee1802bfd7e14560d51ebed97afa8ec6f685f0ba33507d1f347ad2ef1f1ff - 20.46% (24.5 MB)
[#001] sha256:edb284ea949b1895c6f8c721eca90a7580372b72bd10ad54b808a1e6e4ef8a3a - 3.22% (3.86 MB)
[#002] sha256:94c51a600c41b11553b2f238afca327809660fc8474c66a5197739118d8f2ebe - 0.0% (1.73 KB)
[#003] sha256:c3e21d4057e8da95f183087123397679988edd7ece85e1917a7514bad2c03770 - 1.07% (1.28 MB)
[#004] sha256:d4555f90efd3730f45071905a3d2fd0cf807e2d7df54e6461020db0154982489 - 6.38% (7.65 MB)
[#005] sha256:fecba9372904e580a9e31658232b0efe31f59c43db0f7deff443239fdfc3d483 - 0.24% (292 KB)
[#006] sha256:2c62319b84f9814e38d4dcb582f091001474c10ceff8c9a5f655ee5a371d374d - 0.0% (113 Bytes)
[#007] sha256:473348c55ea0c92c11df513bc81dbb27117d490b6c37f69c6734cbd02094aadc - 0.0% (4.67 KB)
[#008] sha256:d016b5a44ae93dc0854242f0cd2ae33c2ee6b50276b2f4e109df301dacf7387a - 68.61% (82.2 MB)
[#009] sha256:b134d5081a88b60e294999727cc9b45ea294fd8eb9aa0ca444ae218410654ff7 - 0.01% (8.74 KB)
[#010] sha256:6020a22ca5c1ed1d1bb1c2369cac12a32b52b800162babbf9496cd0d710bb855 - 0.0% (130 Bytes)
[#011] sha256:e5c812828192b83152e1d5030a9ee30f0b5f131cc067ec9a2bd1260c6540393b - 0.0% (171 Bytes)
[#012] sha256:4d45cbbe2e3f96e088c2cd8080a91ecfa878c93e1cf698d19e1ddf1ad6780b8c - 0.0% (2.31 KB)
[#013] sha256:8eac4748b786f69125adedda0a3a689c0e17e48c7c89134775f583f03bbc3886 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:f61c0ff96b9ab1049d755ffe09cfec7609fe8340229b60d393c62ddb39e3d597 in /
2019-06-10 23:42:28 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-06-11 01:31:21 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-06-11 01:31:22 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-06-11 01:31:22 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2019-06-11 01:31:32 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 ha.pool.sks-keyservers.net --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-06-11 01:31:39 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-06-11 01:31:40 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-06-11 01:31:43 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-06-11 01:31:44 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-06-11 01:31:45 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-06-11 01:31:46 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2019-06-11 01:31:46 UTC/bin/sh -c #(nop) ENV PG_VERSION=12~beta1-1.pgdg100+1
2019-06-11 01:43:28 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-06-11 01:43:29 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-06-11 01:43:29 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-06-11 01:43:30 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-06-11 01:43:30 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-11 01:43:31 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-11 01:43:31 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-11 01:43:31 UTC/bin/sh -c #(nop) COPY file:821a5675752f9e8c7b4118e7184c6f65d810150cd254bac8cfda104cdb7f0298 in /usr/local/bin/
2019-06-11 01:43:32 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-11 01:43:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-11 01:43:33 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-11 01:43:33 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.