Namespace
library
Image / Tag
postgres:10.19-stretch
Content Digest
sha256:15d933c1a8f5d907280507da66bc741ffb30bd789f407ba04368c2f82b86c526
Details
Created

2022-01-26 20:53:13 UTC

Size

70.9 MB

Content Digest
Environment
GOSU_VERSION

1.14

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

10

PG_VERSION

10.19-1.pgdg90+1


Layers

[#000] sha256:2c3e625e0e633ceda6a42ce6fe1ae47e63ec926578565fe21b3639252c2d230b - 31.15% (22.1 MB)

[#001] sha256:04e2be1fd7f4df38e50faa2710905db9c34eff3016d8414355e129881b20d263 - 6.47% (4.59 MB)

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

[#003] sha256:3cc22bc6d63261ea1b5ab663beae2916e7b46c199bcf1e76bf0309a55b8a0668 - 1.81% (1.28 MB)

[#004] sha256:b648c3229f91918a8c8778e9a5efd3939e73ce89c45691c14480987995cb7f45 - 8.32% (5.9 MB)

[#005] sha256:90d1e5b6e6a008241d8158286d5bf4639c56e424fa22e929480fcacb1424e68f - 0.53% (384 KB)

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

[#007] sha256:7c6176a31fc2b0806a0560d5f59386f4f519de6741a7404319fe5808a07f2fea - 0.01% (5.22 KB)

[#008] sha256:4de3540951070296169da85501354265a35d4dec3850058353940d389518c25d - 51.69% (36.6 MB)

[#009] sha256:574364a673384c7f7c69be0083f3daa46c1d5f3a4b812ce4edb917840e1960a3 - 0.01% (7.89 KB)

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

[#011] sha256:af573deb3cc94c8bd063de75d971485134abab6154397a9904553e529f21a398 - 0.0% (204 Bytes)

[#012] sha256:fd9bf378228dc8fbf11287860c0532d017714d370ad39c4496fdbdfd3b1b6711 - 0.01% (4.61 KB)

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


History
2022-01-26 01:43:09 UTC

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

2022-01-26 01:43:10 UTC

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

2022-01-26 20:39:18 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

2022-01-26 20:39:19 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

2022-01-26 20:39:19 UTC

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

2022-01-26 20:39: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

2022-01-26 20:39:45 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

2022-01-26 20:39:45 UTC

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

2022-01-26 20:39: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/*

2022-01-26 20:39:57 UTC

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

2022-01-26 20:40:36 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

2022-01-26 20:52:49 UTC

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

2022-01-26 20:52:49 UTC

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

2022-01-26 20:52:49 UTC

/bin/sh -c #(nop) ENV PG_VERSION=10.19-1.pgdg90+1

2022-01-26 20:53:07 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-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" ; 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

2022-01-26 20:53: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

2022-01-26 20:53:09 UTC

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

2022-01-26 20:53:09 UTC

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

2022-01-26 20:53:10 UTC

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

2022-01-26 20:53:10 UTC

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

2022-01-26 20:53:11 UTC

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

2022-01-26 20:53:12 UTC

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

2022-01-26 20:53:12 UTC

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

2022-01-26 20:53:12 UTC

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

2022-01-26 20:53:12 UTC

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

2022-01-26 20:53:13 UTC

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

Details
Created

2022-01-27 01:15:34 UTC

Size

69.8 MB

Content Digest
Environment
GOSU_VERSION

1.14

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

10

PG_VERSION

10.19-1.pgdg90+1


Layers

[#000] sha256:1cb79db8a9e79b4f5415eaa91602251fb1eafe68d236efb80fe931bacfe5b3d6 - 30.79% (21.5 MB)

[#001] sha256:f6bae7873dd71bd3cea341cc690441e65addb698e9fa441e5916688f7b351702 - 6.15% (4.3 MB)

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

[#003] sha256:e8622b8cb6f3d0dbfe4c1ab447f2d1f8be3551910639df6dee3e3947851a109c - 1.88% (1.32 MB)

[#004] sha256:d6d74bba3a57b1c5b053a685119ac3f792efd9b170a2ccdb896f7f9ff30593a8 - 8.45% (5.9 MB)

[#005] sha256:874d4d2a09fd5b796094b58b54495e8ccf587b2206cfecd9c1ba981700c156ba - 0.53% (376 KB)

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

[#007] sha256:c63ad59a7dc5acc54bb98bd034207025fc4c7bbc68c0141dd94d21818ae5b6d7 - 0.01% (5.22 KB)

[#008] sha256:e552f8007751831d77252c35685b2bf38e9074ea1d728ce72cf97361683c6c45 - 52.17% (36.4 MB)

[#009] sha256:2ebc2d1bc399950bfc7df602386592c5ab230871e505534509c9b905564f68e6 - 0.01% (7.89 KB)

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

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

[#012] sha256:42c532a1b3820bdb75b942fa6907601d05dc1b16bfd722f75fc809e5cf1cb887 - 0.01% (4.61 KB)

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


History
2022-01-26 01:42:57 UTC

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

2022-01-26 01:42:57 UTC

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

2022-01-27 01:12:42 UTC

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

2022-01-27 01:12:43 UTC

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

2022-01-27 01:12:43 UTC

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

2022-01-27 01:13:01 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

2022-01-27 01:13:07 UTC

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

2022-01-27 01:13:07 UTC

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

2022-01-27 01:13:12 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/*

2022-01-27 01:13:13 UTC

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

2022-01-27 01:13:59 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

2022-01-27 01:15:12 UTC

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

2022-01-27 01:15:12 UTC

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

2022-01-27 01:15:13 UTC

/bin/sh -c #(nop) ENV PG_VERSION=10.19-1.pgdg90+1

2022-01-27 01:15:28 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-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" ; 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

2022-01-27 01:15:29 UTC

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

2022-01-27 01:15:30 UTC

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

2022-01-27 01:15:30 UTC

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

2022-01-27 01:15:31 UTC

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

2022-01-27 01:15:31 UTC

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

2022-01-27 01:15:32 UTC

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

2022-01-27 01:15:32 UTC

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

2022-01-27 01:15:33 UTC

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

2022-01-27 01:15:33 UTC

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

2022-01-27 01:15:33 UTC

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

2022-01-27 01:15:34 UTC

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

Details
Created

2022-01-04 01:50:27 UTC

Size

67 MB

Content Digest
Environment
GOSU_VERSION

1.14

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

10

PG_VERSION

10.19-1.pgdg90+1


Layers

[#000] sha256:0f3f680c3c368352d3f8a6d5f8da1585e418328e6d555c1683259dec8380b822 - 30.19% (20.2 MB)

[#001] sha256:3d6c2fe32a9a570d805d7a0093c5ea1dad7e909e1a4fc969dafa20e62e06810e - 6.04% (4.04 MB)

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

[#003] sha256:e8d487a5a1067d89c1a5fa656c7ca84c7c98d7d73721d74249fbc7c436a72223 - 1.91% (1.28 MB)

[#004] sha256:899151a760bf8ed57c6e0426f55a2e63f0bef4edd45bf624fdbc9582b223693b - 8.81% (5.9 MB)

[#005] sha256:1aa4c7d49f3c691b9375a666d245b9697f1fc5352826c8c67fd7110ea41b3f97 - 0.55% (376 KB)

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

[#007] sha256:61a95f668b9ff79a36a8c9f8868de1ea2d06decd8a7a9edd763b38da68567548 - 0.01% (5.22 KB)

[#008] sha256:fdedfe3e02ef99f97b6812941a7d9948385f74c3eab5071fc427f4c48f192904 - 52.47% (35.1 MB)

[#009] sha256:c69737cec585e8ce940d685c0a7df66e5cca8e01c29ccf14b2d697c57b9750ed - 0.01% (7.9 KB)

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

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

[#012] sha256:9f36bf6b20b124166ef19f516d9290b70d1921f42eb68141a8a5dc9f10c39ea8 - 0.01% (4.61 KB)

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


History
2021-12-21 01:56:04 UTC

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

2021-12-21 01:56:05 UTC

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

2021-12-21 09:57:11 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-12-21 09:57:13 UTC

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

2021-12-21 09:57:13 UTC

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

2021-12-21 09:57:48 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-12-21 09:58:07 UTC

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

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

2021-12-21 09:58: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-12-21 09:58:21 UTC

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

2021-12-21 09:58:29 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-12-21 10:48:51 UTC

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

2021-12-21 10:48:51 UTC

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

2021-12-21 10:48:52 UTC

/bin/sh -c #(nop) ENV PG_VERSION=10.19-1.pgdg90+1

2021-12-21 11:14:46 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-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" ; 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-12-21 11:14: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-12-21 11:14:50 UTC

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

2021-12-21 11:14:50 UTC

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

2021-12-21 11:14:52 UTC

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

2021-12-21 11:14:52 UTC

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

2022-01-04 01:50:23 UTC

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

2022-01-04 01:50:25 UTC

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

2022-01-04 01:50:25 UTC

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

2022-01-04 01:50:26 UTC

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

2022-01-04 01:50:26 UTC

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

2022-01-04 01:50:27 UTC

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

Details
Created

2022-01-27 05:33:35 UTC

Size

63.8 MB

Content Digest
Environment
GOSU_VERSION

1.14

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

10

PG_VERSION

10.19-1.pgdg90+1


Layers

[#000] sha256:b651abcd2676c0bd22abf9acddc50231c15d43b1004fd0446bb57150c0d4c96b - 28.88% (18.4 MB)

[#001] sha256:896eb92fb6a13b39352f83a11a440d9eb0ae302d0fec21eb45f18fa2a847d4a2 - 5.79% (3.7 MB)

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

[#003] sha256:f53a690926100efda80bec721eb1313e3e6f3dd8668533dba3b00d4082d6592d - 2.0% (1.27 MB)

[#004] sha256:8aa4762b46a9eee5e37436b04babcddbbfe621d857e8c1eb54380e947873fb29 - 9.25% (5.9 MB)

[#005] sha256:583591e6d5fa9fd381e4d2c0f043a15d6e21c2df302d366131d536e785ae50ee - 0.57% (370 KB)

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

[#007] sha256:277344403a7c81936a1458ce96b9b9022ecbed1c599c987de057bc3610e97472 - 0.01% (5.22 KB)

[#008] sha256:20107fad6a51fcbdffc5064dc2da7c30b948b86615e0db08d733771ac594eb6c - 53.49% (34.1 MB)

[#009] sha256:75dcea9f9b354ffd48f7c4c586542aeb26408e41b46525a2b15270b271e705ec - 0.01% (7.89 KB)

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

[#011] sha256:0eb3e28ecf7a15360297a691cfa5d6acefe02d415db1910fd4ed8188e64c8c21 - 0.0% (202 Bytes)

[#012] sha256:157b2cdfb88e6f27932c7989606d9f937efe6cfc70a4d5cefc54c472da9bbe0a - 0.01% (4.62 KB)

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


History
2022-01-26 01:48:08 UTC

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

2022-01-26 01:48:09 UTC

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

2022-01-27 04:23:30 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

2022-01-27 04:23: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

2022-01-27 04:23:34 UTC

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

2022-01-27 04:24:12 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

2022-01-27 04:24:31 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

2022-01-27 04:24:32 UTC

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

2022-01-27 04:24:43 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/*

2022-01-27 04:24:44 UTC

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

2022-01-27 04:25:03 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

2022-01-27 05:10:19 UTC

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

2022-01-27 05:10:20 UTC

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

2022-01-27 05:10:20 UTC

/bin/sh -c #(nop) ENV PG_VERSION=10.19-1.pgdg90+1

2022-01-27 05:33:25 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-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" ; 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

2022-01-27 05:33:27 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

2022-01-27 05:33:29 UTC

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

2022-01-27 05:33:29 UTC

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

2022-01-27 05:33:31 UTC

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

2022-01-27 05:33:31 UTC

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

2022-01-27 05:33:32 UTC

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

2022-01-27 05:33:33 UTC

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

2022-01-27 05:33:34 UTC

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

2022-01-27 05:33:34 UTC

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

2022-01-27 05:33:35 UTC

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

2022-01-27 05:33:35 UTC

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

Details
Created

2022-01-26 06:55:55 UTC

Size

65.9 MB

Content Digest
Environment
GOSU_VERSION

1.14

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

10

PG_VERSION

10.19-1.pgdg90+1


Layers

[#000] sha256:0baeb81232d08980c2f78646547d7792710a684e89313d2da7499bdff69437d0 - 29.5% (19.4 MB)

[#001] sha256:5d0d2feedd824ec314ddc4ba8a4b653f218fc8f3a6bfcfe9846a81d11cf392ce - 5.63% (3.71 MB)

[#002] sha256:c04fdad564a5b91a6bb794e63c03507723b191ada9ad1b4af35edf61280b8f02 - 0.0% (1.63 KB)

[#003] sha256:6e5ce0e066d50924f8cb1f56120cbe77fb4423d0d7ce1eeec7491afe306403a3 - 1.89% (1.25 MB)

[#004] sha256:60d75bd410a956ae87d5b030670fbe8105aad59885040705248537fc28d4b8c6 - 8.95% (5.9 MB)

[#005] sha256:79ec45cd92a9bd6fb3bdbe1c5a6179edef6618dac02b5dd90d44e35383f586a9 - 0.25% (169 KB)

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

[#007] sha256:6bbb04bdc22bd0ca9ad7096ac2bca260df79bd49c36554a2c4c8c6d11310a2f4 - 0.01% (5.19 KB)

[#008] sha256:0ffb917bcb8cfd03f73d3e3dc1a81386dc8e7d7606b170a7e3b1128dba76d4de - 53.75% (35.4 MB)

[#009] sha256:236c32dd0679ab15a74f680c6eb50e21e8b1c698292c44dadae459e3c25f6e59 - 0.01% (7.88 KB)

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

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

[#012] sha256:1c4e37434643dc83272b2b2bbece69d20cb89f2d20c407509619e886a4ccf3d8 - 0.01% (4.62 KB)

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


History
2022-01-26 01:44:48 UTC

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

2022-01-26 01:44:48 UTC

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

2022-01-26 06:36: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

2022-01-26 06:36: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

2022-01-26 06:36:34 UTC

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

2022-01-26 06:36:46 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

2022-01-26 06:36: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

2022-01-26 06:36:53 UTC

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

2022-01-26 06:36:57 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/*

2022-01-26 06:36:58 UTC

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

2022-01-26 06:37:09 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

2022-01-26 06:47:09 UTC

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

2022-01-26 06:47:10 UTC

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

2022-01-26 06:47:11 UTC

/bin/sh -c #(nop) ENV PG_VERSION=10.19-1.pgdg90+1

2022-01-26 06:55:44 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-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" ; 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

2022-01-26 06:55: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

2022-01-26 06:55:46 UTC

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

2022-01-26 06:55:47 UTC

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

2022-01-26 06:55:48 UTC

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

2022-01-26 06:55:49 UTC

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

2022-01-26 06:55:51 UTC

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

2022-01-26 06:55:51 UTC

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

2022-01-26 06:55:52 UTC

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

2022-01-26 06:55:53 UTC

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

2022-01-26 06:55:54 UTC

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

2022-01-26 06:55:55 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