Namespace
library
Image / Tag
postgres:9.4.16
Content Digest
sha256:6c4d8fd87439a6e7db3c0b3c1edc7beb3ce8df8e30c0589b383a7b1911f21db0
Details
Created

2018-02-19 18:58:56 UTC

Size

100 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/9.4/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.4

PG_VERSION

9.4.16-1.pgdg80+1


Layers

[#000] sha256:d854f909180418fb64a87463d4061a8a8cac25c45b4fb7bc2f1e14f7332ecd7a - 50.17% (50.3 MB)

[#001] sha256:5057c70401974b44c0f1bff5a08e5b7223f2fa5b67f6919fe9d9a0272ffcb75b - 0.0% (2.03 KB)

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

[#003] sha256:f6c14510a3123271f8483e8277fd4e6edb9791c5e6088030f3c915044b860d38 - 6.76% (6.78 MB)

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

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

[#006] sha256:3b6be5672ba3f82cd33d1bba0a8f0b219d33c8194e19f6528b0f522695b1d362 - 42.14% (42.3 MB)

[#007] sha256:b942be112e6e50f2cb09b0a9f4ac37da62f1b626a65e1b41950b2f2f8c431471 - 0.01% (6.54 KB)

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

[#009] sha256:fa73a5dad053784ec5fd415bd410d8bfdb0f683be0d68b05bfb47d408d022f0e - 0.0% (170 Bytes)

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

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


History
2018-02-15 14:52:22 UTC

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

2018-02-15 14:52:23 UTC

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

2018-02-19 18:23:09 UTC

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

2018-02-19 18:23:11 UTC

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

2018-02-19 18:23:11 UTC

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

2018-02-19 18:23:53 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

2018-02-19 18:24:16 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

2018-02-19 18:31:45 UTC

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

2018-02-19 18:31:46 UTC

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

2018-02-19 18:31:52 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

2018-02-19 18:53:57 UTC

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

2018-02-19 18:53:57 UTC

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

2018-02-19 18:55: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

2018-02-19 18:58: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

2018-02-19 18:58:52 UTC

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

2018-02-19 18:58: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

2018-02-19 18:58:52 UTC

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

2018-02-19 18:58: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)

2018-02-19 18:58:54 UTC

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

2018-02-19 18:58:54 UTC

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

2018-02-19 18:58:55 UTC

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

2018-02-19 18:58:55 UTC

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

2018-02-19 18:58:56 UTC

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

2018-02-19 18:58:56 UTC

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

Details
Created

2018-02-16 22:39:35 UTC

Size

98.5 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/9.4/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.4

PG_VERSION

9.4.16-1.pgdg80+1


Layers

[#000] sha256:4176fe04cefee66d80f83003fd4166373f83cb552d1d01bb3b29a0ac45a48c50 - 50.95% (50.2 MB)

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

[#002] sha256:ef28401016a4b3225fd60dba2bad65abe3fce4005f63bb7b70ac6fa603637b34 - 0.95% (962 KB)

[#003] sha256:f53d3f24be686c19ccfae1620279b1e9dd4a192ec624ea87966a362a3cacfff8 - 6.89% (6.78 MB)

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

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

[#006] sha256:18fbef78dc916d6283b06e0f2d8f54d1caa2ee7810b3b981666b2b194535a428 - 41.2% (40.6 MB)

[#007] sha256:b7e59e2fc7b6d384ca9dda2874fa53712ad86c5357d1438adf424ba5d5318602 - 0.01% (6.54 KB)

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

[#009] sha256:74bf61bfc5b032a012955fbe4f6f61144282e6e051a2e7392bf6101b9e12b772 - 0.0% (171 Bytes)

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

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


History
2018-02-15 01:42:14 UTC

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

2018-02-15 01:42:14 UTC

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

2018-02-16 22:27:19 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

2018-02-16 22:27:20 UTC

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

2018-02-16 22:27:20 UTC

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

2018-02-16 22:27:44 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

2018-02-16 22:27:53 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

2018-02-16 22:27:57 UTC

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

2018-02-16 22:27:58 UTC

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

2018-02-16 22:28:00 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

2018-02-16 22:38:43 UTC

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

2018-02-16 22:38:43 UTC

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

2018-02-16 22:39:30 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

2018-02-16 22:39:31 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

2018-02-16 22:39:31 UTC

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

2018-02-16 22:39:32 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

2018-02-16 22:39:32 UTC

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

2018-02-16 22:39:33 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)

2018-02-16 22:39:33 UTC

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

2018-02-16 22:39:33 UTC

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

2018-02-16 22:39:34 UTC

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

2018-02-16 22:39:34 UTC

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

2018-02-16 22:39:35 UTC

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

2018-02-16 22:39:35 UTC

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

Details
Created

2018-02-16 00:11:49 UTC

Size

91.3 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/9.4/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.4

PG_VERSION

9.4.16-1.pgdg80+1


Layers

[#000] sha256:75ec46627298b11174762e9bae59bb036d4f3bfaace1da7614a2eb4881ed97d4 - 53.14% (48.5 MB)

[#001] sha256:07616038d7c54354cad573f7607fbe7fb805df1853cd597bc3f49baa3fd0f0a0 - 0.0% (2.03 KB)

[#002] sha256:312a1bc3c3f2a914f5f574bc2771a4f8c7aea586f555574485bd433a5a73f57f - 1.02% (952 KB)

[#003] sha256:d9a67d033c12ca0dd875c9b9f7728974f34e61203299aa368442f1622920257f - 7.43% (6.78 MB)

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

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

[#006] sha256:a4d756deac650bc3ebc68ca2ee5fe6e124ed85172cb11e5b55f7298c97da571e - 38.4% (35.1 MB)

[#007] sha256:8f3ce9ee1d2d7f597509dc2d5e6f0596cf5d0312d717d925e88274c4375dd09a - 0.01% (6.54 KB)

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

[#009] sha256:b0c805849a024b5b4b735549e2296bfdfda4317203018f052249f8510d62d259 - 0.0% (201 Bytes)

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

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


History
2018-02-15 20:55:58 UTC

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

2018-02-15 20:55:59 UTC

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

2018-02-15 23:14:10 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

2018-02-15 23:14:11 UTC

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

2018-02-15 23:14:11 UTC

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

2018-02-15 23:14: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

2018-02-15 23:15:26 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

2018-02-15 23:15:27 UTC

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

2018-02-15 23:15:28 UTC

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

2018-02-15 23:15:37 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

2018-02-15 23:53:53 UTC

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

2018-02-15 23:53:53 UTC

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

2018-02-16 00:11:44 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

2018-02-16 00:11:45 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

2018-02-16 00:11:46 UTC

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

2018-02-16 00:11:46 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

2018-02-16 00:11:46 UTC

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

2018-02-16 00:11:47 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)

2018-02-16 00:11:47 UTC

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

2018-02-16 00:11:48 UTC

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

2018-02-16 00:11:49 UTC

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

2018-02-16 00:11:49 UTC

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

2018-02-16 00:11:49 UTC

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

2018-02-16 00:11:49 UTC

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

Details
Created

2018-02-15 16:58:31 UTC

Size

88.1 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/9.4/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.4

PG_VERSION

9.4.16-1.pgdg80+1


Layers

[#000] sha256:6b0aacdd0080a4b5904034a1714e4c1553acbed305ce7a3b1689a35d0bb6e4a0 - 52.7% (46.4 MB)

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

[#002] sha256:87b32f4370d24d37d4556a5453e261ac16a46b66083541699fd42b3256155d37 - 1.04% (937 KB)

[#003] sha256:6a0f2538951ec3250507812e182e1ae2e5eb752e85ee7db09a84919af6f0ef6f - 7.7% (6.78 MB)

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

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

[#006] sha256:b0edbf2eeed91c00c2295d2fea503ca63c7cfc34afbbf110fbe41c5f0792ea60 - 38.55% (34 MB)

[#007] sha256:172510434d96984c3fca0c9bb384166a6ad8823487dc8e012324bd7d7966fcf1 - 0.01% (6.53 KB)

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

[#009] sha256:015cfb72dd2fb78a5269d7d10e55b44d6b16776e564a6d5802829ab844eb8090 - 0.0% (201 Bytes)

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

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


History
2018-02-15 13:26:29 UTC

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

2018-02-15 13:26:30 UTC

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

2018-02-15 16:04:09 UTC

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

2018-02-15 16:04:16 UTC

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

2018-02-15 16:04:21 UTC

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

2018-02-15 16:05:07 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

2018-02-15 16:05:39 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

2018-02-15 16:05:46 UTC

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

2018-02-15 16:05:47 UTC

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

2018-02-15 16:05:54 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

2018-02-15 16:41:38 UTC

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

2018-02-15 16:41:39 UTC

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

2018-02-15 16:58:20 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

2018-02-15 16:58:22 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

2018-02-15 16:58:24 UTC

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

2018-02-15 16:58:25 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

2018-02-15 16:58:26 UTC

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

2018-02-15 16:58:27 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)

2018-02-15 16:58:28 UTC

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

2018-02-15 16:58:28 UTC

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

2018-02-15 16:58:30 UTC

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

2018-02-15 16:58:30 UTC

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

2018-02-15 16:58:31 UTC

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

2018-02-15 16:58:31 UTC

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

Details
Created

2018-02-15 23:09:35 UTC

Size

90 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/9.4/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.4

PG_VERSION

9.4.16-1.pgdg80+1


Layers

[#000] sha256:3e4fb67aa3162ae58c4f79ecce148cc1933ef5c5736a971149ebf1412aba927d - 52.93% (47.6 MB)

[#001] sha256:2f54d66e9a9b420613f95a29338712a65a0b57f5cac8fd901dac70b8a1d9c65a - 0.0% (2.05 KB)

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

[#003] sha256:cd71e77f07f8383b232b839b66ac104c6fb159e9bf771257f69c6c1222abca86 - 7.54% (6.78 MB)

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

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

[#006] sha256:6209be8bd4d36f0b809df4b70d5eb73c3146f3c54c347f4f4355604d66dab6a1 - 38.5% (34.6 MB)

[#007] sha256:8d9b9735630495a642fbc50aa868ae1fa87cd9fb523c141e2f6acc551c15a9d8 - 0.01% (6.54 KB)

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

[#009] sha256:9f22e74ca3bf7e8a605b5a854f15125660243a17fcc78d3ca54da83d11cf27ca - 0.0% (171 Bytes)

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

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


History
2018-02-15 18:23:58 UTC

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

2018-02-15 18:23:59 UTC

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

2018-02-15 21:26: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

2018-02-15 21:26:22 UTC

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

2018-02-15 21:26:29 UTC

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

2018-02-15 21:27:26 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

2018-02-15 21:27:48 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

2018-02-15 21:27:57 UTC

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

2018-02-15 21:27:58 UTC

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

2018-02-15 21:28:04 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

2018-02-15 22:38:49 UTC

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

2018-02-15 22:38:50 UTC

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

2018-02-15 23:09:00 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

2018-02-15 23:09:03 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

2018-02-15 23:09:16 UTC

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

2018-02-15 23:09:27 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

2018-02-15 23:09:28 UTC

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

2018-02-15 23:09: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)

2018-02-15 23:09:30 UTC

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

2018-02-15 23:09:31 UTC

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

2018-02-15 23:09:33 UTC

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

2018-02-15 23:09:34 UTC

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

2018-02-15 23:09:34 UTC

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

2018-02-15 23:09:35 UTC

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

Details
Created

2018-02-15 08:00:36 UTC

Size

96.8 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/9.4/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.4

PG_VERSION

9.4.16-1.pgdg80+1


Layers

[#000] sha256:8eaeb68187e190599df608fc805a2c2d9999ccc46a6ec9a48611b0aca5de945e - 51.05% (49.4 MB)

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

[#002] sha256:b7587129ae2be4d0fa4f30eacad69a9fddce43c621b95417d2c20e346e35bef4 - 0.94% (932 KB)

[#003] sha256:ae5051bce96e69b1d77c6f9a54497a975105e13a6824e8eb3f9b8875a0c751d5 - 7.01% (6.78 MB)

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

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

[#006] sha256:0e79ca56ee37fae88de94ed6db3559693c6f72672be968b7e059d286f134bcb0 - 40.98% (39.7 MB)

[#007] sha256:e130c9a43e764b232abbb14a68abd224eaa7019c7ad21ef0c12407c455e86051 - 0.01% (6.54 KB)

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

[#009] sha256:dde4a423770eec934cb241c5e3d00975bc539aef217ad90290552d9690048bf8 - 0.0% (199 Bytes)

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

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


History
2018-02-15 01:33:26 UTC

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

2018-02-15 01:33:38 UTC

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

2018-02-15 07:28: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

2018-02-15 07:28:40 UTC

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

2018-02-15 07:28:43 UTC

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

2018-02-15 07:31:43 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

2018-02-15 07:32: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

2018-02-15 07:32:17 UTC

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

2018-02-15 07:32:23 UTC

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

2018-02-15 07:32:31 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

2018-02-15 07:52:21 UTC

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

2018-02-15 07:52:23 UTC

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

2018-02-15 07:59:57 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

2018-02-15 08:00:03 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

2018-02-15 08:00:09 UTC

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

2018-02-15 08:00: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

2018-02-15 08:00:12 UTC

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

2018-02-15 08:00:16 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)

2018-02-15 08:00:18 UTC

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

2018-02-15 08:00:21 UTC

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

2018-02-15 08:00:25 UTC

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

2018-02-15 08:00:29 UTC

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

2018-02-15 08:00:34 UTC

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

2018-02-15 08:00:36 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