Tag

library/postgres:9.6-buster
Content Digest: sha256:35673a4f4f14642a3fec60e003664c6d683c4ddcfcdbef7c095b489aaff84b5d
Details
Pull Command

docker pull io.docker.registry-1.mirror.anurin.name/library/postgres:9.6-buster


Manifests
Details
Content Digest

sha256:32c8077c5e14c88400a0f32c8dd553933c8c80b6c6c2a1abe7ab74a85adcbfa5

Created

2021-09-03 16:07:35 UTC

Size

79.2 MB


Environment
GOSU_VERSION

1.12

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.23-1.pgdg100+1


Layers

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

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

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

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

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

[#005] sha256:7f54a9f4018f9b84e8f18e9cd07b31596985a0346823509ee8e342417da81390 - 0.48% (389 KB)

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

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

[#008] sha256:2c517c73a20604f889fab05115c60f10b59e4c60ac91ddc770eba13fb6d1c5aa - 49.31% (39.1 MB)

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

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

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

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

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


History
2021-09-03 00:40:24 UTC

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

2021-09-03 00:40:24 UTC

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

2021-09-03 15:59:41 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-09-03 15:59:42 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-09-03 15:59:43 UTC

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

2021-09-03 15:59:54 UTC

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

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

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

2021-09-03 16:00:08 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-09-03 16:00:09 UTC

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

2021-09-03 16:00:17 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-09-03 16:07:07 UTC

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

2021-09-03 16:07:07 UTC

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

2021-09-03 16:07:08 UTC

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

2021-09-03 16:07:28 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; apt-get install -y --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "postgresql-$PG_MAJOR=$PG_VERSION" "postgresql-contrib-$PG_MAJOR=$PG_VERSION" ; rm -rf /var/lib/apt/lists/*; if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove; rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi; find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +; postgres --version

2021-09-03 16:07:30 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-09-03 16:07:31 UTC

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

2021-09-03 16:07:31 UTC

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

2021-09-03 16:07:32 UTC

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

2021-09-03 16:07:32 UTC

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

2021-09-03 16:07:32 UTC

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

2021-09-03 16:07:34 UTC

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

2021-09-03 16:07:34 UTC

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

2021-09-03 16:07:35 UTC

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

2021-09-03 16:07:35 UTC

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

2021-09-03 16:07:35 UTC

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

Details
Content Digest

sha256:9647bbf0acdb2f5296387bf86fde455a53dd9030e6800756174f5955c057410a

Created

2021-09-03 13:01:17 UTC

Size

78.1 MB


Environment
GOSU_VERSION

1.12

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.23-1.pgdg100+1


Layers

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

[#001] sha256:3b0b899b4747d6bc70cad80eeed88a5c38c2ad412e7a12e2197ad2be1ce1833c - 5.1% (3.99 MB)

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

[#003] sha256:1a7c7505993a44cccc920866751e3ed610903cf1449e2997adb393851c0273b2 - 1.73% (1.35 MB)

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

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

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

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

[#008] sha256:e50174acdac7d3929a3e6e8aa0d065f59bdef360cbb91ef23d6031eb70cb7b76 - 49.78% (38.9 MB)

[#009] sha256:35ca32a1381e25db1d1cbb45ab59c40afcfd1d8899afcd9c756c83f11561fc3b - 0.01% (7.68 KB)

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

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

[#012] sha256:f7d06ea20a12565ba7f882d364eb6d5298ba61d69c3f8243096b826da77270a1 - 0.01% (4.29 KB)

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


History
2021-09-03 01:21:46 UTC

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

2021-09-03 01:21:46 UTC

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

2021-09-03 12:54:32 UTC

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

2021-09-03 12:54:33 UTC

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

2021-09-03 12:54:33 UTC

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

2021-09-03 12:54:45 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-09-03 12:54:54 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-09-03 12:54:54 UTC

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

2021-09-03 12:55:00 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-09-03 12:55:01 UTC

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

2021-09-03 12:55:06 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-09-03 13:00:54 UTC

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

2021-09-03 13:00:54 UTC

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

2021-09-03 13:00:54 UTC

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

2021-09-03 13:01:12 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; apt-get install -y --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "postgresql-$PG_MAJOR=$PG_VERSION" "postgresql-contrib-$PG_MAJOR=$PG_VERSION" ; rm -rf /var/lib/apt/lists/*; if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove; rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi; find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +; postgres --version

2021-09-03 13:01:13 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-09-03 13:01:14 UTC

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

2021-09-03 13:01:14 UTC

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

2021-09-03 13:01:15 UTC

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

2021-09-03 13:01:15 UTC

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

2021-09-03 13:01:15 UTC

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

2021-09-03 13:01:16 UTC

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

2021-09-03 13:01:16 UTC

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

2021-09-03 13:01:17 UTC

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

2021-09-03 13:01:17 UTC

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

2021-09-03 13:01:17 UTC

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

Details
Content Digest

sha256:63ac31ffd3c547e6eacb54e88c82ab34e45308453bc8f82ffe7eb2464e6b1719

Created

2021-09-03 11:48:50 UTC

Size

74 MB


Environment
GOSU_VERSION

1.12

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.23-1.pgdg100+1


Layers

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

[#001] sha256:3102bcc23f6b9713072a74eac4fa3a3f4617398c0b84dc5d75c3854f6bb5f023 - 4.96% (3.67 MB)

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

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

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

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

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

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

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

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

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

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

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

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


History
2021-09-03 00:51:26 UTC

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

2021-09-03 00:51:27 UTC

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

2021-09-03 07:53:51 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-09-03 07:53:53 UTC

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

2021-09-03 07:53:53 UTC

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

2021-09-03 07:54:18 UTC

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

2021-09-03 07:54:42 UTC

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

2021-09-03 07:54:43 UTC

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

2021-09-03 07:54:54 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-09-03 07:54:56 UTC

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

2021-09-03 07:55:02 UTC

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

2021-09-03 11:25:32 UTC

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

2021-09-03 11:25:33 UTC

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

2021-09-03 11:25:33 UTC

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

2021-09-03 11:48:40 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; apt-get install -y --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "postgresql-$PG_MAJOR=$PG_VERSION" "postgresql-contrib-$PG_MAJOR=$PG_VERSION" ; rm -rf /var/lib/apt/lists/*; if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove; rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi; find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +; postgres --version

2021-09-03 11:48:42 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-09-03 11:48:44 UTC

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

2021-09-03 11:48:44 UTC

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

2021-09-03 11:48:46 UTC

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

2021-09-03 11:48:46 UTC

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

2021-09-03 11:48:47 UTC

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

2021-09-03 11:48:48 UTC

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

2021-09-03 11:48:49 UTC

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

2021-09-03 11:48:49 UTC

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

2021-09-03 11:48:50 UTC

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

2021-09-03 11:48:50 UTC

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

Details
Content Digest

sha256:bc85eeeafccd277971db9671fc82ddf7c1d3befc4962e3243529e74fe1666cdc

Created

2021-09-04 03:42:49 UTC

Size

70.6 MB


Environment
GOSU_VERSION

1.12

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.23-1.pgdg100+1


Layers

[#000] sha256:2215ad7863d95c38f1f794f1d5b4d6c5ca4ca7e921e4bb7218b803f7ed270675 - 30.73% (21.7 MB)

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

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

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

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

[#005] sha256:9f336e184cf8194b5da359d62eb4202cabe710a2654a1614a3929f427c7d240d - 0.52% (376 KB)

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

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

[#008] sha256:e5cbd437655c1769ca1218706c939d9794f287b5cdf4d7c275a6d29877b2ba06 - 51.41% (36.3 MB)

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

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

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

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

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


History
2021-09-03 01:00:40 UTC

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

2021-09-03 01:00:41 UTC

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

2021-09-04 00:06:25 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-09-04 00:06:27 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-09-04 00:06:27 UTC

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

2021-09-04 00:06:50 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-09-04 00:07:13 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-09-04 00:07:14 UTC

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

2021-09-04 00:07:24 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-09-04 00:07:25 UTC

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

2021-09-04 00:07:31 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-09-04 03:21:25 UTC

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

2021-09-04 03:21:26 UTC

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

2021-09-04 03:21:26 UTC

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

2021-09-04 03:42:38 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; apt-get install -y --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "postgresql-$PG_MAJOR=$PG_VERSION" "postgresql-contrib-$PG_MAJOR=$PG_VERSION" ; rm -rf /var/lib/apt/lists/*; if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove; rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi; find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +; postgres --version

2021-09-04 03:42:40 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-09-04 03:42:41 UTC

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

2021-09-04 03:42:42 UTC

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

2021-09-04 03:42:44 UTC

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

2021-09-04 03:42:44 UTC

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

2021-09-04 03:42:45 UTC

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

2021-09-04 03:42:47 UTC

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

2021-09-04 03:42:47 UTC

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

2021-09-04 03:42:48 UTC

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

2021-09-04 03:42:49 UTC

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

2021-09-04 03:42:49 UTC

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

Details
Content Digest

sha256:3038779ae71e46eeaf09ba8642e8a860979f8edeb970c13143d3620ee83a6523

Created

2021-09-03 07:49:26 UTC

Size

76.6 MB


Environment
GOSU_VERSION

1.12

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.23-1.pgdg100+1


Layers

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

[#001] sha256:f306c6378be87d3cecc441687ec920e804f887d146e95b47dac49b8c3ede1a30 - 5.19% (3.98 MB)

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

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

[#004] sha256:8ea394e4c2e33afcd5d019c8ad69e9662d57acd5b82e9a34efc04fbdf8d7a8a5 - 9.92% (7.6 MB)

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

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

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

[#008] sha256:5fe1119a96f086d376fb3d9c3cb21b8fd947e724f54d9192f4af9f7ff576c08d - 50.41% (38.6 MB)

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

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

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

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

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


History
2021-09-03 00:40:58 UTC

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

2021-09-03 00:40:58 UTC

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

2021-09-03 07:25: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

2021-09-03 07:25:54 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-09-03 07:25:55 UTC

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

2021-09-03 07:26:03 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-09-03 07:26:10 UTC

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

2021-09-03 07:26:10 UTC

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

2021-09-03 07:26: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/*

2021-09-03 07:26:15 UTC

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

2021-09-03 07:26:17 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-09-03 07:49:06 UTC

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

2021-09-03 07:49:06 UTC

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

2021-09-03 07:49:07 UTC

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

2021-09-03 07:49:21 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; apt-get install -y --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "postgresql-$PG_MAJOR=$PG_VERSION" "postgresql-contrib-$PG_MAJOR=$PG_VERSION" ; rm -rf /var/lib/apt/lists/*; if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove; rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi; find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +; postgres --version

2021-09-03 07:49:22 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-09-03 07:49:23 UTC

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

2021-09-03 07:49:23 UTC

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

2021-09-03 07:49:24 UTC

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

2021-09-03 07:49:24 UTC

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

2021-09-03 07:49:24 UTC

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

2021-09-03 07:49:25 UTC

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

2021-09-03 07:49:25 UTC

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

2021-09-03 07:49:25 UTC

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

2021-09-03 07:49:26 UTC

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

2021-09-03 07:49:26 UTC

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

Details
Content Digest

sha256:e3d062e51ab8f18f40d78ccecfbe5434ab478555b5638d5de667fecbaf9819f7

Created

2021-09-03 15:17:58 UTC

Size

75.4 MB


Environment
GOSU_VERSION

1.12

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.23-1.pgdg100+1


Layers

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

[#001] sha256:734d0d83e7c7939d1e5c1eaa6ec26b6d1d66182b4db6da180abda55aec3823ad - 5.29% (3.99 MB)

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

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

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

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

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

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

[#008] sha256:a6e27401e2bccaa6d7ca7495731204d937358424ededf7d624eacd604ee8fe64 - 49.81% (37.5 MB)

[#009] sha256:4afefaf20ad06933bc59b411a3fe89dba07e451c94740539c6e1e3a0bebfbade - 0.01% (7.68 KB)

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

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

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

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


History
2021-09-03 01:10:49 UTC

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

2021-09-03 01:10:49 UTC

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

2021-09-03 10:39:31 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-09-03 10:39:33 UTC

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

2021-09-03 10:39:33 UTC

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

2021-09-03 10:39:55 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-09-03 10:40:19 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-09-03 10:40:19 UTC

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

2021-09-03 10:40:32 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-09-03 10:40:34 UTC

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

2021-09-03 10: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

2021-09-03 14:43:09 UTC

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

2021-09-03 14:43:09 UTC

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

2021-09-03 14:43:10 UTC

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

2021-09-03 15:17: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; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; apt-get install -y --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "postgresql-$PG_MAJOR=$PG_VERSION" "postgresql-contrib-$PG_MAJOR=$PG_VERSION" ; rm -rf /var/lib/apt/lists/*; if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove; rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi; find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +; postgres --version

2021-09-03 15:17:50 UTC

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

2021-09-03 15:17:52 UTC

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

2021-09-03 15:17:52 UTC

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

2021-09-03 15:17:54 UTC

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

2021-09-03 15:17:54 UTC

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

2021-09-03 15:17:55 UTC

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

2021-09-03 15:17:57 UTC

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

2021-09-03 15:17:57 UTC

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

2021-09-03 15:17:57 UTC

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

2021-09-03 15:17:58 UTC

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

2021-09-03 15:17:58 UTC

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

Details
Content Digest

sha256:65c946abe5a9ef11895d2fde0276e1f767032d6b8013db82864a7f80f5038800

Created

2021-09-03 18:46:30 UTC

Size

83.8 MB


Environment
GOSU_VERSION

1.12

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.23-1.pgdg100+1


Layers

[#000] sha256:8258146296247df1f308a336d4abf286afae14e3375edefb87a091e80745e29f - 34.76% (29.1 MB)

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

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

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

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

[#005] sha256:5dd82f5cbc6bd5e14bea8d822a085d011b97ddbdad078c37fe5f749ef31a6e1a - 0.45% (388 KB)

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

[#007] sha256:05f7006290a5154a9b46f7b4ec66171cbf7284c3fd10aaea9f93e162bfda4fb0 - 0.0% (2.99 KB)

[#008] sha256:efeeccf83173cda64d6aa9a9f12a38a736b832e800309bbe0d0e0d319766e01c - 48.54% (40.7 MB)

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

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

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

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

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


History
2021-09-03 01:24:33 UTC

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

2021-09-03 01:24:41 UTC

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

2021-09-03 18:24: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-09-03 18:24:22 UTC

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

2021-09-03 18:24:25 UTC

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

2021-09-03 18:25:05 UTC

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

2021-09-03 18:25:28 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-09-03 18:25:33 UTC

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

2021-09-03 18:25:53 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-09-03 18:26:01 UTC

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

2021-09-03 18:26:19 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-09-03 18:43:49 UTC

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

2021-09-03 18:43:52 UTC

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

2021-09-03 18:43:56 UTC

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

2021-09-03 18:45:21 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; apt-get install -y --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "postgresql-$PG_MAJOR=$PG_VERSION" "postgresql-contrib-$PG_MAJOR=$PG_VERSION" ; rm -rf /var/lib/apt/lists/*; if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove; rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi; find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +; postgres --version

2021-09-03 18:45:40 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-09-03 18:45:47 UTC

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

2021-09-03 18:45:49 UTC

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

2021-09-03 18:45:57 UTC

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

2021-09-03 18:45:59 UTC

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

2021-09-03 18:46:02 UTC

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

2021-09-03 18:46:13 UTC

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

2021-09-03 18:46:17 UTC

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

2021-09-03 18:46:22 UTC

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

2021-09-03 18:46:27 UTC

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

2021-09-03 18:46:30 UTC

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

Details
Content Digest

sha256:82152962da09e342d78ab4693886e589be652e0857591906cd6f7ef716225787

Created

2021-09-03 06:10:53 UTC

Size

76.6 MB


Environment
GOSU_VERSION

1.12

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.6

PG_VERSION

9.6.23-1.pgdg100+1


Layers

[#000] sha256:65229990cda1bd6e6b517c67238f245d103190c9a170014e2c22a40b96dd47ec - 32.08% (24.6 MB)

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

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

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

[#004] sha256:42291803df1f6c45fe0478628471a8a01a533f234577fa6e41a72efbdb9230a8 - 9.99% (7.65 MB)

[#005] sha256:2ac25288bf59285819e400956299f887873fad59ab62ef7294067227b1917a91 - 0.48% (379 KB)

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

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

[#008] sha256:073b4bc466c8324137dae7e8ff7dbb387a331c8213f3e404be67f0306846aafb - 50.62% (38.8 MB)

[#009] sha256:31e5ba2998cfe959f88106fe2492dee32c0904c3953c4308b261cfb73aa89e4d - 0.01% (7.68 KB)

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

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

[#012] sha256:6bf1f3426bee4c295b03cf430e5e57835003ec16852fb5f061a1aabf6827cec2 - 0.01% (4.29 KB)

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


History
2021-09-03 00:44:44 UTC

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

2021-09-03 00:44:47 UTC

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

2021-09-03 05:11:05 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-09-03 05:11:06 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-09-03 05:11:06 UTC

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

2021-09-03 05:11:21 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-09-03 05:11: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

2021-09-03 05:11:30 UTC

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

2021-09-03 05:11:34 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-09-03 05:11:36 UTC

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

2021-09-03 05:11:45 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-09-03 06:01:38 UTC

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

2021-09-03 06:01:38 UTC

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

2021-09-03 06:01:39 UTC

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

2021-09-03 06:10:37 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64 | arm64 | i386 | ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; apt-get install -y --no-install-recommends postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y --no-install-recommends "postgresql-$PG_MAJOR=$PG_VERSION" "postgresql-contrib-$PG_MAJOR=$PG_VERSION" ; rm -rf /var/lib/apt/lists/*; if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove; rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi; find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +; postgres --version

2021-09-03 06:10:45 UTC

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

2021-09-03 06:10:46 UTC

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

2021-09-03 06:10:47 UTC

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

2021-09-03 06:10:48 UTC

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

2021-09-03 06:10:49 UTC

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

2021-09-03 06:10:49 UTC

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

2021-09-03 06:10:51 UTC

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

2021-09-03 06:10:51 UTC

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

2021-09-03 06:10:52 UTC

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

2021-09-03 06:10:52 UTC

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

2021-09-03 06:10:53 UTC

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