Namespace
library
Image / Tag
postgres:12.5
Content Digest
sha256:d233caaf92c6114ccc1f903c578308e710a73a5fd36c15fe0999c24a17e32ed1
Details
Created

2021-02-09 18:43:16 UTC

Size

110 MB

Content Digest
Environment
GOSU_VERSION

1.12

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.5-1.pgdg100+1


Layers

[#000] sha256:27cbb00346a16ea900c1049a2e5b47942c586c377179e098382c8ca1c8e87966 - 24.12% (26.5 MB)

[#001] sha256:bd00226caca2e0392fef077e12a4e77ec2d3bf08f23907edffce0d83047c7f78 - 3.95% (4.33 MB)

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

[#003] sha256:a63b8214217b4c3ae2173cbf55ef5b468d1935b7c22e59784706ecfc94f06432 - 1.21% (1.33 MB)

[#004] sha256:203adfc4918d3c740bd81a17a4a4241706d3a94d2148729340450616915ea28d - 6.92% (7.6 MB)

[#005] sha256:581a0783afa4c0ac561706fcefc60ca5d210a5b82c6809c694fc6e7516bdcc95 - 0.35% (389 KB)

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

[#007] sha256:5b9f187a8cf25fdde363dd6e0d2b1c1f94c6aad6161931ce0f74ab7e77d289a8 - 0.0% (2.97 KB)

[#008] sha256:2de797f00a369452e3f71d81d3b9e220baf282ca5d2b30dc8d282f6884ce5f88 - 63.43% (69.6 MB)

[#009] sha256:1906f14e975bac6933492089b4b37babfe8783084fc50f99fae2efce5e5e2f00 - 0.01% (8.77 KB)

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

[#011] sha256:22813f33f99c7556d8874d3db10d0217f53e9f6da6c37379685356f218d93d5d - 0.0% (169 Bytes)

[#012] sha256:7994651c578528ab0a8c76ec3710ccb622eb61c231f2a942412e70b3d54fc65f - 0.0% (4.29 KB)

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


History
2021-02-09 02:39:47 UTC

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

2021-02-09 02:39:47 UTC

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

2021-02-09 18:41:32 UTC

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

2021-02-09 18:41: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

2021-02-09 18:41:33 UTC

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

2021-02-09 18:41:44 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends ca-certificates wget; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.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; gpgconf --kill all; rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true

2021-02-09 18:41: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 --no-install-recommends 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

2021-02-09 18:41:53 UTC

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

2021-02-09 18:41:59 UTC

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

2021-02-09 18:42:00 UTC

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

2021-02-09 18:42: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

2021-02-09 18:42:46 UTC

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

2021-02-09 18:42:46 UTC

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

2021-02-09 18:43:10 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | 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 --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "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' -- '{}' +

2021-02-09 18:43:11 UTC

/bin/sh -c set -eux; dpkg-divert --add --rename --divert "/usr/share/postgresql/postgresql.conf.sample.dpkg" "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample"; cp -v /usr/share/postgresql/postgresql.conf.sample.dpkg /usr/share/postgresql/postgresql.conf.sample; ln -sv ../postgresql.conf.sample "/usr/share/postgresql/$PG_MAJOR/"; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/share/postgresql/postgresql.conf.sample

2021-02-09 18:43:12 UTC

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

2021-02-09 18:43:13 UTC

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

2021-02-09 18:43:13 UTC

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

2021-02-09 18:43:14 UTC

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

2021-02-09 18:43:14 UTC

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

2021-02-09 18:43:14 UTC

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

2021-02-09 18:43:15 UTC

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

2021-02-09 18:43:15 UTC

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

2021-02-09 18:43:15 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2021-02-09 18:43:16 UTC

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

2021-02-09 18:43:16 UTC

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

Details
Created

2021-02-09 18:31:25 UTC

Size

109 MB

Content Digest
Environment
GOSU_VERSION

1.12

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.5-1.pgdg100+1


Layers

[#000] sha256:45b42c59be334ecda0daaa139b2f7d310e45c564c5f12263b1b8e68ec9e810ed - 23.69% (25.8 MB)

[#001] sha256:40adec129f1a1bfc5a08b13816eef32abde7672f1bd4c56ad6741529728c8ac5 - 3.65% (3.98 MB)

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

[#003] sha256:2696974e2815b47f62f4bb06900e7fa75b75a3c0874a9786e0dda00d6467d7c3 - 1.24% (1.35 MB)

[#004] sha256:564b77596399c4678ea0968348cf4d52e02e9669209e4de9de0eb1cf48749778 - 6.96% (7.6 MB)

[#005] sha256:5044045cf6f211ae92b3cf444652785a22d45d61057ac2c280d4028009dbea60 - 0.34% (382 KB)

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

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

[#008] sha256:fbb0dc403c2f1a44fa78b24c337f61f33abe015ddd5542fd43a7325297a4577e - 64.1% (69.9 MB)

[#009] sha256:1b9ba7c0986e22a7fd31661dbd8a87e41ee2854c9bd6b8ed04db3de497fb19ca - 0.01% (8.77 KB)

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

[#011] sha256:19f04f19f5bb52c2a5279ca9515e5647358001e6feba88a64f0356025dfda402 - 0.0% (168 Bytes)

[#012] sha256:0a195310fe0b01c6a990dfb09525d5ced546e37ab7c3d7b74a3a6f32e305723e - 0.0% (4.29 KB)

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


History
2021-02-09 02:20:55 UTC

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

2021-02-09 02:20:56 UTC

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

2021-02-09 18:29:55 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

2021-02-09 18:29:56 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

2021-02-09 18:29:56 UTC

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

2021-02-09 18:30:06 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends ca-certificates wget; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.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; gpgconf --kill all; rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true

2021-02-09 18:30:15 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 --no-install-recommends 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

2021-02-09 18:30:15 UTC

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

2021-02-09 18:30:20 UTC

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

2021-02-09 18:30:21 UTC

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

2021-02-09 18:30:22 UTC

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

2021-02-09 18:30:57 UTC

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

2021-02-09 18:30:57 UTC

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

2021-02-09 18:31:19 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | 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 --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "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' -- '{}' +

2021-02-09 18:31: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

2021-02-09 18:31:21 UTC

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

2021-02-09 18:31: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

2021-02-09 18:31:22 UTC

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

2021-02-09 18:31:23 UTC

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

2021-02-09 18:31:23 UTC

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

2021-02-09 18:31:23 UTC

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

2021-02-09 18:31:24 UTC

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

2021-02-09 18:31:25 UTC

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

2021-02-09 18:31:25 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2021-02-09 18:31:25 UTC

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

2021-02-09 18:31:25 UTC

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

Details
Created

2021-02-09 08:07:50 UTC

Size

104 MB

Content Digest
Environment
GOSU_VERSION

1.12

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.5-1.pgdg100+1


Layers

[#000] sha256:8e683fcc73f4da7d69ce1d5f4e1d77510aa459490068f38db2d8663698b391a0 - 22.86% (23.7 MB)

[#001] sha256:2050cd962d22995bd4b5ee7c96dc990d04f2585a5e0c650a4caa5249d4402ced - 3.54% (3.67 MB)

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

[#003] sha256:0fc43ddd9ce002aa788d23ac619563e53621a0ca1a7174b3fac6689f8e5f1660 - 1.27% (1.31 MB)

[#004] sha256:95ea07b892bcc33604ccd7d7f9db223c0b3eed4d87e05277767739dc79b05db1 - 7.33% (7.6 MB)

[#005] sha256:4dc11d1e0ba26e7d986b53e60b0ec95dd1e2d0663422c8acec89f4a52d87c6cb - 0.36% (381 KB)

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

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

[#008] sha256:ab449abc980770a1587534c789d790d90423ad831d23011bd141844c6743148a - 64.62% (66.9 MB)

[#009] sha256:44c4edcf7c391b64681a67ea61041c61e8945c164e7be745811f6995c10bb318 - 0.01% (8.78 KB)

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

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

[#012] sha256:25be30c12baee9e0132f80878df0f5bfdd3e0feb2975a97b82a12a3d7b2f8e84 - 0.0% (4.29 KB)

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


History
2021-02-09 02:50:10 UTC

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

2021-02-09 02:50:11 UTC

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

2021-02-09 07:13:01 UTC

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

2021-02-09 07:13:04 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

2021-02-09 07:13:06 UTC

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

2021-02-09 07:13:26 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends ca-certificates wget; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.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; gpgconf --kill all; rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true

2021-02-09 07:13: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 --no-install-recommends 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

2021-02-09 07:13:45 UTC

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

2021-02-09 07:13:56 UTC

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

2021-02-09 07:13:59 UTC

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

2021-02-09 07:14:02 UTC

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

2021-02-09 07:41:52 UTC

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

2021-02-09 07:41:53 UTC

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

2021-02-09 08:07:32 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | 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 --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "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' -- '{}' +

2021-02-09 08:07:37 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

2021-02-09 08:07:39 UTC

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

2021-02-09 08:07:40 UTC

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

2021-02-09 08:07:41 UTC

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

2021-02-09 08:07:43 UTC

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

2021-02-09 08:07:44 UTC

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

2021-02-09 08:07:45 UTC

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

2021-02-09 08:07:47 UTC

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

2021-02-09 08:07:48 UTC

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

2021-02-09 08:07:48 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2021-02-09 08:07:49 UTC

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

2021-02-09 08:07:50 UTC

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

Details
Created

2021-02-09 17:03:51 UTC

Size

99.9 MB

Content Digest
Environment
GOSU_VERSION

1.12

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.5-1.pgdg100+1


Layers

[#000] sha256:db574d82360c3b60abadbef4f3daf8dee01f24741fc6ab3692aa543558d8b624 - 21.68% (21.7 MB)

[#001] sha256:49f5be41ee4970e5eae5b2bb8f7d01c8bdcd1a8a44d3c939c307d652944a882d - 3.33% (3.32 MB)

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

[#003] sha256:3b4b309b8fae24b26b01642d85227a27ae5f01faf837c944020559b34ab6f1fc - 1.31% (1.31 MB)

[#004] sha256:ebfc5ead222d3ede83cb4ba8fe5fc829cc2b2d8ad4ab1e3c168f50a31facac17 - 7.61% (7.6 MB)

[#005] sha256:04c45302318272759be3af284a8f4df8992ba9f8aa180f3be85ff72da64576ca - 0.37% (376 KB)

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

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

[#008] sha256:dbae1e7434365b0484084339160a9076c09743aaa36374df95a43c9edfb4c458 - 65.69% (65.6 MB)

[#009] sha256:67ce32e03ad6fcc57e2dc512f6a79fcc1b361b6892b022441919b4c12e4452ff - 0.01% (8.78 KB)

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

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

[#012] sha256:b7932b10dfc5d9f0ef798a2af00e3766ab33ead72c3c70f9c59eef7cdbbe22fa - 0.0% (4.29 KB)

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


History
2021-02-09 03:00:57 UTC

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

2021-02-09 03:01:00 UTC

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

2021-02-09 16:15:37 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

2021-02-09 16:15: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

2021-02-09 16:15:40 UTC

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

2021-02-09 16:15:56 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends ca-certificates wget; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.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; gpgconf --kill all; rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true

2021-02-09 16:16:11 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 --no-install-recommends 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

2021-02-09 16:16:12 UTC

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

2021-02-09 16:16:21 UTC

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

2021-02-09 16:16:23 UTC

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

2021-02-09 16:16: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

2021-02-09 16:40:35 UTC

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

2021-02-09 16:40:36 UTC

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

2021-02-09 17:03:35 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | 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 --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "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' -- '{}' +

2021-02-09 17:03:39 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

2021-02-09 17:03:41 UTC

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

2021-02-09 17:03:42 UTC

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

2021-02-09 17:03:43 UTC

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

2021-02-09 17:03:45 UTC

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

2021-02-09 17:03:45 UTC

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

2021-02-09 17:03:46 UTC

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

2021-02-09 17:03:48 UTC

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

2021-02-09 17:03:49 UTC

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

2021-02-09 17:03:50 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2021-02-09 17:03:51 UTC

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

2021-02-09 17:03:51 UTC

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

Details
Created

2021-02-09 07:32:56 UTC

Size

106 MB

Content Digest
Environment
GOSU_VERSION

1.12

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.5-1.pgdg100+1


Layers

[#000] sha256:83c5cfdaa5385ea6fc4d31e724fd4dc5d74de847a7bdd968555b8f2c558dac0e - 23.35% (24.7 MB)

[#001] sha256:d0a041bf8386f7980b9ac4e33a139e72d6843144a45257a09fe31bb6da503ca5 - 3.77% (3.98 MB)

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

[#003] sha256:c972862829b1938b7a36448a131b16a500b033b4c0163ef83ad07523866f5398 - 1.22% (1.29 MB)

[#004] sha256:8caca92e07f30d85d6856207a96c9af4f1292629cc3b505d8b716aa3fdf4a597 - 7.2% (7.6 MB)

[#005] sha256:ad6e0b420aaf54cae11ceca8097cfa981f01a42c588f5b6fd850a592daace787 - 0.35% (380 KB)

[#006] sha256:0d57edc108267ce88ba448d54dc83e79bc55f5668be56f342eea501d3b39bec4 - 0.0% (147 Bytes)

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

[#008] sha256:599a51b226547533cb646927dc041592fc50f5323a2641efba16fedb857797e8 - 64.09% (67.7 MB)

[#009] sha256:c256c5d98091ce26d7167641614347733e665237ccaf6e55e86d3615a155ca3b - 0.01% (8.78 KB)

[#010] sha256:39b0ed3df935a730c0a2e539e5c91b4a9af5d39efbc77c81ef5a727b8c1371a1 - 0.0% (128 Bytes)

[#011] sha256:63659b9c40c874067b9353a38b1cdc29aaa2468fff2bd4985726803baf6ea52c - 0.0% (199 Bytes)

[#012] sha256:e5fabaf65c9a90058b3a914aa287d8291d9e10f9fea702647e6f5dddb7734958 - 0.0% (4.29 KB)

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


History
2021-02-09 02:41:10 UTC

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

2021-02-09 02:41:13 UTC

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

2021-02-09 07:30:09 UTC

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

2021-02-09 07:30:12 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

2021-02-09 07:30:13 UTC

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

2021-02-09 07:30:28 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends ca-certificates wget; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.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; gpgconf --kill all; rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true

2021-02-09 07:30:42 UTC

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

2021-02-09 07:30:43 UTC

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

2021-02-09 07:30:52 UTC

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

2021-02-09 07:30:54 UTC

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

2021-02-09 07:30: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

2021-02-09 07:32:05 UTC

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

2021-02-09 07:32:06 UTC

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

2021-02-09 07:32:36 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | 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 --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "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' -- '{}' +

2021-02-09 07:32:39 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

2021-02-09 07:32:42 UTC

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

2021-02-09 07:32: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

2021-02-09 07:32:44 UTC

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

2021-02-09 07:32:47 UTC

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

2021-02-09 07:32:48 UTC

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

2021-02-09 07:32:49 UTC

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

2021-02-09 07:32:52 UTC

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

2021-02-09 07:32:53 UTC

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

2021-02-09 07:32:53 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2021-02-09 07:32:54 UTC

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

2021-02-09 07:32:56 UTC

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

Details
Created

2021-02-09 09:45:50 UTC

Size

105 MB

Content Digest
Environment
GOSU_VERSION

1.12

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.5-1.pgdg100+1


Layers

[#000] sha256:dfb81134097d874e01b495d1fba82e384056d0a3a45f01a69a2e86ae82af1e96 - 23.42% (24.6 MB)

[#001] sha256:6618fbe8aa28b171e9b4f37936eb1d661783866ed85bd41f65fc17282fc10de0 - 3.8% (3.99 MB)

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

[#003] sha256:00f16e1a88ebaee744f72cc2db5e8424d7329115f665d3245c632145c253889e - 1.19% (1.25 MB)

[#004] sha256:c8cf93f9380bee74aafe44fdef875f3c6c77f045167040d6b866a49bea905320 - 7.24% (7.6 MB)

[#005] sha256:ae27cf1718ce280e227cd7689fd06284b0e68887fdcdd79080de7108629fb1d6 - 0.35% (380 KB)

[#006] sha256:e56d00fd51ac343184428211f0dfc691d95d334203161adb8f227d583751f676 - 0.0% (110 Bytes)

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

[#008] sha256:7f51fb3c379292ccd4676e74f87d75432a8a55839f19b85dff2c0edd586440eb - 63.97% (67.1 MB)

[#009] sha256:ce704b98a078502754b220c78b319d45d75d2fd7c48e2a2f503cadb49148e65b - 0.01% (8.78 KB)

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

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

[#012] sha256:d7b8f235db69cfd017bbf4cce1e10b423bf0f3b3cdc6bb42ce7e25b103192ce4 - 0.0% (4.3 KB)

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


History
2021-02-09 03:09:26 UTC

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

2021-02-09 03:09:27 UTC

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

2021-02-09 08:02:55 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

2021-02-09 08:02:57 UTC

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

2021-02-09 08:02:58 UTC

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

2021-02-09 08:03:20 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends ca-certificates wget; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.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; gpgconf --kill all; rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true

2021-02-09 08:03:43 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 --no-install-recommends 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

2021-02-09 08:03:44 UTC

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

2021-02-09 08:03:55 UTC

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

2021-02-09 08:03:57 UTC

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

2021-02-09 08:04:00 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

2021-02-09 08:55:56 UTC

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

2021-02-09 08:55:56 UTC

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

2021-02-09 09:45:41 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | 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 --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "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' -- '{}' +

2021-02-09 09:45: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

2021-02-09 09:45:44 UTC

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

2021-02-09 09:45: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

2021-02-09 09:45:45 UTC

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

2021-02-09 09:45:46 UTC

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

2021-02-09 09:45:46 UTC

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

2021-02-09 09:45:47 UTC

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

2021-02-09 09:45:49 UTC

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

2021-02-09 09:45:49 UTC

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

2021-02-09 09:45:49 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2021-02-09 09:45:50 UTC

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

2021-02-09 09:45:50 UTC

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

Details
Created

2021-02-09 18:19:14 UTC

Size

116 MB

Content Digest
Environment
GOSU_VERSION

1.12

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.5-1.pgdg100+1


Layers

[#000] sha256:9996b4fb6bc1c50f95ba30f8988c9c89526556fa320d3fda59d3d8359f7810d6 - 25.09% (29.1 MB)

[#001] sha256:7830f07f6fb0cd2230269202ae9873925e9ec26d5c1543f57de25e356decb747 - 4.08% (4.74 MB)

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

[#003] sha256:61eb10f8096e6433df8a95b61c7f8d04210128f2e5b7b26a18e4866a4eec53d7 - 1.1% (1.28 MB)

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

[#005] sha256:105bdd0e96299967e4e92bb78d86a3b4d5c3086d06b1bd28b0785a1fea9ec884 - 0.33% (388 KB)

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

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

[#008] sha256:70ab334154913c967aab0bf57ac4b1f0013ace27c9b1a78203cd5c86bba092e2 - 62.84% (72.9 MB)

[#009] sha256:d42ff76071b2b8ca93bc75d6b6e47496dfe8d8b7747b16c539ed49fe26167d40 - 0.01% (8.78 KB)

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

[#011] sha256:747da98821016165850128ef2b2ee3af941d620fa10b4f9ea8ede740f739cf94 - 0.0% (199 Bytes)

[#012] sha256:889e2df9d70a29c5b63944d90dc55ee786e102059980cd4ec1e4c42617f2cc1f - 0.0% (4.3 KB)

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


History
2021-02-09 02:19:19 UTC

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

2021-02-09 02:19:34 UTC

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

2021-02-09 18:02: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

2021-02-09 18:02:37 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

2021-02-09 18:02:45 UTC

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

2021-02-09 18:04:43 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends ca-certificates wget; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.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; gpgconf --kill all; rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true

2021-02-09 18:05:52 UTC

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

2021-02-09 18:05:57 UTC

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

2021-02-09 18:06:28 UTC

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

2021-02-09 18:06:37 UTC

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

2021-02-09 18:07:00 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

2021-02-09 18:13:29 UTC

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

2021-02-09 18:13:46 UTC

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

2021-02-09 18:16:25 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | 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 --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "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' -- '{}' +

2021-02-09 18:16: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

2021-02-09 18:17:03 UTC

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

2021-02-09 18:17: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

2021-02-09 18:17:20 UTC

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

2021-02-09 18:17:43 UTC

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

2021-02-09 18:17:53 UTC

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

2021-02-09 18:17:59 UTC

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

2021-02-09 18:18:30 UTC

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

2021-02-09 18:18:50 UTC

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

2021-02-09 18:19:01 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2021-02-09 18:19:07 UTC

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

2021-02-09 18:19:14 UTC

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

Details
Created

2021-02-09 05:25:45 UTC

Size

76.9 MB

Content Digest
Environment
GOSU_VERSION

1.12

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.5-1.pgdg100+1


Layers

[#000] sha256:032413a44cf56b097e48b8221bf475ca1bec26e7a27f35fe61d699366a335b79 - 31.87% (24.5 MB)

[#001] sha256:a4a1884dc7426661e06913c6765c1bb3a037227dbc0ca148cd304dc663576ddf - 5.03% (3.87 MB)

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

[#003] sha256:38f233d3a3fffc0860f24af56ec3e519b009bd5952e66de3b078b96f6e07075f - 1.74% (1.34 MB)

[#004] sha256:09ef4eeb7bb262ca3b684349310ca09a6912f7650e85d7bf0bee18208df67a6d - 9.94% (7.65 MB)

[#005] sha256:6d59590178edea1e1af238f8c4745ae6174adf6346caf5713613abac8da9df5f - 0.48% (379 KB)

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

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

[#008] sha256:9f76a9b3aa0cc7530c0f5bd795b49a7aaab52ae8355b75b8969fee8014112083 - 50.92% (39.2 MB)

[#009] sha256:5d472ceb09b1c69bc59253e6757461e2e937598ca43faa96e3872b6a58c2e1b5 - 0.01% (8.78 KB)

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

[#011] sha256:70e69fe37fecbe3c9dde1b2044a3dfddb91e271fc6fc41b3ee16381bee1e5597 - 0.0% (198 Bytes)

[#012] sha256:b1baea91020e1ed61e8903566161945d42d8c8ec31de0a2dde2b6c53a1744f97 - 0.01% (4.3 KB)

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


History
2021-02-09 02:42:10 UTC

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

2021-02-09 02:42:12 UTC

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

2021-02-09 05:05:52 UTC

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

2021-02-09 05:05:53 UTC

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

2021-02-09 05:05:53 UTC

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

2021-02-09 05:06:05 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends ca-certificates wget; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.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; gpgconf --kill all; rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true

2021-02-09 05:06: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 --no-install-recommends 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

2021-02-09 05:06:11 UTC

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

2021-02-09 05:06:14 UTC

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

2021-02-09 05:06:15 UTC

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

2021-02-09 05:06:16 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

2021-02-09 05:15:18 UTC

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

2021-02-09 05:15:18 UTC

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

2021-02-09 05:25:25 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | 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 --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "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' -- '{}' +

2021-02-09 05:25:34 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

2021-02-09 05:25:36 UTC

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

2021-02-09 05:25:37 UTC

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

2021-02-09 05:25:37 UTC

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

2021-02-09 05:25:39 UTC

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

2021-02-09 05:25:40 UTC

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

2021-02-09 05:25:40 UTC

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

2021-02-09 05:25:42 UTC

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

2021-02-09 05:25:43 UTC

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

2021-02-09 05:25:43 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2021-02-09 05:25:44 UTC

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

2021-02-09 05:25:45 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