Namespace
library
Image / Tag
postgres:9.4.21
Content Digest
sha256:0ba3eb8e252ebc7de3485f38c023619c67636d624fdc0e54eb10107bb2fc8953
Details
Created

2019-05-08 18:48:03 UTC

Size

80.8 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.4

PG_VERSION

9.4.21-1.pgdg90+1


Layers

[#000] sha256:3cf56ed221cf05f73233419fcc3a71b0afd424761fc83037e3a5cf101af5df46 - 27.29% (22 MB)

[#001] sha256:a81cd933aa2c67d2892f2712457502eb1f14e9cf143632e3757b514814e2d0cc - 5.67% (4.59 MB)

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

[#003] sha256:5afc4a215cbbb60825914510f45abec3fd6d492fe234a32d366bb4d13f9e4869 - 1.56% (1.26 MB)

[#004] sha256:9955ce1ee330f61bfc01d81d2c1e2c3fb9b393588dc8069db8d6fa97177e52d7 - 7.3% (5.9 MB)

[#005] sha256:920eeda872ac67d0fb5b1c35d25de9078176c64d8a791511d54f7f900f0989a0 - 0.35% (290 KB)

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

[#007] sha256:cef37a66833579f324fda5db062d1a3a9739e036f3bd4c2c73cc75956b2908e3 - 0.01% (4.68 KB)

[#008] sha256:0d9a8183fcc9cd683354cac52bafa494c14c913d903aac1be922bd2e3b55f12a - 57.81% (46.7 MB)

[#009] sha256:1cc599fb1573978e6305b95a0f0711313d465eaa153617e1bb3eab8bf5706ed4 - 0.01% (7.18 KB)

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

[#011] sha256:854696729670a08f81a2260e4fb1479ae4870ed08f390fc89ac641ea160e2a10 - 0.0% (172 Bytes)

[#012] sha256:97903e86243040a25fd3efb48dda6d55d6232ad5ecb4dbfdad94b18cc75ea9d5 - 0.0% (2.33 KB)

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


History
2019-05-08 10:49:55 UTC

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

2019-05-08 10:49:55 UTC

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

2019-05-08 18:43:28 UTC

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

2019-05-08 18: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

2019-05-08 18:43:29 UTC

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

2019-05-08 18:43:42 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove ca-certificates wget

2019-05-08 18:43:49 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 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

2019-05-08 18:43:49 UTC

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

2019-05-08 18:43:54 UTC

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

2019-05-08 18:43:55 UTC

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

2019-05-08 18:43:58 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

2019-05-08 18:47:23 UTC

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

2019-05-08 18:47:23 UTC

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

2019-05-08 18:47:58 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian stretch-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; apt-get install -y postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y "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' -- '{}' +

2019-05-08 18:47: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

2019-05-08 18:48:00 UTC

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

2019-05-08 18:48:00 UTC

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

2019-05-08 18:48:00 UTC

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

2019-05-08 18:48:01 UTC

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

2019-05-08 18:48:01 UTC

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

2019-05-08 18:48:01 UTC

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

2019-05-08 18:48:02 UTC

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

2019-05-08 18:48:02 UTC

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

2019-05-08 18:48:02 UTC

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

2019-05-08 18:48:03 UTC

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

Details
Created

2019-05-08 02:55:30 UTC

Size

78.9 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.4

PG_VERSION

9.4.21-1.pgdg90+1


Layers

[#000] sha256:743f2d6c1f65c793009f30acb07845ba2ef968192732afdab2ecf9a475515393 - 27.17% (21.4 MB)

[#001] sha256:5d307000f290b09bb80a73255a5f5283d8722a100fd6730a5bccb3d2107afbce - 5.44% (4.29 MB)

[#002] sha256:29837b5e9b7858633f7eda8bf8ebfeb2645be36cb62444532708917ff5871714 - 0.0% (1.74 KB)

[#003] sha256:3090df5740389c8cfd6ef31b4a402ff8b26aed9d6e014e929e78f962807240a0 - 1.63% (1.29 MB)

[#004] sha256:dc0b4463fa0e3a96b78c37ac3989ae8908d8a1694ea8659a11f4fc90f7850159 - 7.47% (5.9 MB)

[#005] sha256:1fb834895f5964d99726df2dbef0ecf74f0a57a510301a551afbe7d917107c79 - 0.36% (289 KB)

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

[#007] sha256:a950d631bfe9946149640c92a3130d1129c2e1ee2cab48284b2e5bf02a64ac83 - 0.01% (4.68 KB)

[#008] sha256:df7ff60a98f6b62143f9aff302b94036b1f8cad2e9d36253b5750057f6109796 - 57.92% (45.7 MB)

[#009] sha256:348b66809a4162eb56e3b879a244b4c2df5bbabc8730d3b98f55b036c114fcc4 - 0.01% (7.18 KB)

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

[#011] sha256:2af9699fe882a1d6bc8ccc6900b55c3772b6e707fca969387a8352cfe7650157 - 0.0% (172 Bytes)

[#012] sha256:7939e243b6de0f2038a4f52bf5e5c23f4fab85a60dc9438b9f778f7ad4c544fc - 0.0% (2.33 KB)

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


History
2019-05-08 00:33:32 UTC

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

2019-05-08 00:33:32 UTC

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

2019-05-08 02:49:36 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

2019-05-08 02:49:37 UTC

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

2019-05-08 02:49:37 UTC

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

2019-05-08 02:49:49 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove ca-certificates wget

2019-05-08 02:50:00 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 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

2019-05-08 02:50:00 UTC

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

2019-05-08 02:50:07 UTC

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

2019-05-08 02:50:08 UTC

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

2019-05-08 02:50:12 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

2019-05-08 02:54:51 UTC

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

2019-05-08 02:54:51 UTC

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

2019-05-08 02:55:26 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian stretch-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; apt-get install -y postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y "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' -- '{}' +

2019-05-08 02:55:27 UTC

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

2019-05-08 02:55:27 UTC

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

2019-05-08 02:55:28 UTC

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

2019-05-08 02:55:28 UTC

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

2019-05-08 02:55:28 UTC

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

2019-05-08 02:55:29 UTC

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

2019-05-08 02:55:29 UTC

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

2019-05-08 02:55:29 UTC

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

2019-05-08 02:55:30 UTC

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

2019-05-08 02:55:30 UTC

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

2019-05-08 02:55:30 UTC

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

Details
Created

2019-05-08 11:55:24 UTC

Size

76.1 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.4

PG_VERSION

9.4.21-1.pgdg90+1


Layers

[#000] sha256:f23f9ce99dc288927adafc8d503252a16b6ea2b40c9cb0dca688223c56bd0235 - 26.5% (20.2 MB)

[#001] sha256:6187b1cd4a95f897462bf15d322cb0217f0c2791306dfff3c1423177cbb7d9b8 - 5.31% (4.04 MB)

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

[#003] sha256:083493bcd809f21abd38be158d1a882018cac97fdb1c1623b01ff0cbb51678ba - 1.64% (1.25 MB)

[#004] sha256:9c86e195c35acfc6137a34ac656751ac9b1af86d8ac7d168865f0ad66ae94a96 - 7.75% (5.9 MB)

[#005] sha256:b1e8457b4ad61904543662dbd3f7bbd85e1fbc740e7f3f7fe7fe110615bbecda - 0.37% (287 KB)

[#006] sha256:900f2045d1e883d0f818f35e24c911130e6e5a5008e3aca61624c3aca81a7369 - 0.0% (148 Bytes)

[#007] sha256:42085a2db16d24361b3410bd829b1e5f3007c7616d2925ed14887d88399bcea0 - 0.01% (4.68 KB)

[#008] sha256:c250e093f7e2717c853bfb20a497642639791837e482ddcc27d5f114f44ca55b - 58.41% (44.5 MB)

[#009] sha256:f76a47a53d208914a7e10afcffcb5e9c6ad25a2fe0719a5fa9bf13a7e27797fc - 0.01% (7.18 KB)

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

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

[#012] sha256:7482f33bd65f065d93269ea6b3ed925c130c5a2ffe16f2a098e9122d8ae0035c - 0.0% (2.33 KB)

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


History
2019-05-08 08:53:38 UTC

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

2019-05-08 08:53:39 UTC

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

2019-05-08 10:18:17 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

2019-05-08 10:18:18 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

2019-05-08 10:18:18 UTC

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

2019-05-08 10:18:39 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove ca-certificates wget

2019-05-08 10:18:52 UTC

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

2019-05-08 10:18:52 UTC

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

2019-05-08 10:19:01 UTC

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

2019-05-08 10:19:03 UTC

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

2019-05-08 10:19:06 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

2019-05-08 11:38:07 UTC

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

2019-05-08 11:38:08 UTC

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

2019-05-08 11:55:16 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian stretch-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; apt-get install -y postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y "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' -- '{}' +

2019-05-08 11:55:18 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

2019-05-08 11:55:19 UTC

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

2019-05-08 11:55:19 UTC

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

2019-05-08 11:55:19 UTC

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

2019-05-08 11:55:21 UTC

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

2019-05-08 11:55:21 UTC

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

2019-05-08 11:55:22 UTC

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

2019-05-08 11:55:23 UTC

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

2019-05-08 11:55:23 UTC

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

2019-05-08 11:55:24 UTC

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

2019-05-08 11:55:24 UTC

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

Details
Created

2019-05-08 14:51:15 UTC

Size

72.4 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.4

PG_VERSION

9.4.21-1.pgdg90+1


Layers

[#000] sha256:b0727b1ec48ef8920082aec023c050c83b563ae08080d9951d68fba55934bbd6 - 25.4% (18.4 MB)

[#001] sha256:0570aa484bcf07aa05eed5638e8a99262bbeb3a01110ec297ffa850b9cddac07 - 5.1% (3.69 MB)

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

[#003] sha256:a2e98682351c428a45dcf580c48f4ab3cc9689ffac6d8c810ce067d56c883138 - 1.72% (1.24 MB)

[#004] sha256:7ac3f54980fdbf132010614d1a0922ecc7e4c1a76b08dc221e226363ac48e5f8 - 8.15% (5.9 MB)

[#005] sha256:5b32ef61f2ff63d398db08a9b95c3a326c012d101fba0e482c744bd1529e2f93 - 0.38% (285 KB)

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

[#007] sha256:dbd43141dba39df8348262b75afa88f817582e8c178af57a75d33cc3b4906d1a - 0.01% (4.68 KB)

[#008] sha256:75024c72186b73805fd5d61382453cf5d1256533f91eb709fe18103bf02585f3 - 59.23% (42.9 MB)

[#009] sha256:316eafff73860b1bcd7af525f406feb773135fcd1d28efe86e5c47f1cc3952ee - 0.01% (7.18 KB)

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

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

[#012] sha256:cf94ca7b878be759cc9799b821509264005a4e3c7522e1328de274ad7ead6bc2 - 0.0% (2.33 KB)

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


History
2019-05-08 12:03:54 UTC

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

2019-05-08 12:03:54 UTC

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

2019-05-08 13:19:16 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

2019-05-08 13:19: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

2019-05-08 13:19:19 UTC

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

2019-05-08 13:19:37 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove ca-certificates wget

2019-05-08 13:19:49 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 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

2019-05-08 13:19:50 UTC

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

2019-05-08 13:19:58 UTC

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

2019-05-08 13:19:59 UTC

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

2019-05-08 13:20:04 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

2019-05-08 14:34:35 UTC

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

2019-05-08 14:34:36 UTC

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

2019-05-08 14:51:04 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian stretch-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; apt-get install -y postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y "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' -- '{}' +

2019-05-08 14:51:06 UTC

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

2019-05-08 14:51:08 UTC

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

2019-05-08 14:51:08 UTC

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

2019-05-08 14:51:09 UTC

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

2019-05-08 14:51:10 UTC

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

2019-05-08 14:51:11 UTC

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

2019-05-08 14:51:12 UTC

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

2019-05-08 14:51:14 UTC

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

2019-05-08 14:51:14 UTC

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

2019-05-08 14:51:14 UTC

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

2019-05-08 14:51:15 UTC

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

Details
Created

2019-05-08 16:17:16 UTC

Size

74.3 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.4

PG_VERSION

9.4.21-1.pgdg90+1


Layers

[#000] sha256:29b80961214d7f0c89081fe8134e6e8e14ccfa1afe001357539f59930ff9e3ef - 26.1% (19.4 MB)

[#001] sha256:2bd49469107840e02555949e54a0ba7e939a8b252f395cc8d582ccd21a203924 - 5.23% (3.89 MB)

[#002] sha256:53bef62a35c5abb17468669f8ec9b6d25bcdf15d7da923a59c2319577e685460 - 0.0% (1.74 KB)

[#003] sha256:b284ea622dc8ad79eaedc6a3921e8b0631c05426abcf270e50b8eaab856aca92 - 1.65% (1.23 MB)

[#004] sha256:33532c2aa5facbc84972d0af837d7e03b497edc7dfc0222036f6511dcacae152 - 7.94% (5.9 MB)

[#005] sha256:553677f28a546aff3f5ba0a684baa6a008918ccb15681a077f4e00d77c86bd78 - 0.37% (285 KB)

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

[#007] sha256:4ae74623683f816a9356906361fe94e612b9eca3f00cb0a407e09a88b2c59df2 - 0.01% (4.68 KB)

[#008] sha256:56855ed45fb80f3fd23890963f52f5fef8bc724d2fb2f69b6768c85e8aa69870 - 58.68% (43.6 MB)

[#009] sha256:44d9eff0ebb7df4493bd800f0aff5799e8517901d5ba8d9c548b1efbaeeea2de - 0.01% (7.19 KB)

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

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

[#012] sha256:1920e0fc2a8982e5c989f8f84801abea88863be1e25afc56306338a57f819ec9 - 0.0% (2.33 KB)

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


History
2019-05-08 08:49:02 UTC

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

2019-05-08 08:49:03 UTC

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

2019-05-08 13:04:02 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

2019-05-08 13:04:04 UTC

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

2019-05-08 13:04:05 UTC

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

2019-05-08 13:04:35 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove ca-certificates wget

2019-05-08 13:04:51 UTC

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

2019-05-08 13:04:52 UTC

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

2019-05-08 13:05:02 UTC

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

2019-05-08 13:05:04 UTC

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

2019-05-08 13:05:08 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

2019-05-08 15:45:19 UTC

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

2019-05-08 15:45:20 UTC

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

2019-05-08 16:16:50 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian stretch-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; apt-get install -y postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y "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' -- '{}' +

2019-05-08 16:16:54 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

2019-05-08 16:16:58 UTC

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

2019-05-08 16:16:59 UTC

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

2019-05-08 16:17:00 UTC

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

2019-05-08 16:17:06 UTC

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

2019-05-08 16:17:07 UTC

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

2019-05-08 16:17:08 UTC

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

2019-05-08 16:17:12 UTC

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

2019-05-08 16:17:14 UTC

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

2019-05-08 16:17:15 UTC

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

2019-05-08 16:17:16 UTC

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

Details
Created

2019-05-08 15:00:46 UTC

Size

78.9 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.4

PG_VERSION

9.4.21-1.pgdg90+1


Layers

[#000] sha256:64bfe8794b280a764f2e07634dce2977621d140ae17fb34a03635710e84c3dfb - 27.5% (21.7 MB)

[#001] sha256:31400e35e62100e129401e0db5744f08520633fcd8149b26792c502d6965a61a - 5.28% (4.16 MB)

[#002] sha256:d14e987e87b91351d930ff69141b31e6f6cc42800361352f755c4d544be69833 - 0.0% (1.78 KB)

[#003] sha256:ab3828e738a494793ba3c87812cd102699d9aa31b6399251598924f5e6a61a41 - 1.54% (1.22 MB)

[#004] sha256:e7689166881ea41e235b80b7cc77476488e89fde7331df69bc36b0e9800984f4 - 7.48% (5.9 MB)

[#005] sha256:f37c7521930e2ff2f9ac90f7f5a145d600542e7199588caacabe24b807a40dff - 0.35% (287 KB)

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

[#007] sha256:0a30cf417536dec1e834bf421984eaee716ac1ec169275b7243755022b5474ce - 0.01% (4.68 KB)

[#008] sha256:e81ddff8586f93069b19349d2b739ddd2d7b2f6cadd1e80e9ccd67ab30e246c1 - 57.83% (45.6 MB)

[#009] sha256:64faa1e220d02cfc4124b7e081250f50e8592618740e5e9aa17f52370036c319 - 0.01% (7.19 KB)

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

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

[#012] sha256:23390bb313a14ae80d0d23f029eb59987021cbc580d8ada5744499c50058fa23 - 0.0% (2.32 KB)

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


History
2019-05-08 09:05:46 UTC

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

2019-05-08 09:05:50 UTC

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

2019-05-08 14:12:34 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

2019-05-08 14:12: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

2019-05-08 14:13:03 UTC

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

2019-05-08 14:14:35 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove ca-certificates wget

2019-05-08 14:15:00 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 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

2019-05-08 14:15:04 UTC

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

2019-05-08 14:15:27 UTC

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

2019-05-08 14:15:37 UTC

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

2019-05-08 14:15:47 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

2019-05-08 14:54:36 UTC

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

2019-05-08 14:54:40 UTC

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

2019-05-08 14:59:28 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian stretch-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; apt-get install -y postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y "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' -- '{}' +

2019-05-08 14:59:37 UTC

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

2019-05-08 14:59:46 UTC

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

2019-05-08 14:59:52 UTC

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

2019-05-08 14:59:55 UTC

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

2019-05-08 15:00:05 UTC

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

2019-05-08 15:00:10 UTC

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

2019-05-08 15:00:14 UTC

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

2019-05-08 15:00:26 UTC

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

2019-05-08 15:00:33 UTC

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

2019-05-08 15:00:41 UTC

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

2019-05-08 15:00:46 UTC

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

Details
Created

2019-05-08 17:23:38 UTC

Size

78.9 MB

Content Digest
Environment
GOSU_VERSION

1.11

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.4

PG_VERSION

9.4.21-1.pgdg90+1


Layers

[#000] sha256:e9681d6b3f0fb55b5da73b567906eaac580ed39b3428e95f839a34da054b5e37 - 27.01% (21.3 MB)

[#001] sha256:15859ed5b98cedacfc9d1c78eea34c811f665841e41c6e59d1e2722f3c374098 - 5.48% (4.32 MB)

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

[#003] sha256:bf4979fb1774ad4ecd1a22c54827398bbf2b0d6771eff02cbc47607397287aae - 1.62% (1.28 MB)

[#004] sha256:c3510da635d0d3c9ab6da2374881f603a4115c65dc2cb19c18031f8908ac9009 - 7.51% (5.92 MB)

[#005] sha256:60cb52688982513e83a581babfe68f3e8c0e8421a84d8c46a75dcd53c9a2791f - 0.36% (288 KB)

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

[#007] sha256:67f717f5b82981201eed5900e8fe22c75887f8a0490756e9654ae096385de4d0 - 0.01% (4.68 KB)

[#008] sha256:da57f0f53c8227deb71df616eb6f4b8eef394ea9e3e8d4a75d5b8e22473b4ef5 - 58.0% (45.7 MB)

[#009] sha256:41697f986c50b6aee804ae25f115bdede15e33afcc1471835d6972e8eb38aec9 - 0.01% (7.18 KB)

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

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

[#012] sha256:3cb3fc52b0f41cc479deeea82508f37650e7d98c0b82b395cfee9cdab953cbfe - 0.0% (2.32 KB)

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


History
2019-05-08 11:47:01 UTC

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

2019-05-08 11:47:01 UTC

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

2019-05-08 15:07:53 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

2019-05-08 15:07:56 UTC

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

2019-05-08 15:07:56 UTC

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

2019-05-08 15:08:29 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove ca-certificates wget

2019-05-08 15:08:51 UTC

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

2019-05-08 15:08:52 UTC

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

2019-05-08 15:09:05 UTC

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

2019-05-08 15:09:08 UTC

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

2019-05-08 15:09:15 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

2019-05-08 16:50:08 UTC

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

2019-05-08 16:50:08 UTC

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

2019-05-08 17:22:52 UTC

/bin/sh -c set -ex; export PYTHONDONTWRITEBYTECODE=1; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64|i386|ppc64el) echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; case "$PG_MAJOR" in 9.* | 10 ) ;; *) echo 'deb http://deb.debian.org/debian stretch-backports main' >> /etc/apt/sources.list.d/pgdg.list; ;; esac; tempDir="$(mktemp -d)"; cd "$tempDir"; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get build-dep -y postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile postgresql-common pgdg-keyring "postgresql-$PG_MAJOR=$PG_VERSION" ; apt-mark showmanual | xargs apt-mark auto > /dev/null; apt-mark manual $savedAptMark; ls -lAFh; dpkg-scanpackages . > Packages; grep '^Package: ' Packages; echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; apt-get -o Acquire::GzipIndexes=false update; ;; esac; apt-get install -y postgresql-common; sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; apt-get install -y "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' -- '{}' +

2019-05-08 17:23: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

2019-05-08 17:23:08 UTC

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

2019-05-08 17:23:11 UTC

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

2019-05-08 17:23:13 UTC

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

2019-05-08 17:23:24 UTC

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

2019-05-08 17:23:25 UTC

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

2019-05-08 17:23:27 UTC

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

2019-05-08 17:23:34 UTC

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

2019-05-08 17:23:36 UTC

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

2019-05-08 17:23:37 UTC

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

2019-05-08 17:23:38 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