Namespace
library
Image / Tag
postgres:13-beta3
Content Digest
sha256:6f289c38e5b99436943aa1b770c10aefa74e8691507357797593004db01adbd9
Details
Created

2020-09-10 15:31:01 UTC

Size

111 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/13/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

13

PG_VERSION

13~beta3-1.pgdg100+1


Layers

[#000] sha256:31e6582dbd9f9a84903d46339df0c393a63d2cbfb001b06b3204653cceafcc61 - 23.93% (26.5 MB)

[#001] sha256:6575c17515b62600c5f46e9312dce80e42c81167689f09ee923df3f967f45575 - 3.92% (4.33 MB)

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

[#003] sha256:a7d6be29a815597310bc8b735370a8ef36db53a062f747b651b13aa34fe5216e - 1.2% (1.33 MB)

[#004] sha256:eacc0ac5bf020c83b11feb8d35ee516d3b20dfb2b75b2262a49d6b42e3e07b04 - 6.87% (7.6 MB)

[#005] sha256:86a6e1a3e4ed5afbcffa8f854c5580eab4809c464653d5171bf9103f2a6b0355 - 0.34% (389 KB)

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

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

[#008] sha256:ec59cb6cf4f7271fabbfbd948c01893a3fe83c9e46968258aa36fe3a4a627f50 - 63.73% (70.5 MB)

[#009] sha256:443005d2cd024a38a260aff3c1febb04833364debf383ad43ceb7244acdd7d8a - 0.01% (9.05 KB)

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

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

[#012] sha256:9d67feac5665f021ea699a6796adddddb04ecc0c6c104912d4266f58f1db1c5b - 0.0% (4.16 KB)

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


History
2020-09-09 23:40:19 UTC

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

2020-09-09 23:40:19 UTC

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

2020-09-10 15:30:01 UTC

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

2020-09-10 15:30:02 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

2020-09-10 15:30:02 UTC

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

2020-09-10 15:30:13 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

2020-09-10 15:30:22 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

2020-09-10 15:30:23 UTC

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

2020-09-10 15: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/*

2020-09-10 15:30:29 UTC

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

2020-09-10 15:30:30 UTC

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

2020-09-10 15:30:30 UTC

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

2020-09-10 15:30:31 UTC

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

2020-09-10 15:30:55 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; DEBIAN_FRONTEND=noninteractive 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' -- '{}' +

2020-09-10 15:30:56 UTC

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

2020-09-10 15:30:56 UTC

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

2020-09-10 15:30:57 UTC

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

2020-09-10 15:30:57 UTC

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

2020-09-10 15:30:58 UTC

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

2020-09-10 15:30:58 UTC

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

2020-09-10 15:30:59 UTC

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

2020-09-10 15:31:00 UTC

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

2020-09-10 15:31:01 UTC

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

2020-09-10 15:31:01 UTC

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

2020-09-10 15:31:01 UTC

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

Details
Created

2020-09-10 13:00:38 UTC

Size

110 MB

Content Digest
Environment
GOSU_VERSION

1.12

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

13

PG_VERSION

13~beta3-1.pgdg100+1


Layers

[#000] sha256:d121f8d1c4128ebc1e95e5bfad90a0189b84eadbbb2fbaad20cbb26d20b2c8a2 - 23.5% (25.8 MB)

[#001] sha256:9f045f1653de6c279998004b52c81dc572a7730c8598b0e8bd92765c5a2f35da - 3.62% (3.98 MB)

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

[#003] sha256:54e26c2eb3f16dfe589bc1837cb9d140a191941a03428073c39d58fcf002a964 - 1.23% (1.35 MB)

[#004] sha256:cede939c738e137a9174bc553a90c9abf1536d29f19ed799de1b0acdf6541167 - 6.91% (7.6 MB)

[#005] sha256:69f99b2ba105bbf15f26d57bb4d8364c445afce4cb6b48cbda46fff3eb23e818 - 0.34% (382 KB)

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

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

[#008] sha256:1da9f2d5ad51ddbe0d44b75dfb93cd347f94500200eaff2634c929766a05b7b9 - 64.38% (70.8 MB)

[#009] sha256:a525252fed1ab003cf3b8012d5787dc23ecc6176d57367426cbb4127d412fd63 - 0.01% (9.05 KB)

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

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

[#012] sha256:22771be7927f7e1533de19f80fd8925eea91050f583e9c76dc34d29c1da2bdf2 - 0.0% (4.16 KB)

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


History
2020-09-10 00:23:29 UTC

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

2020-09-10 00:23:30 UTC

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

2020-09-10 12:59:48 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

2020-09-10 12:59:49 UTC

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

2020-09-10 12:59:49 UTC

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

2020-09-10 12:59:58 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

2020-09-10 13:00:06 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

2020-09-10 13:00:07 UTC

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

2020-09-10 13:00:11 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/*

2020-09-10 13:00:12 UTC

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

2020-09-10 13:00:13 UTC

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

2020-09-10 13:00:13 UTC

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

2020-09-10 13:00:13 UTC

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

2020-09-10 13:00:33 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; DEBIAN_FRONTEND=noninteractive 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' -- '{}' +

2020-09-10 13:00:34 UTC

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

2020-09-10 13:00:35 UTC

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

2020-09-10 13:00:35 UTC

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

2020-09-10 13:00:36 UTC

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

2020-09-10 13:00:36 UTC

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

2020-09-10 13:00:37 UTC

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

2020-09-10 13:00:37 UTC

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

2020-09-10 13:00:38 UTC

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

2020-09-10 13:00:38 UTC

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

2020-09-10 13:00:38 UTC

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

2020-09-10 13:00:38 UTC

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

Details
Created

2020-09-10 05:14:18 UTC

Size

104 MB

Content Digest
Environment
GOSU_VERSION

1.12

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

13

PG_VERSION

13~beta3-1.pgdg100+1


Layers

[#000] sha256:0a51b5143468e1b44dafa16fea3541e28e369071f6837337ee95e37f0ad81d99 - 22.68% (23.7 MB)

[#001] sha256:41a20c6f2a17c816d58db76d9a5cad9b78d571bca1d8fcc4d3c7f930cb9260f8 - 3.51% (3.67 MB)

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

[#003] sha256:7bbfa430679003c06219618089726daa3aeb89f435792927454985075c38bf17 - 1.26% (1.31 MB)

[#004] sha256:e4c47c4de68332c7c9c748f73f113eea3f6e87cf898c2b32cfe506b0e684e191 - 7.27% (7.6 MB)

[#005] sha256:9d6eb236cf1527dc5000e1457ab88150af8d9c37f081bd1d170a06f96c3529e9 - 0.36% (381 KB)

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

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

[#008] sha256:db566f7d566572254eb2e51958e24bc79c23635beae05d83901a8d0d0dba83a7 - 64.9% (67.8 MB)

[#009] sha256:5f72f467d4b9852e786d399b669d3b3328560fe0d021cdb1445a6d439e690315 - 0.01% (9.05 KB)

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

[#011] sha256:6819f9166f36ecf4eb1f27bef0c09bd1ab393a04e7a8eb805a04138101a68428 - 0.0% (202 Bytes)

[#012] sha256:dad4c52671520335c6e671bd9e5ca348ffb08460d4f8adacd2650a8c98becb40 - 0.0% (4.16 KB)

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


History
2020-09-09 23:53:49 UTC

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

2020-09-09 23:53:53 UTC

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

2020-09-10 04:43: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

2020-09-10 04:43:29 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

2020-09-10 04:43:30 UTC

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

2020-09-10 04:44:00 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

2020-09-10 04:44:29 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

2020-09-10 04:44:30 UTC

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

2020-09-10 04:44:49 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/*

2020-09-10 04:45:04 UTC

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

2020-09-10 04:45:17 UTC

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

2020-09-10 04:45:20 UTC

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

2020-09-10 04:45:21 UTC

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

2020-09-10 05:12:47 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; DEBIAN_FRONTEND=noninteractive 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' -- '{}' +

2020-09-10 05:13:09 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

2020-09-10 05:13:27 UTC

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

2020-09-10 05:13:30 UTC

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

2020-09-10 05:13:32 UTC

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

2020-09-10 05:13:51 UTC

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

2020-09-10 05:13:53 UTC

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

2020-09-10 05:13:56 UTC

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

2020-09-10 05:14:11 UTC

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

2020-09-10 05:14:14 UTC

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

2020-09-10 05:14:16 UTC

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

2020-09-10 05:14:18 UTC

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

Details
Created

2020-09-10 11:29:24 UTC

Size

101 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/13/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

13

PG_VERSION

13~beta3-1.pgdg100+1


Layers

[#000] sha256:a7c65856610cb24c46ede2ffe313cbf933c44fa20ba213835af953646f3eb1ed - 21.51% (21.6 MB)

[#001] sha256:d0333586d4a15efd6ac5be37a238ecaaa1866aa57aa09151430e77f1e4e27081 - 3.3% (3.32 MB)

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

[#003] sha256:fd1482bdf6f37e0b9883dad5c237f3560a7b83182834a986e48c9b137cf00677 - 1.3% (1.31 MB)

[#004] sha256:ce95ced775649495610d65b1e62d331cb4e6a1dff3f4486764760f5117d17555 - 7.55% (7.6 MB)

[#005] sha256:44d75a022147e2f6dab7251353495cdd3198117d7a22a65fc4cee719dc72d89a - 0.36% (376 KB)

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

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

[#008] sha256:fb0fe5c3614d0d469896c5e048ec46a67c15f9f8e83bf32ec977498793e87708 - 65.97% (66.4 MB)

[#009] sha256:a52fb040ba5dd1cf654cd3c49a09519af921fb27a33b7a4b87de2d1a9aea49c8 - 0.01% (9.05 KB)

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

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

[#012] sha256:f6f933e139a6e59d447417cb3603739957d8678f4eb6f96d300466d17268cec6 - 0.0% (4.16 KB)

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


History
2020-09-10 00:08:04 UTC

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

2020-09-10 00:08:06 UTC

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

2020-09-10 10:59: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

2020-09-10 10:59:32 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

2020-09-10 10:59:35 UTC

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

2020-09-10 11:00: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

2020-09-10 11:00:55 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

2020-09-10 11:00:56 UTC

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

2020-09-10 11:01: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/*

2020-09-10 11:02:01 UTC

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

2020-09-10 11:02:28 UTC

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

2020-09-10 11:02:44 UTC

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

2020-09-10 11:02:53 UTC

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

2020-09-10 11:27:34 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; DEBIAN_FRONTEND=noninteractive 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' -- '{}' +

2020-09-10 11:28:01 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

2020-09-10 11:28:21 UTC

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

2020-09-10 11:28:23 UTC

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

2020-09-10 11:28:26 UTC

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

2020-09-10 11:28:46 UTC

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

2020-09-10 11:28:48 UTC

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

2020-09-10 11:28:52 UTC

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

2020-09-10 11:29:13 UTC

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

2020-09-10 11:29:16 UTC

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

2020-09-10 11:29:20 UTC

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

2020-09-10 11:29:24 UTC

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

Details
Created

2020-09-10 10:40:45 UTC

Size

106 MB

Content Digest
Environment
GOSU_VERSION

1.12

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

13

PG_VERSION

13~beta3-1.pgdg100+1


Layers

[#000] sha256:a6d76de28f58f3470aff71c934c0fec4e5d0fad788f8b8bcc50601266fc1b34d - 23.16% (24.7 MB)

[#001] sha256:753c22f8350246c92fb46e8f6458c8c682674605052d20a111346de92cab1a01 - 3.74% (3.98 MB)

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

[#003] sha256:56ca302bfb54a2cab6482cf80d6c88389060459d7b7d75a45a95d1407c9a4e15 - 1.21% (1.29 MB)

[#004] sha256:6d3a7e928d7731c19de5bd9073bb5481fa633533ee8f2274690219b06b6739f9 - 7.14% (7.6 MB)

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

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

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

[#008] sha256:0b7f9c1b07c84b62384ebf3353cd759712bf2fd99ded1bb785fe87d6c4ecd72b - 64.39% (68.5 MB)

[#009] sha256:fb5f1f30693c1f5584af74c3b70779be21af7e4c83373034ed2ef619b1802705 - 0.01% (9.06 KB)

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

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

[#012] sha256:538dc1da3845ca93064735482ba93f297b03ec8b9e108de4ea96efb8ca54e073 - 0.0% (4.16 KB)

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


History
2020-09-09 23:50:54 UTC

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

2020-09-09 23:50:57 UTC

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

2020-09-10 10:37:54 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

2020-09-10 10:37:57 UTC

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

2020-09-10 10:37:58 UTC

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

2020-09-10 10:38:14 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

2020-09-10 10:38:35 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

2020-09-10 10:38:37 UTC

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

2020-09-10 10:39:05 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/*

2020-09-10 10:39:24 UTC

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

2020-09-10 10:39:31 UTC

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

2020-09-10 10:39:32 UTC

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

2020-09-10 10:39:34 UTC

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

2020-09-10 10:40:14 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; DEBIAN_FRONTEND=noninteractive 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' -- '{}' +

2020-09-10 10:40:19 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

2020-09-10 10:40:22 UTC

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

2020-09-10 10:40:22 UTC

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

2020-09-10 10:40:23 UTC

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

2020-09-10 10:40:25 UTC

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

2020-09-10 10:40:26 UTC

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

2020-09-10 10:40:27 UTC

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

2020-09-10 10:40:31 UTC

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

2020-09-10 10:40:36 UTC

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

2020-09-10 10:40:37 UTC

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

2020-09-10 10:40:45 UTC

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

Details
Created

2020-09-15 04:46:11 UTC

Size

106 MB

Content Digest
Environment
GOSU_VERSION

1.12

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

13

PG_VERSION

13~beta3-1.pgdg100+1


Layers

[#000] sha256:3e11c32dbce8eae675cead1f63aeade46d661eb3764bff6c26bb8ca6e2c364fb - 23.24% (24.6 MB)

[#001] sha256:0e2c8a1beb3895b0ab3fbccd27d6c5a6536c985d3183292398161ed6579e77c5 - 3.77% (3.99 MB)

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

[#003] sha256:ee0c1fb6e82d366afdb649a1eb58bc50d1761693a186d1e981db4953f8a0ec61 - 1.18% (1.25 MB)

[#004] sha256:0d3c136848a22be2b92efad9f963020c250bff6b1a516bc05b0e4bb2e1cf7284 - 7.18% (7.6 MB)

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

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

[#007] sha256:9df0adb3486ca4bdba9012e2f20b748c554617f226cd7c40c6b89e004ad45094 - 0.0% (2.99 KB)

[#008] sha256:ca340309a0d52fbfce9fb2dff42a6414a2711d6307835f777108aa61a810fc97 - 64.26% (67.9 MB)

[#009] sha256:37fbd552d133720afddf89ba47df7c9d1fe8accaa8982b5db0960e4e224edf73 - 0.01% (9.06 KB)

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

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

[#012] sha256:dfdcaafccdb6d12c3cef8c80c5de1be700f4ff61c2cd845fd4efabf9e51d73f3 - 0.0% (4.16 KB)

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


History
2020-09-10 00:10:03 UTC

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

2020-09-10 00:10:04 UTC

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

2020-09-15 03:53:14 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

2020-09-15 03:53:16 UTC

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

2020-09-15 03:53:16 UTC

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

2020-09-15 03:53:37 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

2020-09-15 03:54: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

2020-09-15 03:54:02 UTC

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

2020-09-15 03:54:14 UTC

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

2020-09-15 03:54:16 UTC

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

2020-09-15 03:54:19 UTC

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

2020-09-15 03:54:19 UTC

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

2020-09-15 03:54:19 UTC

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

2020-09-15 04:46:00 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; DEBIAN_FRONTEND=noninteractive 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' -- '{}' +

2020-09-15 04:46:03 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

2020-09-15 04:46:05 UTC

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

2020-09-15 04:46:05 UTC

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

2020-09-15 04:46:05 UTC

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

2020-09-15 04:46:07 UTC

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

2020-09-15 04:46:08 UTC

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

2020-09-15 04:46:08 UTC

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

2020-09-15 04:46:10 UTC

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

2020-09-15 04:46:10 UTC

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

2020-09-15 04:46:11 UTC

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

2020-09-15 04:46:11 UTC

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

Details
Created

2020-09-10 11:35:02 UTC

Size

117 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/13/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

13

PG_VERSION

13~beta3-1.pgdg100+1


Layers

[#000] sha256:f8aef3d2247e5f990bc767bc99f575b9bcec34aaa37183414eebe28fcd09519d - 24.9% (29.1 MB)

[#001] sha256:c4ec247b79ff38cec8e6c75b1bb37789cf99215001e631f004a2b799ff5980d0 - 4.05% (4.74 MB)

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

[#003] sha256:ea87877b6f63af553a6310c5606037a74dab25274dd2d82c6e9a30d9a7370f35 - 1.09% (1.28 MB)

[#004] sha256:a766d1db7c000a044016aa36f5e374cf1f0d4e1ee01357e90a43e79da11ec69e - 6.5% (7.6 MB)

[#005] sha256:5987c2864f20cce232fbf116a3bc76ef0451687649e45366a7e1886da4f475a1 - 0.32% (388 KB)

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

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

[#008] sha256:f98c720b9e932e3e01727a1196ebf9260b72e460ad25a4e31113988c07a3339c - 63.12% (73.8 MB)

[#009] sha256:f7a8f6a2a23d462ec76dd291dbb28e95492da6a40e7d7e39e03d2de4dcb7cb1f - 0.01% (9.06 KB)

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

[#011] sha256:a55338021815d8bff2bbc5de0fccad1fa3a18877b6e7b747a544dbf7a0b51adc - 0.0% (203 Bytes)

[#012] sha256:ad7fa812aa2da61a738b787e1094c800811a1c233681d61fcb0497b3108db146 - 0.0% (4.16 KB)

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


History
2020-09-10 01:06:11 UTC

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

2020-09-10 01:06:20 UTC

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

2020-09-10 11:26:06 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

2020-09-10 11:26: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

2020-09-10 11:26:27 UTC

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

2020-09-10 11:28:04 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

2020-09-10 11:28:46 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

2020-09-10 11:28:53 UTC

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

2020-09-10 11:29:26 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/*

2020-09-10 11:29:44 UTC

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

2020-09-10 11:30:02 UTC

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

2020-09-10 11:30:08 UTC

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

2020-09-10 11:30:15 UTC

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

2020-09-10 11:32:57 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; DEBIAN_FRONTEND=noninteractive 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' -- '{}' +

2020-09-10 11:33: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

2020-09-10 11:33:41 UTC

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

2020-09-10 11:33:48 UTC

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

2020-09-10 11:33:59 UTC

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

2020-09-10 11:34:18 UTC

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

2020-09-10 11:34:25 UTC

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

2020-09-10 11:34:27 UTC

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

2020-09-10 11:34:42 UTC

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

2020-09-10 11:34:48 UTC

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

2020-09-10 11:34:54 UTC

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

2020-09-10 11:35:02 UTC

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

Details
Created

2020-09-10 04:26:02 UTC

Size

108 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/13/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

13

PG_VERSION

13~beta3-1.pgdg100+1


Layers

[#000] sha256:07e4a6dbced6eed74bdb331987f95c00aa5b46543570b7adc1575121e66102dd - 22.63% (24.5 MB)

[#001] sha256:18a92b21d06eef5fa411ad736541508ad5911f38b6e1ae2956d8bf8f764a4b5c - 3.57% (3.87 MB)

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

[#003] sha256:f3535bb1a14d8f74a41a7132323dd9877226e8e373dfd0d4e30a7408772ba81f - 1.24% (1.34 MB)

[#004] sha256:c8e4184f1016a34f1b682fdd4cc033fa3b52db21a2c389d4da6383cc7d4ce808 - 7.06% (7.65 MB)

[#005] sha256:a565be7764a9b2654438d0df29e6b7c90c7f4d6dba572d0cc1ffdfd4cb431691 - 0.34% (379 KB)

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

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

[#008] sha256:d5732606b9fe59e7ff880b149eaf8628f55b1398bdac1218a0984b0a94a86bf3 - 65.14% (70.6 MB)

[#009] sha256:cb3051b8a91406b759697def899f579407c72d39d4d286679c6f404c6fa94f07 - 0.01% (9.05 KB)

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

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

[#012] sha256:c14ae0f641bddef3b22bad7cdcfb8529e9409d85b943436bd87c35bc65a3c08c - 0.0% (4.16 KB)

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


History
2020-09-09 23:42:35 UTC

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

2020-09-09 23:42:37 UTC

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

2020-09-10 04:16:58 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

2020-09-10 04:16:59 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

2020-09-10 04:16:59 UTC

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

2020-09-10 04:17:06 UTC

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

2020-09-10 04:17:11 UTC

/bin/sh -c set -eux; if [ -f /etc/dpkg/dpkg.cfg.d/docker ]; then grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; sed -ri '/\/usr\/share\/locale/d' /etc/dpkg/dpkg.cfg.d/docker; ! grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; fi; apt-get update; apt-get install -y --no-install-recommends locales; rm -rf /var/lib/apt/lists/*; localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8

2020-09-10 04:17:12 UTC

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

2020-09-10 04:17:15 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/*

2020-09-10 04:17:16 UTC

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

2020-09-10 04:17:16 UTC

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

2020-09-10 04:17:17 UTC

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

2020-09-10 04:17:17 UTC

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

2020-09-10 04:25:55 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; DEBIAN_FRONTEND=noninteractive 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' -- '{}' +

2020-09-10 04:25:59 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

2020-09-10 04:26:00 UTC

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

2020-09-10 04:26:00 UTC

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

2020-09-10 04:26:00 UTC

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

2020-09-10 04:26:01 UTC

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

2020-09-10 04:26:01 UTC

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

2020-09-10 04:26:01 UTC

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

2020-09-10 04:26:02 UTC

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

2020-09-10 04:26:02 UTC

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

2020-09-10 04:26:02 UTC

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

2020-09-10 04:26:02 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