Namespace
library
Image / Tag
postgres:9.2
Content Digest
sha256:c712120f62628c9afce0152bc9e60a257e4e8ca3ab5c7c166dad2315e882cd06
Details
Created

2017-09-19 07:17:19 UTC

Size

97.9 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.2

PG_VERSION

9.2.23-1.pgdg80+1


Layers

[#000] sha256:aa18ad1a0d334d80981104c599fa8cef9264552a265b1197af11274beba767cf - 51.24% (50.2 MB)

[#001] sha256:436a6256db12145efeb5b2deada381de2a66f1868479a381a024a066dfa9b256 - 0.0% (2.05 KB)

[#002] sha256:6197c903e49fb39074cbe491ea33b023db55cf439e7e3dbbb997780b2e6ec9bb - 0.96% (962 KB)

[#003] sha256:81e75395186583aff8c49b08763236f5ec7eed5b91397d7807ca62a3df9b07b3 - 6.93% (6.78 MB)

[#004] sha256:f22fa190326d9ce91889fcf8c9b0109bbab938d2286cc90d46b69a92bcc3d167 - 0.0% (115 Bytes)

[#005] sha256:ee77fd7e88a3f762920c1277f2da4775c446ec87deb88a6fc4d6e90499f1f2f9 - 0.0% (4.39 KB)

[#006] sha256:d95a6c122c250391ec6d2025e1dd40e3510e5af58d4dc7ec3b6eae54aeaf9d87 - 40.86% (40 MB)

[#007] sha256:3dbea52142c18351cbd230b9444e0fbab60662dcb38553ad84da1f6c1b648bfe - 0.01% (6.3 KB)

[#008] sha256:2e40e1e1cf400a0333b4428b63ae744e06f78120a0829465050163989ca4f244 - 0.0% (129 Bytes)

[#009] sha256:245f745df1bdaf46a3d9e015cacc6b63dce3cd2e4859d8631ea085a017533476 - 0.0% (169 Bytes)

[#010] sha256:0fdf14fed084f80b588d71b96cdc07eba4c87850dc156b3471e432cf59e868ba - 0.0% (1.77 KB)

[#011] sha256:4f346ef00de4f62200ec92852567cd471354d79e647f52a22e95238dfe4f67a0 - 0.0% (121 Bytes)


History
2017-09-13 08:40:43 UTC

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

2017-09-13 08:40:43 UTC

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

2017-09-19 07:01:26 UTC

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

2017-09-19 07:01:27 UTC

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

2017-09-19 07:01:27 UTC

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

2017-09-19 07:01:54 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-09-19 07:02:10 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-09-19 07:02:10 UTC

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

2017-09-19 07:02:11 UTC

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

2017-09-19 07:02:15 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-09-19 07:16:28 UTC

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

2017-09-19 07:16:29 UTC

/bin/sh -c #(nop) ENV PG_VERSION=9.2.23-1.pgdg80+1

2017-09-19 07:17:15 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/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ jessie-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" "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

2017-09-19 07:17:16 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-09-19 07:17:16 UTC

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

2017-09-19 07:17:17 UTC

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

2017-09-19 07:17:17 UTC

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

2017-09-19 07:17:17 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-09-19 07:17:18 UTC

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

2017-09-19 07:17:18 UTC

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

2017-09-19 07:17:18 UTC

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

2017-09-19 07:17:19 UTC

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

2017-09-19 07:17:19 UTC

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

2017-09-19 07:17:19 UTC

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

Details
Created

2017-09-08 16:00:14 UTC

Size

99.7 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.2

PG_VERSION

9.2.23-1.pgdg80+1


Layers

[#000] sha256:f611f84acffe6a66fad3356eb9101ed9fff54e980701079bbce3ee4826ccd3ae - 50.46% (50.3 MB)

[#001] sha256:70e29584000b223981af70bcdb356028277885af1ddf7397b7e475d2823876d8 - 0.0% (2.03 KB)

[#002] sha256:0e56e40615ec67cdb8d3a6de7dd45fa6112eaf09d4c3b9f278c9cdac8fce42c2 - 0.92% (941 KB)

[#003] sha256:b0af4faa932721992cdf7a1d229fd2627ba97e839397964b61e0d11f094ad0a1 - 6.8% (6.78 MB)

[#004] sha256:cd403fe3acf4a49afbd93847a033b8e1e904f6a92ac64f82ee4a34c9a9b3170b - 0.0% (115 Bytes)

[#005] sha256:6737c3a416099faa1a4c37b3da3850fe77e1e73595e56e16f8e0f39d38ac8d1c - 0.0% (4.38 KB)

[#006] sha256:e6dad50e96c5ae538b40b187098da72621ac09fd0bd8caecceebd10e206fbcb9 - 41.8% (41.7 MB)

[#007] sha256:c16e1cb60006a201e975c6b0b5f3f751261219ffb0902d615500e468d8bcecd8 - 0.01% (6.3 KB)

[#008] sha256:61ee0d351b9f886be6c4630bb030173cf239bbb8ebaa494bdb7093898e839954 - 0.0% (130 Bytes)

[#009] sha256:9820a0dd1f9e76e5ae08492cdfeff6c5c250883ab6b755307be48a9dd4e3233a - 0.0% (169 Bytes)

[#010] sha256:579aba33967f2e3349e8605bf7480e6e277fd0fd7a3940bad96629805ea5b34c - 0.0% (1.76 KB)

[#011] sha256:c7ed326332a91178ba86613c2c7402ac76139bd9b82eaef4b18137c0421e66e1 - 0.0% (121 Bytes)


History
2017-09-08 13:17:52 UTC

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

2017-09-08 13:17:52 UTC

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

2017-09-08 15:43:49 UTC

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

2017-09-08 15:43:50 UTC

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

2017-09-08 15:43:50 UTC

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

2017-09-08 15:44: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 --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-09-08 15:45:13 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-09-08 15:45:13 UTC

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

2017-09-08 15:45:14 UTC

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

2017-09-08 15:45: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-09-08 15:58:51 UTC

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

2017-09-08 15:58:51 UTC

/bin/sh -c #(nop) ENV PG_VERSION=9.2.23-1.pgdg80+1

2017-09-08 16:00:10 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/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ jessie-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" "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

2017-09-08 16:00:11 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-09-08 16:00:11 UTC

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

2017-09-08 16:00:11 UTC

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

2017-09-08 16:00:12 UTC

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

2017-09-08 16:00:12 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-09-08 16:00:12 UTC

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

2017-09-08 16:00:13 UTC

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

2017-09-08 16:00:13 UTC

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

2017-09-08 16:00:13 UTC

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

2017-09-08 16:00:14 UTC

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

2017-09-08 16:00:14 UTC

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

Details
Created

2017-09-27 17:00:01 UTC

Size

92.4 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.2

PG_VERSION

9.2.23-1.pgdg80+1


Layers

[#000] sha256:0000473879860f50b5d7e33d60cdb2bd20eccd2563da6dfab9023b079c54f91b - 52.51% (48.5 MB)

[#001] sha256:0a2c409b7ae0febef2b700321a43fb49d4b9ad76fc4c933fb62695219630954d - 0.0% (2.03 KB)

[#002] sha256:61597fd9fbb62df94577fdd9ccad572f684094d21f68e9b439307558b912aae0 - 1.01% (952 KB)

[#003] sha256:0286448cd97f8d83999faf13ccbb4ccc2335de7a846fa3264a8011d4c9c13b7f - 7.34% (6.78 MB)

[#004] sha256:c9b5239cd8012b55c6165a915cc3c1bc7cfefc6838ccc2b78bfcb39bea64fb82 - 0.0% (149 Bytes)

[#005] sha256:791575c96ba3b72539c33c88beb77ebfd0a2dfbbe9c6c69687c8906f68d631f2 - 0.0% (4.39 KB)

[#006] sha256:3d032ad47389c032bc81a0c2fc6705811ecce80d73dc7ba9c73c4134d6e156ff - 39.13% (36.2 MB)

[#007] sha256:2d46ab1b12ed71768ad4f49411e9fc27cf46b7ef280de87f5bfb7bbfbb095c67 - 0.01% (6.29 KB)

[#008] sha256:2dea97e7d2a44f02f43615ac4c68977970d7f4b3dbe14d5bd588903866550218 - 0.0% (129 Bytes)

[#009] sha256:903b01471a034410b54323a58d469b3f9dac5b51c9a3e29d89759ad714ec728a - 0.0% (202 Bytes)

[#010] sha256:83e31f6d438d7c48c9f4b08a671d997eaec0e22cba81fcae5920daf3a16f61de - 0.0% (1.76 KB)

[#011] sha256:41c8c6b04d3aa428afed9936709a4ae35753e1fad393cb8b78c0719af6fff306 - 0.0% (121 Bytes)


History
2017-09-27 14:24:27 UTC

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

2017-09-27 14:24:27 UTC

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

2017-09-27 15:30:48 UTC

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

2017-09-27 15:30:48 UTC

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

2017-09-27 15:30:49 UTC

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

2017-09-27 15:31:33 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-09-27 15:32:05 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-09-27 15:32:05 UTC

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

2017-09-27 15:32:06 UTC

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

2017-09-27 15:32:14 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-09-27 16:43:51 UTC

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

2017-09-27 16:43:51 UTC

/bin/sh -c #(nop) ENV PG_VERSION=9.2.23-1.pgdg80+1

2017-09-27 16:59:55 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/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ jessie-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" "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

2017-09-27 16:59:57 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-09-27 16:59:58 UTC

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

2017-09-27 16:59:58 UTC

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

2017-09-27 16:59:58 UTC

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

2017-09-27 16:59:59 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-09-27 16:59:59 UTC

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

2017-09-27 16:59:59 UTC

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

2017-09-27 17:00:00 UTC

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

2017-09-27 17:00:00 UTC

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

2017-09-27 17:00:01 UTC

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

2017-09-27 17:00:01 UTC

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

Details
Created

2017-09-27 07:35:50 UTC

Size

89.1 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.2

PG_VERSION

9.2.23-1.pgdg80+1


Layers

[#000] sha256:8c7b63aa62f92f5be1e93e5129c5c99dac397c6d3b5f6c6452bfd0905f6f20be - 52.09% (46.4 MB)

[#001] sha256:80eb454b92191dd16585fdb1b5bee4824ce415847b935883493bfc83f4370717 - 0.0% (2.03 KB)

[#002] sha256:71c6b2ca05c842476559470cf62c3f02424f358458ea55bacdb28b7ea7a56966 - 1.03% (937 KB)

[#003] sha256:ae2ef4187e92a85ff8a876831a7c88b1872263f3f5aab975495bd40fd6c647f6 - 7.61% (6.78 MB)

[#004] sha256:1cd414b5d06a913e8d8fbb733bb61fe61904b70c1aa7a9f4056a37ed51ea20e9 - 0.0% (149 Bytes)

[#005] sha256:1774278d493cabd5349bd53060d8220ba6addaf46b8182bc732d79cccf432836 - 0.0% (4.39 KB)

[#006] sha256:ec87262f03e2618db346996dd88279cc34b1b4176b0c0a9f688d2123168479d3 - 39.25% (35 MB)

[#007] sha256:3abe0ae1b0835ed0eeed96397374634f8c8b4fbbff9a6956e10a48350f36caf1 - 0.01% (6.3 KB)

[#008] sha256:b8a0a77f9e728079f74377a0504990942420aeb26334b70ad588820dbb0a1b87 - 0.0% (129 Bytes)

[#009] sha256:19d57d344aa79692f418f4e55128139a2edbf08f247a6a39a2f8bb5936bf8abb - 0.0% (202 Bytes)

[#010] sha256:4a3fdcde7c89b994ba3cd860f916ff6876022b0e39e27a732101e589f5f18477 - 0.0% (1.77 KB)

[#011] sha256:47bad5f5e81925850e35308b22a984284a61774f7b61bdc3f8e13cc88a4b58de - 0.0% (121 Bytes)


History
2017-09-27 04:12:21 UTC

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

2017-09-27 04:12:22 UTC

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

2017-09-27 06:11:49 UTC

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

2017-09-27 06:11:50 UTC

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

2017-09-27 06:11:50 UTC

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

2017-09-27 06:12: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 --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-09-27 06:13:12 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-09-27 06:13:12 UTC

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

2017-09-27 06:13:13 UTC

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

2017-09-27 06:13:22 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-09-27 07:20:43 UTC

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

2017-09-27 07:20:43 UTC

/bin/sh -c #(nop) ENV PG_VERSION=9.2.23-1.pgdg80+1

2017-09-27 07:35:33 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/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ jessie-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" "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

2017-09-27 07:35:34 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-09-27 07:35:39 UTC

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

2017-09-27 07:35:41 UTC

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

2017-09-27 07:35:41 UTC

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

2017-09-27 07:35:42 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-09-27 07:35:44 UTC

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

2017-09-27 07:35:44 UTC

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

2017-09-27 07:35:45 UTC

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

2017-09-27 07:35:47 UTC

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

2017-09-27 07:35:49 UTC

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

2017-09-27 07:35:50 UTC

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

Details
Created

2017-09-09 02:42:31 UTC

Size

89.5 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.2

PG_VERSION

9.2.23-1.pgdg80+1


Layers

[#000] sha256:e91a355b0d3ff86add037a3f24718b760d8eb3f346f998e5116375ddce9eae19 - 53.21% (47.6 MB)

[#001] sha256:781759b649c26203b4a27e64393e8bdd9872dd044e760bcf0282e0a7abdfeb19 - 0.0% (2.05 KB)

[#002] sha256:f1b522a80fe77c156872a74759ae149d99524b8c092e53f780553609e6241f87 - 1.01% (930 KB)

[#003] sha256:52f59a9e2347edd55703588c84d162d20e81e78dea423e66342d1851b82c7618 - 7.58% (6.78 MB)

[#004] sha256:6b5d9409d3241798ccac167cc07742ce716374926c58e89e83923b8368531cdc - 0.0% (115 Bytes)

[#005] sha256:578dc02e2c71817dc01ae642dc5ac2d77a2e96f359040662288f3fa3036ec05d - 0.0% (4.39 KB)

[#006] sha256:b77b03cfbafbafb0731a85e4cf473aec7494bdc19df032d9a569d4428f1dc2fb - 38.17% (34.2 MB)

[#007] sha256:71abf5df07ea439acacb12dc03c5659480acb5f267a67a6dac0516c2245e287a - 0.01% (6.29 KB)

[#008] sha256:f40eba7a5b83483cdde76c2d3d17b66b1f016270be1bcfc7fbe923e13af886f7 - 0.0% (130 Bytes)

[#009] sha256:5e897090403dd2ffbc5655c7782edaa70a4acbf49b45a0f46b805cea36a1b137 - 0.0% (169 Bytes)

[#010] sha256:d9043f436eb7b5a25ae48b76a980f30176aeb18dcc08e268de321725e9cddb42 - 0.0% (1.77 KB)

[#011] sha256:49aee6f4806571db43eaccab8e751cda70c3288cf6183449f015923b249b5966 - 0.0% (121 Bytes)


History
2017-09-08 17:23:41 UTC

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

2017-09-08 17:23:42 UTC

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

2017-09-08 23:42:58 UTC

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

2017-09-08 23:43:03 UTC

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

2017-09-08 23:43:05 UTC

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

2017-09-08 23:44: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-09-08 23:44:58 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-09-08 23:44:59 UTC

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

2017-09-08 23:45:02 UTC

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

2017-09-08 23:45:09 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-09-09 02:11:27 UTC

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

2017-09-09 02:11:28 UTC

/bin/sh -c #(nop) ENV PG_VERSION=9.2.23-1.pgdg80+1

2017-09-09 02:42:14 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/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ jessie-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" "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

2017-09-09 02:42:17 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-09-09 02:42:19 UTC

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

2017-09-09 02:42:20 UTC

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

2017-09-09 02:42:21 UTC

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

2017-09-09 02:42:23 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-09-09 02:42:24 UTC

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

2017-09-09 02:42:25 UTC

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

2017-09-09 02:42:28 UTC

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

2017-09-09 02:42:29 UTC

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

2017-09-09 02:42:30 UTC

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

2017-09-09 02:42:31 UTC

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

Details
Created

2017-09-08 01:43:31 UTC

Size

96.2 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.2

PG_VERSION

9.2.23-1.pgdg80+1


Layers

[#000] sha256:d4a5434e09b7ac8431060d347d6ef1233ae07514878fb2aff4085bcf441c29f3 - 51.35% (49.4 MB)

[#001] sha256:8e3da2fa5d3ae6a119563e671559fb255d321cb98f3ba7675028524546ddc8bf - 0.0% (2.04 KB)

[#002] sha256:f4c3f480bdeb964600a455e3e4edb09bcb265ad5f55af3240196320f9eb9bbfc - 0.95% (931 KB)

[#003] sha256:f04a10e7ac5dcbefe9d51aad5235fbb1adbc43798aa27ebc83f51f77b473f420 - 7.05% (6.78 MB)

[#004] sha256:56818957c9e6deea1b96e5c78a5e414abd9042de3c128d67282696ecb5e63c4b - 0.0% (149 Bytes)

[#005] sha256:ca9051b68d8b61b409754d353870e336d02973467d8e55a4d7566cbb5700869e - 0.0% (4.39 KB)

[#006] sha256:d1e081548d172f571aa0990648e7115ef6a454c7dd86bc8a2ef404a4b5cee59b - 40.64% (39.1 MB)

[#007] sha256:bdf7ef0c856d652ae9a8f3d4598c74b96ce82acd28171cfd13452b71031a8cf0 - 0.01% (6.29 KB)

[#008] sha256:c676de7736a2e5aa3b5de536ede15aea3684d1a8e14c15189b7301c008872fa9 - 0.0% (130 Bytes)

[#009] sha256:2008d2a0667b98e8f2c3c2255e17effbe14b93cd628e51b337bc671f8ba27d5d - 0.0% (200 Bytes)

[#010] sha256:ed30715d37810584dc12645fdadc3e3594dcb6a1730a025e0e3dd9de301e62d1 - 0.0% (1.76 KB)

[#011] sha256:56db17254b2ba902a08cd4e6e82bd757fe202e33327561a8b75f8e2e9b2198d6 - 0.0% (121 Bytes)


History
2017-09-08 00:32:21 UTC

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

2017-09-08 00:32:21 UTC

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

2017-09-08 01:37:32 UTC

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

2017-09-08 01:37:32 UTC

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

2017-09-08 01:37:33 UTC

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

2017-09-08 01:38:00 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-09-08 01:38:15 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-09-08 01:38:15 UTC

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

2017-09-08 01:38:16 UTC

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

2017-09-08 01:38:20 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-09-08 01:42:34 UTC

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

2017-09-08 01:42:34 UTC

/bin/sh -c #(nop) ENV PG_VERSION=9.2.23-1.pgdg80+1

2017-09-08 01:43: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/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ jessie-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" "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

2017-09-08 01:43:27 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-09-08 01:43:28 UTC

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

2017-09-08 01:43:28 UTC

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

2017-09-08 01:43:29 UTC

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

2017-09-08 01:43:29 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-09-08 01:43:29 UTC

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

2017-09-08 01:43:30 UTC

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

2017-09-08 01:43:30 UTC

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

2017-09-08 01:43:30 UTC

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

2017-09-08 01:43:31 UTC

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

2017-09-08 01:43:31 UTC

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

Details
Created

2017-09-08 07:08:54 UTC

Size

94.5 MB

Content Digest
Environment
GOSU_VERSION

1.10

LANG

en_US.utf8

PATH

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

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.2

PG_VERSION

9.2.23-1.pgdg80+1


Layers

[#000] sha256:5f39dbffcd07e3254246d3c2e4b3532c3697ed04f83eadf5433da820098787df - 53.27% (50.3 MB)

[#001] sha256:00c3d70a45af67e2fccddfab83e47f9cf841a136ea0b42ea145e6f73a80f463a - 0.0% (2.05 KB)

[#002] sha256:0bbd9acad107b86ffe249d0e02ffb63cc8fb256e07670d91fef18cc51d5ec1e1 - 0.98% (947 KB)

[#003] sha256:91470ff9dd3a9b5a4ad38a788f3c83f93c0b842e0f60f3bd66b5a41a5a1077a5 - 7.2% (6.8 MB)

[#004] sha256:8ad4c2524a72239708c66fa2c6d570cf522e7ef925cf51158d73dfca1cbe423b - 0.0% (115 Bytes)

[#005] sha256:2127eedf7f5d4b075e50093a24922b0a9a24cb164caf101075554fc4530abbed - 0.0% (4.39 KB)

[#006] sha256:52eb89cb32d5211011be324700ec3ef2e0dfd472c51cc72d021460a21d01912a - 38.54% (36.4 MB)

[#007] sha256:af2e7ce9a87db36eba7be8584f9d2afad6879e01a0382ff329e2ea84a90bb22c - 0.01% (6.29 KB)

[#008] sha256:95b95f29179eaf2abb5091c2f8d91ce5955e799b5aaeac9d5fa3461dc645ff11 - 0.0% (129 Bytes)

[#009] sha256:5504f9d1a6be4322f6f719bda956accbd8294b60ab044396bac45c3fa82fd1d0 - 0.0% (167 Bytes)

[#010] sha256:b6e9966b5a4525762247aa4231011c5eca27e21a707dd7b211ea9a67f1ae82e4 - 0.0% (1.77 KB)

[#011] sha256:03966440eca68a4e5899680e52be5ec1fd2b8afa2c869a0fd4fbb239f2bbd080 - 0.0% (121 Bytes)


History
2017-09-08 05:21:42 UTC

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

2017-09-08 05:21:43 UTC

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

2017-09-08 06:25:50 UTC

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

2017-09-08 06:25:51 UTC

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

2017-09-08 06:25:51 UTC

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

2017-09-08 06:26:10 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-09-08 06:26:22 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-09-08 06:26:23 UTC

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

2017-09-08 06:26:23 UTC

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

2017-09-08 06:26:26 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-09-08 07:01:03 UTC

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

2017-09-08 07:01:03 UTC

/bin/sh -c #(nop) ENV PG_VERSION=9.2.23-1.pgdg80+1

2017-09-08 07:08:51 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/ jessie-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; apt-get update; ;; *) echo "deb-src http://apt.postgresql.org/pub/repos/apt/ jessie-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" "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

2017-09-08 07:08:51 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-09-08 07:08:52 UTC

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

2017-09-08 07:08:52 UTC

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

2017-09-08 07:08:52 UTC

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

2017-09-08 07:08:53 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-09-08 07:08:53 UTC

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

2017-09-08 07:08:53 UTC

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

2017-09-08 07:08:54 UTC

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

2017-09-08 07:08:54 UTC

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

2017-09-08 07:08:54 UTC

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

2017-09-08 07:08:54 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