Namespace
library
Image / Tag
postgres:9.3.21
Content Digest
sha256:d11577df67e3c51cdda8ead00811bd6954939753d16312f1b2cae9a811d97a0b
Details
Created

2018-02-19 19:05:52 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.3/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.3

PG_VERSION

9.3.21-1.pgdg80+1


Layers

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

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

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

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

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

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

[#006] sha256:0f9794d60c4d4098f612154164f3583fd33dfce4df0822da9e83e1f4449bcd49 - 41.94% (41.9 MB)

[#007] sha256:33a5403c148fd951998ddb2a4588fa25dfdf96d14779e23a233c149e10c8792d - 0.01% (6.36 KB)

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

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

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

[#011] sha256:def54259a28a97944a962d3e4b46fb4ff74586cf0767c470602a06ff90a074b2 - 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 19:04:39 UTC

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

2018-02-19 19:04:39 UTC

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

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

2018-02-19 19:05:49 UTC

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

2018-02-19 19:05:49 UTC

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

2018-02-19 19:05:49 UTC

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

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

2018-02-19 19:05:50 UTC

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

2018-02-19 19:05:51 UTC

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

2018-02-19 19:05:52 UTC

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

2018-02-19 19:05:52 UTC

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

2018-02-19 19:05:52 UTC

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

2018-02-19 19:05:52 UTC

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

Details
Created

2018-02-16 22:40:39 UTC

Size

98.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.3/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.3

PG_VERSION

9.3.21-1.pgdg80+1


Layers

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

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

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

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

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

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

[#006] sha256:b08700e5d50ab8f0a1f0159066944e26ae361e3a4729e47b836ad3533c52c07d - 40.99% (40.2 MB)

[#007] sha256:0d904be4ecddde2131eff9b5b126000b1222435fd1e5eaf604a9041ad226bf0f - 0.01% (6.35 KB)

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

[#009] sha256:3987491305565bdd15fc3d3f4cc289ef558db3bd64f546bc84001d9b8091a606 - 0.0% (172 Bytes)

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

[#011] sha256:754989c8ba9d85697f21f6c5768990a53f37d4765ea0275ee946d01bcb3c83d5 - 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:39:51 UTC

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

2018-02-16 22:39:51 UTC

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

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

2018-02-16 22:40:35 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:40:35 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:40:36 UTC

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

2018-02-16 22:40:36 UTC

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

2018-02-16 22:40:37 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:40:37 UTC

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

2018-02-16 22:40:38 UTC

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

2018-02-16 22:40:39 UTC

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

2018-02-16 22:40:39 UTC

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

2018-02-16 22:40:39 UTC

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

2018-02-16 22:40:39 UTC

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

Details
Created

2018-02-16 00:29:40 UTC

Size

91 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.3/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.3

PG_VERSION

9.3.21-1.pgdg80+1


Layers

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

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

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

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

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

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

[#006] sha256:ffcde411742e2f5505d3a009a32fe9c4c3501c49ce4ff1914a06fec444d44ece - 38.18% (34.7 MB)

[#007] sha256:16ee8ae3f6fc324647e63c455b6363c4bb29a7f2cf6d13d5dd6359ea0924a847 - 0.01% (6.35 KB)

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

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

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

[#011] sha256:90171313ba070232a2642721bb2b6b9ac4b3c3183fe7058f3fe6186b449b36ac - 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-16 00:12:18 UTC

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

2018-02-16 00:12:18 UTC

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

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

2018-02-16 00:29:35 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:29:36 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:29:36 UTC

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

2018-02-16 00:29:36 UTC

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

2018-02-16 00:29:37 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:29:38 UTC

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

2018-02-16 00:29:38 UTC

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

2018-02-16 00:29:39 UTC

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

2018-02-16 00:29:39 UTC

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

2018-02-16 00:29:40 UTC

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

2018-02-16 00:29:40 UTC

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

Details
Created

2018-02-15 17:15:05 UTC

Size

87.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.3/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.3

PG_VERSION

9.3.21-1.pgdg80+1


Layers

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

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

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

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

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

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

[#006] sha256:c269f184942f4521eeb5cb54b24caf9d4c52679f48bec2c3d7860438f27c4bf8 - 38.32% (33.7 MB)

[#007] sha256:3d40e9c8ea69be85c5df01ee472fd2c361779028ea8c7ff4fac01be5d47799dd - 0.01% (6.36 KB)

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

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

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

[#011] sha256:35613da6c7fe3fe0c14af1ee6225e5deccadb0a8c3dc9660c384d1288f63eadc - 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:58:51 UTC

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

2018-02-15 16:58:51 UTC

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

2018-02-15 17:14:58 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 17:14:59 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 17:15:00 UTC

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

2018-02-15 17:15:00 UTC

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

2018-02-15 17:15:01 UTC

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

2018-02-15 17:15:01 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 17:15:02 UTC

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

2018-02-15 17:15:02 UTC

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

2018-02-15 17:15:04 UTC

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

2018-02-15 17:15:04 UTC

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

2018-02-15 17:15:05 UTC

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

2018-02-15 17:15:05 UTC

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

Details
Created

2018-02-15 23:38:05 UTC

Size

89.6 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.3/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.3

PG_VERSION

9.3.21-1.pgdg80+1


Layers

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

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

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

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

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

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

[#006] sha256:30b6fb9124d57771eec223e8311cb6d5b999b494af65822c9f74da09ae08ca4e - 38.28% (34.3 MB)

[#007] sha256:c507481215fbdb1296a84a8162c5042efe3baf7a4ec49a0231facea6004a79d8 - 0.01% (6.36 KB)

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

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

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

[#011] sha256:ac2447f84aa1cdb1caac0e9a1c6d7f74b3309b735be5d45132b2d01054ee0ce3 - 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 23:09:55 UTC

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

2018-02-15 23:09:55 UTC

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

2018-02-15 23:37:41 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:37:46 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:37:50 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:37:51 UTC

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

2018-02-15 23:37:52 UTC

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

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

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

2018-02-15 23:37:58 UTC

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

2018-02-15 23:38:01 UTC

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

2018-02-15 23:38:02 UTC

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

2018-02-15 23:38:04 UTC

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

2018-02-15 23:38:05 UTC

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

Details
Created

2018-02-15 08:08:39 UTC

Size

96.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.3/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.3

PG_VERSION

9.3.21-1.pgdg80+1


Layers

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

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

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

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

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

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

[#006] sha256:d358b412effd8942217c4827508bbcb717d19e08abf2ad9b256c12af704a4f80 - 40.78% (39.3 MB)

[#007] sha256:64dd28ec64d06cdd8cdd1f266a9a1a9824e4b31542e967b50a799e1899c186b9 - 0.01% (6.35 KB)

[#008] sha256:c94b17445ace8ee8159221895cc5eaf581062538f65a3e687ac26c513d6b674b - 0.0% (128 Bytes)

[#009] sha256:d5c550c4e99331cdb688bc8abdf123e980373679ad1e1f8599a5c6a108f98314 - 0.0% (203 Bytes)

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

[#011] sha256:0ca1d5263c993be39e5ba50459acdf49a2d3dbc240526d81327b5d0836ce1526 - 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 08:00:51 UTC

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

2018-02-15 08:00:53 UTC

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

2018-02-15 08:07:36 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:07: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-15 08:07:52 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:07:56 UTC

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

2018-02-15 08:07:59 UTC

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

2018-02-15 08:08:06 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:08:16 UTC

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

2018-02-15 08:08:19 UTC

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

2018-02-15 08:08:30 UTC

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

2018-02-15 08:08:33 UTC

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

2018-02-15 08:08:36 UTC

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

2018-02-15 08:08:39 UTC

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

Details
Created

2018-02-15 07:55:45 UTC

Size

94.7 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.3/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

9.3

PG_VERSION

9.3.21-1.pgdg80+1


Layers

[#000] sha256:9c41e82a505c62c52ff8e8d0b157b438dad9642bc97d4389c8156b3dd4ae3b9e - 53.17% (50.3 MB)

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

[#002] sha256:52080ebd673a207dd59acb70defed683edd30768000383bcb091476f6edeb42b - 0.98% (948 KB)

[#003] sha256:8ffaa04760cdbd271208aa1c188633875c8e23ae75d11d48014cf204fa05a9ff - 7.18% (6.8 MB)

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

[#005] sha256:89096fd23a0029c5441ca3d3adfbbe4230943317bc4f8d9c22b68be95c1908af - 0.0% (4.38 KB)

[#006] sha256:2b1638317a6eec845797770ac44f49f043fa73b9307bb88e446ae79ff007df27 - 38.66% (36.6 MB)

[#007] sha256:2844ebc25a894bc6a7533473138c0631fd14801588804a545f92369ee0a85ed5 - 0.01% (6.36 KB)

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

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

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

[#011] sha256:e9ef3e9b67c267c11c218a1a70de1de4cc5aff1e9ab28f0cf27ac448a93952ca - 0.0% (118 Bytes)


History
2018-02-15 06:22:37 UTC

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

2018-02-15 06:22:37 UTC

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

2018-02-15 07:21:55 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:21:55 UTC

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

2018-02-15 07:21:56 UTC

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

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

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

2018-02-15 07:22:29 UTC

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

2018-02-15 07:22: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:48:16 UTC

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

2018-02-15 07:48:16 UTC

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

2018-02-15 07:55:41 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 07:55:42 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 07:55:43 UTC

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

2018-02-15 07:55:43 UTC

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

2018-02-15 07:55:43 UTC

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

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

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

2018-02-15 07:55:44 UTC

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

2018-02-15 07:55:44 UTC

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

2018-02-15 07:55:44 UTC

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

2018-02-15 07:55:45 UTC

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

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