Namespace
library
Image / Tag
postgres:9.6.22-buster
Content Digest
sha256:0646d5118ea78446be81be99c3728d0f9a5d793edd3e6de67e46002ebe92b06c
Details
Created

2021-07-22 12:24:32 UTC

Size

79.2 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/9.6/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.22-1.pgdg100+1


Layers

[#000] sha256:fa9d06db5f4195bd51665a89e08e2e7db25636ac28ab162fe876ae0a53093fe5 - 33.46% (26.5 MB)

[#001] sha256:4953671dd1781e0bd5b83800d10e8adddab67a302827c69d21a8ee178af638d8 - 5.47% (4.33 MB)

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

[#003] sha256:c5a23a5bfdaba33a97443b0b9695c5f9201f209ec057b4ffce7446520a6744ee - 1.67% (1.33 MB)

[#004] sha256:aacb021d9fba7d3d4127628818d8da7e5f1091744a0f42685bba2a2cd22ca8d1 - 9.59% (7.6 MB)

[#005] sha256:67e11c571e00dea783360e74333284c90d788a096f56be59c4f708947adad329 - 0.48% (389 KB)

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

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

[#008] sha256:d19a20f06d14bdaa697053bd2c2c074e2c14270c0fe816acad7a1e91c7598163 - 49.3% (39.1 MB)

[#009] sha256:3724bc4def313b5aebc44a6c6487d06b52244a8f2ffe34981135cd8351289415 - 0.01% (7.68 KB)

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

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

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

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


History
2021-07-22 00:39:50 UTC

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

2021-07-22 00:39:51 UTC

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

2021-07-22 12:16:33 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-07-22 12:16:34 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-07-22 12:16:34 UTC

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

2021-07-22 12:16: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-07-22 12:16: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-07-22 12:16:53 UTC

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

2021-07-22 12:16:58 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-07-22 12:16:59 UTC

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

2021-07-22 12:17:02 UTC

/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --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-07-22 12:23:59 UTC

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

2021-07-22 12:24:00 UTC

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

2021-07-22 12:24:00 UTC

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

2021-07-22 12:24: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; 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" "postgresql-contrib-$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' -- '{}' +; postgres --version

2021-07-22 12:24:26 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-07-22 12:24:27 UTC

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

2021-07-22 12:24:28 UTC

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

2021-07-22 12:24:29 UTC

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

2021-07-22 12:24:29 UTC

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

2021-07-22 12:24:30 UTC

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

2021-07-22 12:24:31 UTC

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

2021-07-22 12:24:31 UTC

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

2021-07-22 12:24:31 UTC

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

2021-07-22 12:24:32 UTC

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

2021-07-22 12:24:32 UTC

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

Details
Created

2021-07-22 14:33:49 UTC

Size

78.1 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/9.6/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.22-1.pgdg100+1


Layers

[#000] sha256:33847f680f63fb1b343a9fc782e267b5abdbdb50d65d4b9bd2a136291d67cf75 - 33.16% (25.9 MB)

[#001] sha256:1b09e96014b303a331110f03dc2f8b8543183b503fec12f7b85aebb5f1e27bfd - 5.1% (3.99 MB)

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

[#003] sha256:4057ebf78d2d3cbb32a26f1a65bc02ecb28e214cdfdfd59dae1d12961b2818f3 - 1.73% (1.35 MB)

[#004] sha256:f92d870e2c4fac13501f4e11687665b1b7c75e0da5d4003a44ea24feed600f4d - 9.73% (7.6 MB)

[#005] sha256:b03847575a18ce18de174a813000152eccacf3d2205842bdd79eb581cce340c6 - 0.48% (382 KB)

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

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

[#008] sha256:38bd7e5d95689961f28bbb7b22985fea7a45fcf2a7c879eb66323f9ac9299739 - 49.77% (38.9 MB)

[#009] sha256:9347394b19079e1ce1911a168959c3f40a45ae27a9a60f3f708854f963db0589 - 0.01% (7.68 KB)

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

[#011] sha256:1c093c544160c36618019904df2571a35b78060a09efc1eb70d57fd100c58da5 - 0.0% (200 Bytes)

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

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


History
2021-07-22 00:45:43 UTC

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

2021-07-22 00:45:44 UTC

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

2021-07-22 14:28:00 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-07-22 14:28:01 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-07-22 14:28:01 UTC

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

2021-07-22 14:28:10 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-07-22 14:28:17 UTC

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

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

2021-07-22 14:28: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-07-22 14:28:22 UTC

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

2021-07-22 14:28:24 UTC

/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --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-07-22 14:33:28 UTC

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

2021-07-22 14:33:28 UTC

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

2021-07-22 14:33:28 UTC

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

2021-07-22 14:33:44 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; 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" "postgresql-contrib-$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' -- '{}' +; postgres --version

2021-07-22 14:33:45 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-07-22 14:33:46 UTC

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

2021-07-22 14:33:46 UTC

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

2021-07-22 14:33:47 UTC

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

2021-07-22 14:33:47 UTC

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

2021-07-22 14:33:47 UTC

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

2021-07-22 14:33:48 UTC

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

2021-07-22 14:33:48 UTC

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

2021-07-22 14:33:49 UTC

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

2021-07-22 14:33:49 UTC

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

2021-07-22 14:33:49 UTC

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

Details
Created

2021-07-22 11:24:14 UTC

Size

74 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/9.6/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.22-1.pgdg100+1


Layers

[#000] sha256:2b96a0a1ddfe4fab89025b13e583392414251af73361434f28af076c3db77100 - 32.06% (23.7 MB)

[#001] sha256:99a99a7404f58e1e9cf5ce7bcf6ab984d9aa1c7e54d67b2ff6ef14c14701274a - 4.96% (3.67 MB)

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

[#003] sha256:1a5735c6be9ac1b2dbd1435fc06781fba983fb996dfb7c638cd15d1da32498fe - 1.78% (1.31 MB)

[#004] sha256:c9d3d658dd16b101700ca7bee0d2fc54490a09688745ca0db14153050cfff3fe - 10.26% (7.6 MB)

[#005] sha256:1ad29ffa4401f0bc7ef6ae5a3d3d79b6bd4313be11cd0b75be3ebf4788e2687f - 0.5% (381 KB)

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

[#007] sha256:54aede60652ace03d59120ed1497088d765adb4332daf0caa97d850e32dced9f - 0.0% (2.99 KB)

[#008] sha256:a926eb9c7631c1b0f352950bc5b56e18b853ac544a049eb188aad9f653782d66 - 50.42% (37.3 MB)

[#009] sha256:996d8a54273acde0f7e8b3323420c069e304d1740e8f557d20caf787693f8776 - 0.01% (7.68 KB)

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

[#011] sha256:283ff62e52db12c09388050274c385d72e0ff5418afa6fd883e765e0d2d2d95d - 0.0% (200 Bytes)

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

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


History
2021-07-22 00:50:06 UTC

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

2021-07-22 00:50:07 UTC

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

2021-07-22 07:28:59 UTC

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

2021-07-22 07:29:01 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-07-22 07:29:01 UTC

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

2021-07-22 07:29: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-07-22 07:29:51 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-07-22 07:29:51 UTC

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

2021-07-22 07:30:02 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-07-22 07:30:04 UTC

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

2021-07-22 07:30:07 UTC

/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --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-07-22 11:00:30 UTC

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

2021-07-22 11:00:31 UTC

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

2021-07-22 11:00:31 UTC

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

2021-07-22 11:24:04 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; 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" "postgresql-contrib-$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' -- '{}' +; postgres --version

2021-07-22 11:24:06 UTC

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

2021-07-22 11:24:08 UTC

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

2021-07-22 11:24:08 UTC

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

2021-07-22 11:24:10 UTC

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

2021-07-22 11:24:10 UTC

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

2021-07-22 11:24:11 UTC

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

2021-07-22 11:24:12 UTC

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

2021-07-22 11:24:13 UTC

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

2021-07-22 11:24:13 UTC

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

2021-07-22 11:24:14 UTC

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

2021-07-22 11:24:14 UTC

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

Details
Created

2021-07-22 20:39:00 UTC

Size

70.6 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/9.6/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.22-1.pgdg100+1


Layers

[#000] sha256:607f77084e8a15bf45d56215b058a593cdcf4e0039e5326157954b12663c0d31 - 30.73% (21.7 MB)

[#001] sha256:ce89a6184ac9e93de6b3627911c27612f8b4ce551b9076cb2e25f11b93e86852 - 4.7% (3.32 MB)

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

[#003] sha256:f3b6f439172b723fa1e08e9a5e51ffad11c8e40e12d1ca92cfdeba32eee1c9ec - 1.85% (1.31 MB)

[#004] sha256:2e803a3461b46c3448ae4e1fb44a4d23f4b422f24b53de5304f32b760e33980f - 10.76% (7.6 MB)

[#005] sha256:467430f26cab9018bcb5c86732715557438123173f1e8711259a9f65af70830a - 0.52% (376 KB)

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

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

[#008] sha256:6badb56b18da17fc535dc46c522a1973e95ede0bb7f3c8bb015cc460e554b7e9 - 51.4% (36.3 MB)

[#009] sha256:c55776d03cd22257fc8c4273167cfd034036b759f9ffa4bcc218b51c58e0692e - 0.01% (7.69 KB)

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

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

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

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


History
2021-07-22 02:03:46 UTC

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

2021-07-22 02:03:47 UTC

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

2021-07-22 17:02: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

2021-07-22 17:02:30 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-07-22 17:02:31 UTC

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

2021-07-22 17:02:54 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-07-22 17:03:17 UTC

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

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

2021-07-22 17:03:27 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-07-22 17:03:28 UTC

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

2021-07-22 17:03:32 UTC

/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --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-07-22 20:17:52 UTC

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

2021-07-22 20:17:53 UTC

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

2021-07-22 20:17:53 UTC

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

2021-07-22 20:38:51 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; 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" "postgresql-contrib-$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' -- '{}' +; postgres --version

2021-07-22 20:38:53 UTC

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

2021-07-22 20:38:55 UTC

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

2021-07-22 20:38:55 UTC

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

2021-07-22 20:38:56 UTC

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

2021-07-22 20:38:57 UTC

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

2021-07-22 20:38:57 UTC

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

2021-07-22 20:38:59 UTC

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

2021-07-22 20:38:59 UTC

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

2021-07-22 20:38:59 UTC

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

2021-07-22 20:39:00 UTC

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

2021-07-22 20:39:00 UTC

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

Details
Created

2021-07-22 10:00:56 UTC

Size

76.6 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/9.6/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.22-1.pgdg100+1


Layers

[#000] sha256:513c6babab2b9079da61a69300c0e26d1037ca98910376098e9ae87baeb112c0 - 32.28% (24.7 MB)

[#001] sha256:0cfa7a321c31af07dbf66738f9a06db56794cab461b40cc2b5c666720fea19ae - 5.2% (3.98 MB)

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

[#003] sha256:a9760a0fafc3dc5fb78de59b769b6f6da03fa2847c07569ae3b14936fa7fa422 - 1.69% (1.29 MB)

[#004] sha256:089b0b3bfd097359b719a30da778f8491fa24dc638c68e97329db8c882159526 - 9.92% (7.6 MB)

[#005] sha256:b795028cb59c65dcd310bab11cef5766cba716c4c2317fd768f7f74950d432a8 - 0.49% (380 KB)

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

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

[#008] sha256:45e7dfbd70bd809851b2ccd833f15b27b8172264866d66f59044335e60da7b0d - 50.41% (38.6 MB)

[#009] sha256:9acd4bfcb776e722aafb37cf4bf09c77c673d3fd3e97f755a59870b5206447c3 - 0.01% (7.68 KB)

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

[#011] sha256:48c81eab0466d120f9879039525c2f591ca4f5e716937748c6b920e621050928 - 0.0% (200 Bytes)

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

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


History
2021-07-22 00:40:14 UTC

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

2021-07-22 00:40:14 UTC

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

2021-07-22 09:37:59 UTC

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

2021-07-22 09:38:00 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-07-22 09:38:00 UTC

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

2021-07-22 09:38:08 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-07-22 09:38: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-07-22 09:38:15 UTC

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

2021-07-22 09:38:19 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-07-22 09:38:20 UTC

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

2021-07-22 09:38:21 UTC

/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --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-07-22 10:00:36 UTC

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

2021-07-22 10:00:36 UTC

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

2021-07-22 10:00:36 UTC

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

2021-07-22 10:00:52 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; 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" "postgresql-contrib-$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' -- '{}' +; postgres --version

2021-07-22 10:00:53 UTC

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

2021-07-22 10:00:54 UTC

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

2021-07-22 10:00:54 UTC

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

2021-07-22 10:00:54 UTC

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

2021-07-22 10:00:55 UTC

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

2021-07-22 10:00:55 UTC

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

2021-07-22 10:00:55 UTC

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

2021-07-22 10:00:56 UTC

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

2021-07-22 10:00:56 UTC

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

2021-07-22 10:00:56 UTC

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

2021-07-22 10:00:56 UTC

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

Details
Created

2021-07-22 06:17:40 UTC

Size

75.4 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/9.6/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.22-1.pgdg100+1


Layers

[#000] sha256:99ee621d0b0485e9de65aa19604aa2453d19ea7fc86b22c5b77c1bab74e3cb42 - 32.66% (24.6 MB)

[#001] sha256:04bdab2d9e59c21edd1c1ed0bea820a2a36710fcc1c0a6d961fba0c7efad807b - 5.29% (3.99 MB)

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

[#003] sha256:cfb3ff322b4196628a088eb24d6097ae3d02f39f6c215170f392ccc004067e0a - 1.65% (1.25 MB)

[#004] sha256:b7dd8745bafd859db04d2d93d29427fc89e194645c925192cccb6f136fbba86c - 10.08% (7.6 MB)

[#005] sha256:c96cf69995d3f6a8833e0d9393d42e971a906784d0bb9146a11c7746c1470c2f - 0.49% (380 KB)

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

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

[#008] sha256:496dc09de12fb53b3890db1a422cdfb34f39a758ccd3f6511d805f2f999f8736 - 49.8% (37.5 MB)

[#009] sha256:548b9bb2c63fde178738deda76152afb6447fe3035e972ec2a64954c45fa32db - 0.01% (7.68 KB)

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

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

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

[#013] sha256:3823f4f56905965b2e28935bd2c2562019ff8882b472a85058fb3c01b9a7ea68 - 0.0% (120 Bytes)


History
2021-07-22 00:09:45 UTC

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

2021-07-22 00:09:46 UTC

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

2021-07-22 01:39:29 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-07-22 01:39:31 UTC

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

2021-07-22 01:39:32 UTC

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

2021-07-22 01:39:53 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-07-22 01:40:17 UTC

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

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

2021-07-22 01:40:30 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-07-22 01:40:31 UTC

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

2021-07-22 01:40:34 UTC

/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --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-07-22 05:42:52 UTC

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

2021-07-22 05:42:53 UTC

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

2021-07-22 05:42:53 UTC

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

2021-07-22 06:17:29 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; 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" "postgresql-contrib-$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' -- '{}' +; postgres --version

2021-07-22 06:17:32 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-07-22 06:17:34 UTC

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

2021-07-22 06:17:34 UTC

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

2021-07-22 06:17:36 UTC

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

2021-07-22 06:17:37 UTC

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

2021-07-22 06:17:37 UTC

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

2021-07-22 06:17:39 UTC

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

2021-07-22 06:17:39 UTC

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

2021-07-22 06:17:40 UTC

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

2021-07-22 06:17:40 UTC

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

2021-07-22 06:17:40 UTC

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

Details
Created

2021-07-22 17:32:19 UTC

Size

83.8 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/9.6/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.22-1.pgdg100+1


Layers

[#000] sha256:1130517d52da84a09f9465006bddab5e49afd398860890eab6274fd0bff32371 - 34.76% (29.1 MB)

[#001] sha256:85b1d821f365c6304c2dfb82e8aea958c3ab2a891da504ac881905490a5c12d7 - 5.65% (4.74 MB)

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

[#003] sha256:f573cb844027f41069889bd35a82caa9ced38e4e722055feef68c8dfd6a244f7 - 1.52% (1.28 MB)

[#004] sha256:95a4f431660515f72e21e3013231b243649e881076ed7cda10828b418d93b2ec - 9.06% (7.6 MB)

[#005] sha256:816021863046c70f346a5bf5b7b842189b94f6b01ad296b571ea3935cb1e88b6 - 0.45% (388 KB)

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

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

[#008] sha256:dc152e5b93f920604704c0059b80179b2c1850a5ba4e52a6f1e76802789e80e5 - 48.53% (40.7 MB)

[#009] sha256:00ad358ae72f552d61f165a7dd1003f15d1d9a230eba37fcfad0b37090be5eb6 - 0.01% (7.69 KB)

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

[#011] sha256:ad23831e7aad5b1c1d823ba2f330c7119e026c3e0f9d58dd62735e2ac4bbddf2 - 0.0% (200 Bytes)

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

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


History
2021-07-22 00:19:04 UTC

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

2021-07-22 00:19:13 UTC

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

2021-07-22 16:28:10 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-07-22 16:28:26 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-07-22 16:28:30 UTC

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

2021-07-22 16:29:33 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-07-22 16:30:01 UTC

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

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

2021-07-22 16:30: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-07-22 16:30:47 UTC

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

2021-07-22 16:30:58 UTC

/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --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-07-22 17:27:24 UTC

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

2021-07-22 17:27:30 UTC

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

2021-07-22 17:27:39 UTC

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

2021-07-22 17:31:08 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; 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" "postgresql-contrib-$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' -- '{}' +; postgres --version

2021-07-22 17: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-07-22 17:31:28 UTC

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

2021-07-22 17:31:32 UTC

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

2021-07-22 17:31:41 UTC

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

2021-07-22 17:31:44 UTC

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

2021-07-22 17:31:49 UTC

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

2021-07-22 17:31:59 UTC

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

2021-07-22 17:32:03 UTC

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

2021-07-22 17:32:08 UTC

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

2021-07-22 17:32:14 UTC

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

2021-07-22 17:32:19 UTC

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

Details
Created

2021-07-22 06:22:15 UTC

Size

76.6 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/9.6/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.22-1.pgdg100+1


Layers

[#000] sha256:7a50fdd85ff244c1465e71c51354d055e3df0b90ff5faad28cc22d9ecde9daf3 - 32.08% (24.6 MB)

[#001] sha256:463f608a43239c11c52a20830210bc1c7d75602e4591afd5d325ff321a2a4ab3 - 5.06% (3.87 MB)

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

[#003] sha256:6936ead40600db0dd40f239f73cd2f72aba81d87f059c74faa624fda0e4e081d - 1.75% (1.34 MB)

[#004] sha256:2edc02092ed7f3d47342e8685c01a6670b928b45edab7140e7bcca8268d57ad0 - 9.99% (7.65 MB)

[#005] sha256:5f91169207f6593b6360b18ab8ac746475fe004f786373f9ef63f86511344414 - 0.48% (379 KB)

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

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

[#008] sha256:581a5d8dbc4f00e5c32c0121ed1495560e1df27a163d28ae1f80fa122584feb8 - 50.62% (38.8 MB)

[#009] sha256:1e7321a1357d70d036a9a01dc1444762a3cf5d47c2df9d68cb4eb98f8b91484a - 0.01% (7.68 KB)

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

[#011] sha256:3aa24692e8fea30727262b353556ac52449fab4bd45261ac45f07620b75971a6 - 0.0% (200 Bytes)

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

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


History
2021-07-22 00:42:45 UTC

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

2021-07-22 00:42:48 UTC

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

2021-07-22 05:18: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-07-22 05:18:10 UTC

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

2021-07-22 05:18:10 UTC

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

2021-07-22 05:18:18 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-07-22 05:18:26 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-07-22 05:18:27 UTC

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

2021-07-22 05:18:31 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-07-22 05:18:32 UTC

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

2021-07-22 05:18:34 UTC

/bin/sh -c set -ex; key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --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-07-22 06:14:23 UTC

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

2021-07-22 06:14:23 UTC

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

2021-07-22 06:14:24 UTC

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

2021-07-22 06:22:01 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; 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" "postgresql-contrib-$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' -- '{}' +; postgres --version

2021-07-22 06:22:08 UTC

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

2021-07-22 06:22:09 UTC

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

2021-07-22 06:22:10 UTC

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

2021-07-22 06:22:11 UTC

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

2021-07-22 06:22:12 UTC

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

2021-07-22 06:22:12 UTC

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

2021-07-22 06:22:14 UTC

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

2021-07-22 06:22:14 UTC

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

2021-07-22 06:22:15 UTC

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

2021-07-22 06:22:15 UTC

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

2021-07-22 06:22:15 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