Namespace
library
Image / Tag
postgres:10.0
Content Digest
sha256:95e54755cb3a59a56dc2d98d8e8a0b4436537185c7b240eb140069208ec35e22
Details
Created

2017-11-04 09:05:51 UTC

Size

111 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

10

PG_VERSION

10.0-1.pgdg90+1


Layers

[#000] sha256:3e17c6eae66cd23c59751c8d8f5eaf7044e0611dc5cebb12b1273be07cdac242 - 38.67% (43 MB)

[#001] sha256:edb9dc1cfcb8dafd437c65277f42e0af7f8502719bb16da96fe1e13996bd8b97 - 5.93% (6.6 MB)

[#002] sha256:7a344e5b3663cf66a215586c9fdbd5970238c770e6465d08fdf94e1260424f90 - 0.0% (1.71 KB)

[#003] sha256:d619f9c5def65be41397e463680af16265e32e772803735003762d31aa9fddbe - 0.82% (934 KB)

[#004] sha256:225b82de1e67b15d2c2f7466adc913671fbf250b71eb2c1ba42fe4eb38b355f2 - 5.64% (6.27 MB)

[#005] sha256:10daa23c1d9a637911b241e4e6843df129ced1120596e90af0726ae319f72d5b - 0.0% (115 Bytes)

[#006] sha256:4ba4a4b2d69b010325ff1e86b9dd839dcfc2f7772405d47e79ea86817abfb2d0 - 0.0% (4.37 KB)

[#007] sha256:3fc3e282a06c7d6a8e8cee14f8fb4f3c40103464ed5d175841b1882e116b86a7 - 48.93% (54.5 MB)

[#008] sha256:db8508199c1a66575f6f08e80394a64d213f1f0f074871af3db325a8252e5bf5 - 0.01% (7.12 KB)

[#009] sha256:99445470b9b62d6b30baa2b57c1cf40203d7c5b5597f36911f81e4dc561109e3 - 0.0% (129 Bytes)

[#010] sha256:dd01bf2076d45a23278a5fc2337b4048f29f914aeb52262b3dba9a605a327a6f - 0.0% (168 Bytes)

[#011] sha256:292c6e56e62f23c275378e0057822fafbfe125f36198c052ce56349e897ed747 - 0.0% (1.77 KB)

[#012] sha256:7a07813393c79975f482a800168ce83e472c87d5107f0fbf9e55173b86b7e95a - 0.0% (121 Bytes)


History
2017-11-04 05:26:40 UTC

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

2017-11-04 05:26:40 UTC

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

2017-11-04 09:04:59 UTC

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

2017-11-04 09:05:00 UTC

/bin/sh -c groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres

2017-11-04 09:05:00 UTC

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

2017-11-04 09:05:13 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 --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && 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

2017-11-04 09:05:19 UTC

/bin/sh -c 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

2017-11-04 09:05:19 UTC

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

2017-11-04 09:05:20 UTC

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

2017-11-04 09:05:23 UTC

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

2017-11-04 09:05:24 UTC

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

2017-11-04 09:05:24 UTC

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

2017-11-04 09:05:47 UTC

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

2017-11-04 09:05:48 UTC

/bin/sh -c mv -v "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample" /usr/share/postgresql/ && 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

2017-11-04 09:05:49 UTC

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

2017-11-04 09:05:49 UTC

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

2017-11-04 09:05:49 UTC

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

2017-11-04 09:05:50 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA" # this 777 will be replaced by 700 at runtime (allows semi-arbitrary "--user" values)

2017-11-04 09:05:50 UTC

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

2017-11-04 09:05:50 UTC

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

2017-11-04 09:05:51 UTC

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

2017-11-04 09:05:51 UTC

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

2017-11-04 09:05:51 UTC

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

2017-11-04 09:05:51 UTC

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

Details
Created

2017-11-03 14:04:33 UTC

Size

113 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

10

PG_VERSION

10.0-1.pgdg90+1


Layers

[#000] sha256:d1d52bc84c959ce2a6002a4aab897e247f2b7a55c1440de500f57e791c7814f3 - 38.59% (43.7 MB)

[#001] sha256:1626b4d4017742dbf6b30e24a0929065d8a921d6e6630872547e7c120ba38900 - 6.08% (6.89 MB)

[#002] sha256:32ce6213a0de78ac8797f0695f1f46837940fed4e55f376d094051102f014896 - 0.0% (1.7 KB)

[#003] sha256:646844a02e9a53507e5e7b1a2212a80fc235dc23ec0c3f946a1aea02202cbc2c - 0.79% (914 KB)

[#004] sha256:85ceebd4bf935246ed6ff130c29ca5005ee9516151bf7ee685a2999f5856ccf7 - 5.54% (6.27 MB)

[#005] sha256:63de9c94c2a461802e84e2d22ab1ffcb66159cbda2c0997559cc732e11bc0d08 - 0.0% (115 Bytes)

[#006] sha256:e16f0f604d3aef75e0884f113021a6215bb3abcae9f776aa421694d77cdd623f - 0.0% (4.38 KB)

[#007] sha256:17f5d5d92146a3ff20ec56b66aff702290111da79e20f78c0b1288cda8e66ba4 - 48.98% (55.5 MB)

[#008] sha256:818d6c29887e91e76164d08fad83ff05bc4ef88bd4b219760099951837698e6a - 0.01% (7.13 KB)

[#009] sha256:71599daf5432d21c3ea57b531074833dff6c010ddcfaab88f88c5b2b2ff46d04 - 0.0% (128 Bytes)

[#010] sha256:fc9ad8ec2c7e4e73972d4aa256aa94567df848e5a66eebdd86d16e386173c4c6 - 0.0% (169 Bytes)

[#011] sha256:71321f56c9b355ca36540c19316894ba3c924818d8614207527018bbdc4b1f4b - 0.0% (1.77 KB)

[#012] sha256:83a270e3275592fbd28888ebabfcf85d042673bcacde258cfa1a71a9c2d905b2 - 0.0% (121 Bytes)


History
2017-10-09 21:45:21 UTC

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

2017-10-09 21:45:21 UTC

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

2017-11-03 14:03:18 UTC

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

2017-11-03 14:03:19 UTC

/bin/sh -c groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres

2017-11-03 14:03:19 UTC

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

2017-11-03 14:03: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 --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && 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

2017-11-03 14:03:41 UTC

/bin/sh -c 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

2017-11-03 14:03:41 UTC

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

2017-11-03 14:03:42 UTC

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

2017-11-03 14:03:45 UTC

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

2017-11-03 14:03:46 UTC

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

2017-11-03 14:03:46 UTC

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

2017-11-03 14:04:28 UTC

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

2017-11-03 14:04:29 UTC

/bin/sh -c mv -v "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample" /usr/share/postgresql/ && 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

2017-11-03 14:04:30 UTC

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

2017-11-03 14:04:30 UTC

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

2017-11-03 14:04:30 UTC

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

2017-11-03 14:04:31 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA" # this 777 will be replaced by 700 at runtime (allows semi-arbitrary "--user" values)

2017-11-03 14:04:31 UTC

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

2017-11-03 14:04:31 UTC

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

2017-11-03 14:04:32 UTC

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

2017-11-03 14:04:32 UTC

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

2017-11-03 14:04:33 UTC

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

2017-11-03 14:04:33 UTC

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

Details
Created

2017-11-04 06:58:31 UTC

Size

111 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

10

PG_VERSION

10.0-1.pgdg90+1


Layers

[#000] sha256:3c60e7fc5441d6c90edac385048cfe55b732e74ac7a95ce0f52555d1fdd4777a - 37.77% (41.8 MB)

[#001] sha256:22b3077bf3f73016525600577a9af11dc0a121689a44962aa2a391a25bfe61b8 - 5.74% (6.35 MB)

[#002] sha256:ae5c506d0be5e01938015781b0004da2cff7b1154a00ea106e452bb2f9a13b0e - 0.0% (1.7 KB)

[#003] sha256:93ed1b94871e601e57d5b0217cfa42640ef4848d62264f3f13d14fe08284135f - 0.82% (925 KB)

[#004] sha256:0a26ac5770464d510a8128689a44a9d9ce54a7a35383873a48d27661fbd96325 - 5.67% (6.27 MB)

[#005] sha256:f8c3ae6fdf9b4a2d3b0e63acdfb84c46245285977071c811937477e14911079c - 0.0% (149 Bytes)

[#006] sha256:f9cd43c696a6e5b07032bbb8b3b7f634ce6e7fa573d13841d8e9cb083843cba5 - 0.0% (4.38 KB)

[#007] sha256:531f28af5c7cdfd3b728863f0571c02b54649bd3afdd7782e3fbbc2186a83688 - 49.99% (55.3 MB)

[#008] sha256:49437da7182622f95e3b8a8c54fba1a6c16a7e7d8ebdfca4751ba8dba600db96 - 0.01% (7.13 KB)

[#009] sha256:7395c57450b4c606c64106cac40dcf7743eed7fa10c53e82d221925e43df9a2b - 0.0% (129 Bytes)

[#010] sha256:6edbbe41f7018d3f5e8c9cc2ff8663306576a0455edb65d25e17f4c6af39140e - 0.0% (200 Bytes)

[#011] sha256:ec70f16fcbffb11f18425d1b26f0731e1fa84b0494ee364f52b85f58f8d93671 - 0.0% (1.77 KB)

[#012] sha256:02902ea9f688efadb3986998a915cee8c142c2f5f92e25cbf70591d6a6432238 - 0.0% (121 Bytes)


History
2017-10-09 21:44:33 UTC

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

2017-10-09 21:44:33 UTC

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

2017-11-03 06:38:44 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

2017-11-03 06:38:45 UTC

/bin/sh -c groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres

2017-11-03 06:38:45 UTC

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

2017-11-03 06:39:24 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 --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && 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

2017-11-03 06:39:35 UTC

/bin/sh -c 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

2017-11-03 06:39:35 UTC

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

2017-11-03 06:39:36 UTC

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

2017-11-04 06:38:43 UTC

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

2017-11-04 06:38:43 UTC

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

2017-11-04 06:38:43 UTC

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

2017-11-04 06:58:26 UTC

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

2017-11-04 06:58:28 UTC

/bin/sh -c mv -v "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample" /usr/share/postgresql/ && 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

2017-11-04 06:58:28 UTC

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

2017-11-04 06:58:29 UTC

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

2017-11-04 06:58:29 UTC

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

2017-11-04 06:58:30 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA" # this 777 will be replaced by 700 at runtime (allows semi-arbitrary "--user" values)

2017-11-04 06:58:30 UTC

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

2017-11-04 06:58:30 UTC

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

2017-11-04 06:58:31 UTC

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

2017-11-04 06:58:31 UTC

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

2017-11-04 06:58:31 UTC

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

2017-11-04 06:58:31 UTC

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

Details
Created

2017-11-03 03:56:11 UTC

Size

107 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

10

PG_VERSION

10.0-1.pgdg90+1


Layers

[#000] sha256:0d9fbbfaa2cd8961ae50e51e7388e3a2a1a5ca2c105389b56a3a862dfe76d035 - 37.38% (39.9 MB)

[#001] sha256:f7412293e32a6eab79bcf67d1c42a07e0cd093f37efb5d0acdf4240bed3a10fc - 5.62% (6 MB)

[#002] sha256:b63fea13c7a3ca32a37fac0d2c81e3238a0ae1e1d82fada43f18ba74f2124ac1 - 0.0% (1.7 KB)

[#003] sha256:f359ad5335151af40906626e99f3d685d0cc94140c27dadf26f9a41b785289b9 - 0.83% (909 KB)

[#004] sha256:733b3ff93d7813504f2efa3894d096791fd58b25372da03a6f19687fdbc33290 - 5.88% (6.27 MB)

[#005] sha256:3a5739741fe9053bb85641af4e1bbe2967e8bdc8bd5ae7d8955fc2abe22d8dd1 - 0.0% (149 Bytes)

[#006] sha256:43aaf60b5cc61e378b9a92a3eb96fee297bb212bb1428b20fd8a4146a1790d53 - 0.0% (4.38 KB)

[#007] sha256:1e02fa2ceac01680487de55483877c5bec90dbf07fca86380347e0185c6b9b36 - 50.28% (53.7 MB)

[#008] sha256:c1ad2971d2b043623e7093085e1eac1f9731aee953ef768aa5dbec4ec57dba52 - 0.01% (7.13 KB)

[#009] sha256:78315c0b14bbe83ff07811d73c684e3c9319758923338730a3fd6276949f90f9 - 0.0% (129 Bytes)

[#010] sha256:5309eac5eb9d3fabe71dcadbd68c0d19cd5ede27f91c432b2b735b66208b8abd - 0.0% (198 Bytes)

[#011] sha256:8789e81d3d26cc64a93888899622c44e406a3cedea138931dff6bcb1334509b5 - 0.0% (1.77 KB)

[#012] sha256:d036df39d7dde58dfa5fde3866dd5743242962e77f1a8f0b36e560c99306abe2 - 0.0% (121 Bytes)


History
2017-10-09 21:45:23 UTC

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

2017-10-09 21:45:23 UTC

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

2017-11-03 03:38:46 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

2017-11-03 03:38:47 UTC

/bin/sh -c groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres

2017-11-03 03:38:47 UTC

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

2017-11-03 03:39:02 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 --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && 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

2017-11-03 03:39:11 UTC

/bin/sh -c 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

2017-11-03 03:39:11 UTC

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

2017-11-03 03:39:12 UTC

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

2017-11-03 03:39:16 UTC

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

2017-11-03 03:39:17 UTC

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

2017-11-03 03:39:17 UTC

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

2017-11-03 03:56:06 UTC

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

2017-11-03 03:56:07 UTC

/bin/sh -c mv -v "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample" /usr/share/postgresql/ && 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

2017-11-03 03:56:08 UTC

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

2017-11-03 03:56:08 UTC

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

2017-11-03 03:56:08 UTC

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

2017-11-03 03:56:09 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA" # this 777 will be replaced by 700 at runtime (allows semi-arbitrary "--user" values)

2017-11-03 03:56:09 UTC

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

2017-11-03 03:56:09 UTC

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

2017-11-03 03:56:10 UTC

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

2017-11-03 03:56:10 UTC

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

2017-11-03 03:56:11 UTC

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

2017-11-03 03:56:11 UTC

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

Details
Created

2017-11-03 14:52:57 UTC

Size

109 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

10

PG_VERSION

10.0-1.pgdg90+1


Layers

[#000] sha256:0e5a8be23912597ff0d89db096abd4c4383c8cf4ee700d333b86f881ea289875 - 37.65% (40.9 MB)

[#001] sha256:6006bf2895eca4960480791277950a3160efbc991c201d91159b7729b9a00402 - 5.7% (6.19 MB)

[#002] sha256:5d783ba69183e8bde8039643e4a0c1d46d0037932ab82ea19fc408250ba0da16 - 0.0% (1.71 KB)

[#003] sha256:471692f3ee2826bb20945cefcc2f79e8bb92ef1888b0cf46604427a9be52e8aa - 0.81% (903 KB)

[#004] sha256:37e3d8ce34bf14405ef676fd43d3dc000865f8ff9cd6eea8f8e3fcf8d2e21bb6 - 5.77% (6.27 MB)

[#005] sha256:b5f48a2da1e48404813f6cb3068af920b42b688e8dd6bd200afe1bd3ddd1258a - 0.0% (115 Bytes)

[#006] sha256:a3cb97c373e4ef40799fd5629d8b02a3e919d2956088a670535c0ee6c8be45c3 - 0.0% (4.38 KB)

[#007] sha256:d35b97f5f092d19a23db6996951fc9f5e3642404d1fca6c168a04b9adc9c8a0b - 50.05% (54.4 MB)

[#008] sha256:047de60accaf347c4c046cf996abee0cf50caf77f7d85615ee5227af65df5859 - 0.01% (7.13 KB)

[#009] sha256:ae0c8777bceec381d55910b0f2497d2c17b580cd23aa1e435aa950464287077e - 0.0% (129 Bytes)

[#010] sha256:e94aa103798957acfa1936065568d338e7cb8d5c8e5a2959f29306bc50c080fc - 0.0% (170 Bytes)

[#011] sha256:bec8ab222f2a9fb38a81ff2758f77264d1e6eafd8ff950980850029eff513866 - 0.0% (1.77 KB)

[#012] sha256:31580266154cb8a225fdf6b48606db43cb8e8de5aff8a149d168ce3b3e98343c - 0.0% (121 Bytes)


History
2017-10-09 21:47:18 UTC

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

2017-10-09 21:47:19 UTC

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

2017-11-03 14:21:33 UTC

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

2017-11-03 14:21:35 UTC

/bin/sh -c groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres

2017-11-03 14:21:36 UTC

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

2017-11-03 14:22:41 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 --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && 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

2017-11-03 14:23:00 UTC

/bin/sh -c 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

2017-11-03 14:23:01 UTC

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

2017-11-03 14:23:02 UTC

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

2017-11-03 14:23:07 UTC

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

2017-11-03 14:23:07 UTC

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

2017-11-03 14:23:08 UTC

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

2017-11-03 14:52:45 UTC

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

2017-11-03 14:52:47 UTC

/bin/sh -c mv -v "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample" /usr/share/postgresql/ && 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

2017-11-03 14:52:49 UTC

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

2017-11-03 14:52:49 UTC

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

2017-11-03 14:52:50 UTC

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

2017-11-03 14:52:52 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA" # this 777 will be replaced by 700 at runtime (allows semi-arbitrary "--user" values)

2017-11-03 14:52:53 UTC

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

2017-11-03 14:52:53 UTC

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

2017-11-03 14:52:55 UTC

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

2017-11-03 14:52:56 UTC

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

2017-11-03 14:52:57 UTC

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

2017-11-03 14:52:57 UTC

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

Details
Created

2017-11-02 22:51:40 UTC

Size

111 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

10

PG_VERSION

10.0-1.pgdg90+1


Layers

[#000] sha256:f2df583ad5343147c4ed6ea52882355b70e206e1a801cbb0fe3b6fc6c7b0189a - 38.91% (43.3 MB)

[#001] sha256:18ec4c541921a18089b05dafd6a5bc4bcdd659a4b6ed8a2db65aef693dc91dc8 - 5.82% (6.47 MB)

[#002] sha256:8e35b77f411bbe70712464106fe2a656e75e968508a6c02c454b1c20014d74f4 - 0.0% (1.71 KB)

[#003] sha256:f06a1ecb1b02b6205f6e7de8d6a97dec9b0c9ba93d939a7294c92dfa03deb05e - 0.79% (904 KB)

[#004] sha256:1753bdd8532caba88b840a32c7b1bbdd16f8234bdc88a6774b4f4140834eb72e - 5.64% (6.27 MB)

[#005] sha256:c9b30a86a5255b95208c7afe87cbf67686bb92e27c270c2834dec1a946ba6309 - 0.0% (149 Bytes)

[#006] sha256:5724d02c734343c1dc373e7fe7c932f1f5bdc394879543b889e2c2d497a64099 - 0.0% (4.38 KB)

[#007] sha256:da1230d664734f1b8fd7c58f0b04b0e7d22a14890855bf99ccad255f98642912 - 48.83% (54.3 MB)

[#008] sha256:0b1157b3e124448e5faf439243212bb597787f2304704be4868ad7967293e6f6 - 0.01% (7.12 KB)

[#009] sha256:fac300b0f0a673083ea706dbeb7e3ce4f3f04a1af741e190b5b0d47e54216899 - 0.0% (129 Bytes)

[#010] sha256:a9be4ef6896a6c65b3781f709b6ad5dd8701d5e4f2660c2f3f1999d022aade2b - 0.0% (199 Bytes)

[#011] sha256:c2294d21983d3849282c6f32f408ccc2e41c41613e696514b10710323280dad4 - 0.0% (1.77 KB)

[#012] sha256:d0059731f941712113921d5ecf750ce0c43a7746be0c8a8a77e8ef93e8b79f0f - 0.0% (121 Bytes)


History
2017-10-09 21:45:33 UTC

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

2017-10-09 21:45:35 UTC

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

2017-11-02 22:43:15 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

2017-11-02 22:43:20 UTC

/bin/sh -c groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres

2017-11-02 22:43:22 UTC

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

2017-11-02 22:45:03 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 --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && 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

2017-11-02 22:45:21 UTC

/bin/sh -c 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

2017-11-02 22:45:23 UTC

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

2017-11-02 22:45:27 UTC

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

2017-11-02 22:45:35 UTC

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

2017-11-02 22:45:37 UTC

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

2017-11-02 22:45:42 UTC

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

2017-11-02 22:51:02 UTC

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

2017-11-02 22:51:10 UTC

/bin/sh -c mv -v "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample" /usr/share/postgresql/ && 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

2017-11-02 22:51:14 UTC

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

2017-11-02 22:51:16 UTC

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

2017-11-02 22:51:20 UTC

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

2017-11-02 22:51:26 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA" # this 777 will be replaced by 700 at runtime (allows semi-arbitrary "--user" values)

2017-11-02 22:51:28 UTC

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

2017-11-02 22:51:30 UTC

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

2017-11-02 22:51:35 UTC

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

2017-11-02 22:51:36 UTC

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

2017-11-02 22:51:39 UTC

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

2017-11-02 22:51:40 UTC

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

Details
Created

2017-11-03 09:35:24 UTC

Size

113 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

10

PG_VERSION

10.0-1.pgdg90+1


Layers

[#000] sha256:c6630da1278315ced68910beef5ac605807b880918d11d0c02c4d3eac7307008 - 37.83% (42.9 MB)

[#001] sha256:a0b1fe28bfde608f5f308633a28245b5d2db64cf1fa719a6699406eec0371bfc - 5.85% (6.63 MB)

[#002] sha256:465a4c0d5a36ff8deee95627311cd321d05be560de2dbb5710ace72c5cf528b7 - 0.0% (1.71 KB)

[#003] sha256:76b97f44e605445ae839b25534df29b996749daaa2447a4e768347da2055b69e - 0.79% (920 KB)

[#004] sha256:be7ff9ca4ba12ff4ec14a9a8ab655baa4229eaf7d65e5203ca432cc8379f191c - 5.55% (6.29 MB)

[#005] sha256:c7ab164d28097f8dd6adb06a8a68aa2da9e42e926c6afe3ef769e10f03527c8d - 0.0% (115 Bytes)

[#006] sha256:2f0dc31541d1fb4ec570c09916c8ee293241678e1ff04532b7fa975fb6982141 - 0.0% (4.38 KB)

[#007] sha256:a92c05eb269bd94f0d7bc7f254612b53b46953b3b9de966300cb7b9d099868fb - 49.97% (56.7 MB)

[#008] sha256:56cab84acd86337ec4b32e14b8d9cdd23a64df95825b5b2865f841446ea7fad1 - 0.01% (7.12 KB)

[#009] sha256:e5b2cd3444e88ef7d57ebe5ff8d00ba8b7a30783f5cbd95de4a27d1947ae9ac1 - 0.0% (128 Bytes)

[#010] sha256:3fb976f05321976ac321297efe7e43054813b17395660e6019883226a8def281 - 0.0% (171 Bytes)

[#011] sha256:80c783a117b32bfa8dbc91a4ae2b8ef4477e15551cfd77c54cd28edd5295711f - 0.0% (1.77 KB)

[#012] sha256:5d86cfc5fc8ace0b856a04bc46414474b2da881916360df42b60866090edbb10 - 0.0% (121 Bytes)


History
2017-10-09 21:44:19 UTC

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

2017-10-09 21:44:19 UTC

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

2017-11-03 09:25:48 UTC

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

2017-11-03 09:25:49 UTC

/bin/sh -c groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres

2017-11-03 09:25:49 UTC

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

2017-11-03 09:26:01 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 --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && 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

2017-11-03 09:26:07 UTC

/bin/sh -c 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

2017-11-03 09:26:07 UTC

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

2017-11-03 09:26:08 UTC

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

2017-11-03 09:26:11 UTC

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

2017-11-03 09:26:11 UTC

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

2017-11-03 09:26:11 UTC

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

2017-11-03 09:35:19 UTC

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

2017-11-03 09:35:21 UTC

/bin/sh -c mv -v "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample" /usr/share/postgresql/ && 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

2017-11-03 09:35:21 UTC

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

2017-11-03 09:35:21 UTC

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

2017-11-03 09:35:21 UTC

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

2017-11-03 09:35:22 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA" # this 777 will be replaced by 700 at runtime (allows semi-arbitrary "--user" values)

2017-11-03 09:35:22 UTC

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

2017-11-03 09:35:23 UTC

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

2017-11-03 09:35:23 UTC

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

2017-11-03 09:35:23 UTC

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

2017-11-03 09:35:23 UTC

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

2017-11-03 09:35:24 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