Namespace
library
Image / Tag
postgres:12.0
Content Digest
sha256:a4a944788084a92bcaff6180833428f17cceb610e43c828b3a42345b33a608a7
Details
Created

2019-10-17 10:02:46 UTC

Size

117 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

12

PG_VERSION

12.0-2.pgdg100+1


Layers

[#000] sha256:fbbbe7a6a1ffe0eb7fc95d485a1f28df07193b8876c38d8254d9458171b9b4b8 - 22.53% (26.5 MB)

[#001] sha256:35254050afddaa01f6d0f1ea09f015b602d7d4f8854f79be6c3ad19fe951bbfd - 3.69% (4.33 MB)

[#002] sha256:c0dacf6c027580b8b69b9853615bdcb645ff088ce1037ad3729d1cac6ab1acf7 - 0.0% (1.72 KB)

[#003] sha256:eb2837523bb4ddc49355cc4243b7de61cdf107fe0cdbf2648412c521d392360c - 1.08% (1.26 MB)

[#004] sha256:93ede6fcf45e245be85b14155d9d5b99cf80dec0f9336d78db59eaf831a6f67c - 6.47% (7.6 MB)

[#005] sha256:ea2a5de82584d850a037b6ee1a7d739d9a17398ed2d1015cc7b8adc42d7b3d8f - 0.25% (296 KB)

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

[#007] sha256:aef48c9d9bb6bdb777f0ffebdffb476a994ad96687cc20a21a14bb5e2bd790d4 - 0.0% (2.98 KB)

[#008] sha256:eb2b4082989a3a5268767bdba40a047afa8f2636ad65963e35ccf7f9ec7de50d - 65.98% (77.5 MB)

[#009] sha256:7e7befa1e015970958ffc5efc22d15259b6d2ebd082c84850d7f65d8dd095af2 - 0.01% (8.73 KB)

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

[#011] sha256:5f530b0da76222e59b9cc978a3cd8b3a72eb6a0768c9f85d560d626e6d43aafe - 0.0% (170 Bytes)

[#012] sha256:029046085d946bcad1259f2d01ab6987505e3a75326b41b50ab23fb30bed4558 - 0.0% (2.31 KB)

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


History
2019-10-16 23:39:50 UTC

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

2019-10-16 23:39:51 UTC

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

2019-10-17 10:01: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-10-17 10:01:16 UTC

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

2019-10-17 10:01:17 UTC

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

2019-10-17 10:01:31 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-10-17 10:01:44 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-10-17 10:01:45 UTC

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

2019-10-17 10:01:53 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-10-17 10:01:54 UTC

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

2019-10-17 10:01:55 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-10-17 10:01:56 UTC

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

2019-10-17 10:01:56 UTC

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

2019-10-17 10:02:42 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-10-17 10:02:43 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-10-17 10:02:43 UTC

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

2019-10-17 10:02:44 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-10-17 10:02:44 UTC

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

2019-10-17 10:02:45 UTC

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

2019-10-17 10:02:45 UTC

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

2019-10-17 10:02:45 UTC

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

2019-10-17 10:02:46 UTC

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

2019-10-17 10:02:46 UTC

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

2019-10-17 10:02:46 UTC

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

2019-10-17 10:02:46 UTC

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

Details
Created

2019-10-17 04:36:13 UTC

Size

116 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

12

PG_VERSION

12.0-2.pgdg100+1


Layers

[#000] sha256:8d691f585fa8cec0eba196be460cfaffd69939782d6162986c3e0c5225d54f02 - 22.3% (25.9 MB)

[#001] sha256:c991029393ff11e0e9371970c05e79c56fb32122d962efb95bfebb75ccd62923 - 3.44% (3.98 MB)

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

[#003] sha256:0a7fb105514d567d24f4a5b7faa8e2a4f4cb99cea7c3b240c3258154a11e407c - 1.12% (1.3 MB)

[#004] sha256:c3d11c21cb776b99f1099899edfa7c75cd07a3441995f7e287267f591f716deb - 6.55% (7.6 MB)

[#005] sha256:4536342c54140d027f87fc473c3123d06a227599f988d9f9f7625927bc53506b - 0.25% (294 KB)

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

[#007] sha256:36b0869ae6f9acd7edbedeff565532df6432b3edd8cd6cc83b576f8c180ef653 - 0.0% (2.98 KB)

[#008] sha256:5ac554d17b789034a56045e053d7010d88513e160f2e962aafbcb1b27c348f29 - 66.33% (76.9 MB)

[#009] sha256:61f0a5a69de472624d477a6b6697b59adb3ee48648b7bfa6dbc8cb675efc1467 - 0.01% (8.72 KB)

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

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

[#012] sha256:29616bd9cc5c7a46547e5f0996c7b69416a9110de1b7df10e889e26726ef5013 - 0.0% (2.31 KB)

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


History
2019-10-16 23:26:16 UTC

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

2019-10-16 23:26:16 UTC

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

2019-10-17 04:35:02 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-10-17 04:35:03 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-10-17 04:35:03 UTC

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

2019-10-17 04:35:16 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove ca-certificates wget

2019-10-17 04:35: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-10-17 04:35:27 UTC

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

2019-10-17 04:35:31 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-10-17 04:35:32 UTC

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

2019-10-17 04:35: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-10-17 04:35:34 UTC

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

2019-10-17 04:35:34 UTC

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

2019-10-17 04:36: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-10-17 04:36: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-10-17 04:36:11 UTC

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

2019-10-17 04:36: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-10-17 04:36:11 UTC

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

2019-10-17 04:36:12 UTC

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

2019-10-17 04:36:12 UTC

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

2019-10-17 04:36:12 UTC

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

2019-10-17 04:36:13 UTC

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

2019-10-17 04:36:13 UTC

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

2019-10-17 04:36:13 UTC

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

2019-10-17 04:36:13 UTC

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

Details
Created

2019-10-17 04:59:02 UTC

Size

111 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

12

PG_VERSION

12.0-2.pgdg100+1


Layers

[#000] sha256:5615f5d0539f782ea76c1e25da9d9c87620fde6e392f89737a5d820bf813c4e2 - 21.38% (23.7 MB)

[#001] sha256:667be4dd83e23b2ca34539d992c00655d381563715c0f4c96095ca00b29abfde - 3.31% (3.67 MB)

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

[#003] sha256:0ed45099471e317a06ca8c5d0d5fd190c99d43b1de3b721d9eed6416dfd8d57c - 1.13% (1.26 MB)

[#004] sha256:136b6b2a5eb041820b05a4c745f9bd186242c5d9510c634fddeeed3456eb1882 - 6.85% (7.6 MB)

[#005] sha256:e757c5f66ae45beeac6e521ff31134fc575f5f38af707d0fe80ad6157236116f - 0.26% (292 KB)

[#006] sha256:281f3e9e46339a23202adb808ba3a61b6514f38014ee75e952a11024f0b3edd1 - 0.0% (149 Bytes)

[#007] sha256:3b28b7b7dd4203e7f6e30c98a8d6f084a9d93b6bd6c2c89f6c5b48e17fc64f08 - 0.0% (2.98 KB)

[#008] sha256:80860741412773dfb4890db1af99cd52836fbee7ae171d5591c748884f534f86 - 67.06% (74.3 MB)

[#009] sha256:842aaaa85e11076bd0ce8538aea182f3587b17c7a8d61eae528678b60155699f - 0.01% (8.73 KB)

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

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

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

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


History
2019-10-16 23:52:02 UTC

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

2019-10-16 23:52:04 UTC

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

2019-10-17 04:29:19 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-10-17 04:29: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-10-17 04:29:23 UTC

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

2019-10-17 04:29:44 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove ca-certificates wget

2019-10-17 04:30: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-10-17 04:30:10 UTC

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

2019-10-17 04:30: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-10-17 04:30:22 UTC

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

2019-10-17 04:30:25 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-10-17 04:30:25 UTC

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

2019-10-17 04:30:26 UTC

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

2019-10-17 04:58:45 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-10-17 04:58: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-10-17 04:58:53 UTC

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

2019-10-17 04:58:54 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-10-17 04:58:55 UTC

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

2019-10-17 04:58:57 UTC

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

2019-10-17 04:58:58 UTC

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

2019-10-17 04:58:58 UTC

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

2019-10-17 04:59:00 UTC

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

2019-10-17 04:59:01 UTC

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

2019-10-17 04:59:01 UTC

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

2019-10-17 04:59:02 UTC

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

Details
Created

2019-10-17 09:02:07 UTC

Size

107 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

12

PG_VERSION

12.0-2.pgdg100+1


Layers

[#000] sha256:ffb3a1edd2f5d689daee77b16634ddec87a4f724ac3bbef287c397ea731af2ac - 20.29% (21.7 MB)

[#001] sha256:8e6dee33410f506feda42ab291800a058ac2e13e71523454d5eadc5144cf5ab9 - 3.11% (3.32 MB)

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

[#003] sha256:7c957f3a0334fcb48d276957f111c3967da2de8fbbea025f803cf3757e74ff49 - 1.17% (1.25 MB)

[#004] sha256:0c2121c29d24f7ae4e420b494b4f67352c8926f7d4304271fafc8b046b1489ae - 7.12% (7.6 MB)

[#005] sha256:03161603025dfaa8e64602b47696932f0c8795bb670515d368b20147b752c300 - 0.27% (290 KB)

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

[#007] sha256:88535bfcac655c43d7d42f69cd36531cb4132299d884f79f30688a6a3259822e - 0.0% (2.98 KB)

[#008] sha256:48d7e920e87e53708558cb0ad7acfdb342a44088ed69706bb8a4341ec3dcb7d3 - 68.03% (72.6 MB)

[#009] sha256:f5c2b9a7d34f42c9ec8f897a122f79185332976f289b22b33013de35ab8b77c3 - 0.01% (8.73 KB)

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

[#011] sha256:9db4b0c1420cb3fd8af2301d9fa7f5430c1269ffb2c47adaa16fc379cf1681b8 - 0.0% (199 Bytes)

[#012] sha256:e295fa8561a8e2cec16824aff87108065c1a81064fe199008c75c63552193c71 - 0.0% (2.31 KB)

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


History
2019-10-17 00:05:51 UTC

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

2019-10-17 00:05:55 UTC

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

2019-10-17 08:36:20 UTC

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

2019-10-17 08:36:23 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-10-17 08:36:23 UTC

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

2019-10-17 08:36:40 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --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-10-17 08:36: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-10-17 08:36:56 UTC

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

2019-10-17 08:37:05 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-10-17 08:37:07 UTC

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

2019-10-17 08:37:09 UTC

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

2019-10-17 08:37:09 UTC

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

2019-10-17 08:37:10 UTC

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

2019-10-17 09:01: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-10-17 09:01:48 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-10-17 09:01:51 UTC

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

2019-10-17 09:01:53 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-10-17 09:01:55 UTC

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

2019-10-17 09:01:58 UTC

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

2019-10-17 09:01:59 UTC

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

2019-10-17 09:02:00 UTC

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

2019-10-17 09:02:03 UTC

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

2019-10-17 09:02:05 UTC

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

2019-10-17 09:02:06 UTC

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

2019-10-17 09:02:07 UTC

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

Details
Created

2019-10-17 10:25:51 UTC

Size

112 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

12

PG_VERSION

12.0-2.pgdg100+1


Layers

[#000] sha256:d852f02e2b4ca7740e1949fece74af95698955dc18029f6864c56f64b10b88f7 - 21.93% (24.7 MB)

[#001] sha256:b93460860c4a13ff325fec5a3b88d722ecf208e6a600a41ec26b5c315451d355 - 3.54% (3.98 MB)

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

[#003] sha256:d79f73718e07779e9236241d63f4ed5e0307b698a91cd3c9ea9be238b0f52843 - 1.1% (1.23 MB)

[#004] sha256:f572240e3e98a75f263db0818e5fe54d58989d32b8126d82d014269cea468155 - 6.75% (7.6 MB)

[#005] sha256:957d205cc11420f017ef1bdb1110bcaeb46422c412b782cd872096eff47992fb - 0.25% (290 KB)

[#006] sha256:976be0f5d96b97544e3b5d7cd7f4b9fa7ef5574e474f244e2e9cb9f0ccb8daa0 - 0.0% (149 Bytes)

[#007] sha256:885dca45b022e0ae696979f8f414495392f0545ca68b30d4eea0df71549e581b - 0.0% (2.98 KB)

[#008] sha256:436747c957325f5407b0c30db216748dcbe000461ea273325a4ccdc9b4bcfffb - 66.42% (74.7 MB)

[#009] sha256:7fdfb3115243eea08b60436af21da1bf93d841a96778a9e151db31fd82783646 - 0.01% (8.73 KB)

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

[#011] sha256:7a4f78864a1ca78efda130849b59f300077e7cbdea4aee6d9ed78359dc7a0c52 - 0.0% (197 Bytes)

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

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


History
2019-10-16 23:40:57 UTC

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

2019-10-16 23:40:59 UTC

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

2019-10-17 10:01: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-10-17 10:01:16 UTC

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

2019-10-17 10:01:17 UTC

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

2019-10-17 10:01: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-10-17 10:01:53 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-10-17 10:01:54 UTC

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

2019-10-17 10:02: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-10-17 10:02:06 UTC

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

2019-10-17 10:02:08 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-10-17 10:02:10 UTC

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

2019-10-17 10:02:11 UTC

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

2019-10-17 10:25:37 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-10-17 10:25:41 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-10-17 10:25:43 UTC

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

2019-10-17 10:25:43 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-10-17 10:25:44 UTC

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

2019-10-17 10:25:45 UTC

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

2019-10-17 10:25:46 UTC

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

2019-10-17 10:25:47 UTC

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

2019-10-17 10:25:49 UTC

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

2019-10-17 10:25:49 UTC

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

2019-10-17 10:25:50 UTC

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

2019-10-17 10:25:51 UTC

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

Details
Created

2019-10-17 04:18:17 UTC

Size

124 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

12

PG_VERSION

12.0-2.pgdg100+1


Layers

[#000] sha256:5ed7cf9883ddfa30cc67dae2367a55872a5aeb2d70614210d91e79a8c16007b8 - 23.57% (29.1 MB)

[#001] sha256:691e425ad946a515b18ad5d5d2e9594f92e345bfb9488ef767f8e113f74f64f3 - 3.84% (4.74 MB)

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

[#003] sha256:6e97503196afc86238c725c1b016daa166d82a873a48ccc87212600dc91514ec - 0.99% (1.22 MB)

[#004] sha256:87bff63b75c397bfbb031532b3aeeca600233aa734b659489c3d9d9552bf53a7 - 6.15% (7.6 MB)

[#005] sha256:845bdf9b422e25bde9749527355d916a08a7c78ad110225c89ae1e09f096de8d - 0.23% (291 KB)

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

[#007] sha256:499dfd8cc2af9a6e174502ddd065f0518a09454fcce84110d61252d3fea6ac93 - 0.0% (2.98 KB)

[#008] sha256:4b80f31da06799b51594675ce3a80d53a2a3854917d9b9a14d07c8a9ce3acddd - 65.21% (80.5 MB)

[#009] sha256:36c57cc7caf9d8f356a5a6fbac172ec6e42f9f566ec4007bd3148a61bf242fcd - 0.01% (8.73 KB)

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

[#011] sha256:22e566ba24763beedd47c89c696277794742bad9cef37fcdc140e16156764dec - 0.0% (201 Bytes)

[#012] sha256:28730a6e3cdb6a49a4d29f77f13902c6a9a6b492da8138c9fd94300cdfd4301f - 0.0% (2.31 KB)

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


History
2019-10-16 23:45:41 UTC

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

2019-10-16 23:45:46 UTC

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

2019-10-17 04:14:28 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-10-17 04:14:33 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-10-17 04:14:35 UTC

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

2019-10-17 04:15:02 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-10-17 04:15: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-10-17 04:15:22 UTC

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

2019-10-17 04:15:34 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-10-17 04:15:39 UTC

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

2019-10-17 04:15: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-10-17 04:15:47 UTC

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

2019-10-17 04:15:50 UTC

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

2019-10-17 04:17:48 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-10-17 04:17:54 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-10-17 04:17:58 UTC

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

2019-10-17 04:18:00 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-10-17 04:18:02 UTC

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

2019-10-17 04:18:06 UTC

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

2019-10-17 04:18:07 UTC

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

2019-10-17 04:18:08 UTC

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

2019-10-17 04:18:12 UTC

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

2019-10-17 04:18:14 UTC

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

2019-10-17 04:18:15 UTC

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

2019-10-17 04:18:17 UTC

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

Details
Created

2019-10-17 05:29:58 UTC

Size

114 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

12

PG_VERSION

12.0-2.pgdg100+1


Layers

[#000] sha256:ad1fb1a183ba14bd1dc12e9413867f1b9b9687c6ba30209f34777d4cee3bcba8 - 21.53% (24.5 MB)

[#001] sha256:ea0c149bc52f7cad2b7594bb5196cace0da4b2e86c38e8546e662e88a44c8e05 - 3.4% (3.87 MB)

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

[#003] sha256:f2c823910b97d0ea79f276f9e3bf49f03095389dabfaf34ea65ae095dc818239 - 1.13% (1.28 MB)

[#004] sha256:24a6911abe1853c521d395580976c5daafe34e28f2b02a4a57d8838568812bf5 - 6.71% (7.65 MB)

[#005] sha256:4c1f3ac0e052993e5165de450e43e5346c9ffb9ab7989ad6515b7c3fff779255 - 0.25% (292 KB)

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

[#007] sha256:9a2434d2e01ec2efef569dc20167bdcd1532c399e56bcb9b0e837d1b65945a64 - 0.0% (2.98 KB)

[#008] sha256:c92675cd1fda7d8b55dde9985bc9a1426f8b830aaf380092c9d332a983000f52 - 66.97% (76.3 MB)

[#009] sha256:3c69838a8b935582a61e83c99303ce2ce963e6b5a4d11f847b91d9c0db3a70dd - 0.01% (8.73 KB)

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

[#011] sha256:8bb34edd2c96e442a4d8894801bddcd8b35d8a04519cf97b575b90be80d0e555 - 0.0% (170 Bytes)

[#012] sha256:7d70c18ff164bb92640d217333daee5e1312fd04b1e6b4f35bbc07fa17b44618 - 0.0% (2.31 KB)

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


History
2019-10-16 23:42:48 UTC

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

2019-10-16 23:42:48 UTC

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

2019-10-17 05:14:50 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-10-17 05:14:52 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-10-17 05:14:52 UTC

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

2019-10-17 05:15:15 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-10-17 05:15:25 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-10-17 05:15:25 UTC

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

2019-10-17 05:15:30 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-10-17 05:15:31 UTC

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

2019-10-17 05:15: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-10-17 05:15:33 UTC

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

2019-10-17 05:15:34 UTC

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

2019-10-17 05:29:48 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-10-17 05:29:50 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-10-17 05:29:52 UTC

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

2019-10-17 05:29:53 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-10-17 05:29:53 UTC

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

2019-10-17 05:29:54 UTC

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

2019-10-17 05:29:55 UTC

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

2019-10-17 05:29:55 UTC

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

2019-10-17 05:29:56 UTC

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

2019-10-17 05:29:57 UTC

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

2019-10-17 05:29:57 UTC

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

2019-10-17 05:29:58 UTC

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

Danger Zone
Delete Tag

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

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

Delete