2018-10-19 11:26:20 UTC
27.9 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR11
PG_SHA256bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b
PG_VERSION11.0
[#000] sha256:6b5c2e9bbf9885ccefe772a5a1f471d7da4315b7bf43ec3b4c014a65d04073b1 - 7.78% (2.17 MB)
[#001] sha256:e4d99e807699886f28203b3284584d7b093a61a84c40230f7094513bb2f84cd2 - 0.0% (175 Bytes)
[#002] sha256:f62decef9da9188af4fbc9ef9917baeee10cdb2dd614c12c301d67bee68540f8 - 0.0% (148 Bytes)
[#003] sha256:7e6bdd8a295e0affd08d997b6e1ca45afb4b8c5d6786e468202742378265477c - 0.0% (115 Bytes)
[#004] sha256:0ca9fdf5fa45b72b4aa466c8289ac621c130ba81de50df36cdc929275cd3fb96 - 92.19% (25.7 MB)
[#005] sha256:575df45e471a4af242888c03f7e935dd1aa53fbedd7753b6b00634543f509132 - 0.03% (7.31 KB)
[#006] sha256:a83e867d1246e78939ba4a121f254d06975984d471eb529b211ea7c5fb30ea57 - 0.0% (129 Bytes)
[#007] sha256:2b50c3fdf5f1a3eab3ce54a6718e26b7ed7000da247e88c5bc3e060bace8383f - 0.0% (170 Bytes)
[#008] sha256:7056c0678bb5eb76da6d7c77ed91e520188599eea08f8306e87cb7e4122f2254 - 0.01% (2.16 KB)
[#009] sha256:f120bab8833a3fff2a66dbc882dc25b97e2dce0b8de33c9f374989a245e50503 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:b789aca08d6985c0bf373a2ca5f2a263d45e3a789aa6bbcd1fe1d47133f985d2 in /
2018-09-12 10:38:54 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-09-12 10:38:54 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-12 15:48:42 UTC/bin/sh -c set -ex; postgresHome="$(getent passwd postgres)"; postgresHome="$(echo "$postgresHome" | cut -d: -f6)"; [ "$postgresHome" = '/var/lib/postgresql' ]; mkdir -p "$postgresHome"; chown -R postgres:postgres "$postgresHome"
2018-09-12 15:48:42 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2018-09-12 15:48:43 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2018-09-12 15:48:43 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2018-10-19 11:23:13 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.0
2018-10-19 11:23:13 UTC/bin/sh -c #(nop) ENV PG_SHA256=bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b
2018-10-19 11:26:16 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps ca-certificates openssl tar && wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2" && echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c - && mkdir -p /usr/src/postgresql && tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 && rm postgresql.tar.bz2 && apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev && cd /usr/src/postgresql && awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new && grep '/var/run/postgresql' src/include/pg_config_manual.h.new && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' && ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu && make -j "$(nproc)" world && make install-world && make -C contrib install && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata && apk del .fetch-deps .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2018-10-19 11:26:17 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2018-10-19 11:26:18 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2018-10-19 11:26:18 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2018-10-19 11:26:18 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-10-19 11:26:19 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2018-10-19 11:26:19 UTC/bin/sh -c #(nop) COPY file:e4d1cf3be629c43237bbb1e31a071c44ad8c72b8285cb3fb00c70144997dbdb8 in /usr/local/bin/
2018-10-19 11:26:20 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2018-10-19 11:26:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-10-19 11:26:20 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2018-10-19 11:26:20 UTC/bin/sh -c #(nop) CMD ["postgres"]
2018-10-18 23:43:52 UTC
27.1 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR11
PG_SHA256bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b
PG_VERSION11.0
[#000] sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde - 7.76% (2.1 MB)
[#001] sha256:08cf8c12f47e64151935f8d8ea6529409384c9c0b753ef0df7df7711d35fe033 - 0.0% (147 Bytes)
[#002] sha256:451b995b6a91a797f19b87bc008422c652e8a565818e0de3e794da96c08e4030 - 0.0% (115 Bytes)
[#003] sha256:4e120c38e0aaf136372b16d21d8a12675b0353da6c1eec828b0eb1979a3bd5a8 - 92.2% (25 MB)
[#004] sha256:114a638392f134b90c9d672d66c247cd03b76ab89d599b351f4869c24e07b7a0 - 0.03% (7.31 KB)
[#005] sha256:2d140d9500009699e058122dd84089f621a44e25ab974f8e8b5d53ac19885084 - 0.0% (129 Bytes)
[#006] sha256:7fe210330066a77e9a30ba4502cc8b3c1b74e00f37c2d3700878410504304a20 - 0.0% (170 Bytes)
[#007] sha256:828c5663516744cb827e3d7878f7dcde9e1b622889e1f7d7e7217964739d3fda - 0.01% (2.16 KB)
[#008] sha256:799c2a403e8f1fc0164a2f2c20b664ae64e79e8a90f8fceb6b82cc8eae0a93c6 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:25c10b1d1b41d46a1827ad0b0d2389c24df6d31430005ff4e9a2d84ea23ebd42 in /
2018-09-11 22:19:50 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-12 01:37:36 UTC/bin/sh -c set -ex; postgresHome="$(getent passwd postgres)"; postgresHome="$(echo "$postgresHome" | cut -d: -f6)"; [ "$postgresHome" = '/var/lib/postgresql' ]; mkdir -p "$postgresHome"; chown -R postgres:postgres "$postgresHome"
2018-09-12 01:37:36 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2018-09-12 01:37:37 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2018-09-12 01:37:37 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2018-10-18 23:40:03 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.0
2018-10-18 23:40:03 UTC/bin/sh -c #(nop) ENV PG_SHA256=bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b
2018-10-18 23:43:48 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps ca-certificates openssl tar && wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2" && echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c - && mkdir -p /usr/src/postgresql && tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 && rm postgresql.tar.bz2 && apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev && cd /usr/src/postgresql && awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new && grep '/var/run/postgresql' src/include/pg_config_manual.h.new && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' && ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu && make -j "$(nproc)" world && make install-world && make -C contrib install && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata && apk del .fetch-deps .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2018-10-18 23:43:49 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2018-10-18 23:43:49 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2018-10-18 23:43:50 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2018-10-18 23:43: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-10-18 23:43:51 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2018-10-18 23:43:51 UTC/bin/sh -c #(nop) COPY file:e4d1cf3be629c43237bbb1e31a071c44ad8c72b8285cb3fb00c70144997dbdb8 in /usr/local/bin/
2018-10-18 23:43:52 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2018-10-18 23:43:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-10-18 23:43:52 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2018-10-18 23:43:52 UTC/bin/sh -c #(nop) CMD ["postgres"]
2018-10-19 08:29:59 UTC
26.1 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR11
PG_SHA256bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b
PG_VERSION11.0
[#000] sha256:905674ea9d9448b14f15ae82e3c34138680bac1ef4fc29088aae8c9639b502fe - 7.84% (2.05 MB)
[#001] sha256:d91fe322e1690c8fb3f2b684fd85335d36a45e509b1568683232aede6d8a5e2b - 0.0% (175 Bytes)
[#002] sha256:7b459e79bf042631c40606931b68bfb5ce1b67919800be4cff8a8aedad3c24ba - 0.0% (178 Bytes)
[#003] sha256:269c532d4d04c6df10c783d1559ccbbfea08af09012a6efa3f8c896227b49a75 - 0.0% (149 Bytes)
[#004] sha256:449056dd30edb6f25df652d7409cf417a211d5955a6c16a40f12eac2565367ef - 92.12% (24 MB)
[#005] sha256:8f0ab5b783a7aa1d253155162d2c7590b1b83f2e4c96c4e3735d7c8eceb7fff8 - 0.03% (7.32 KB)
[#006] sha256:34f2a0085ecd2d71a5ca013842479972bdedb441d9b3aaaf1b0b0d19906719d0 - 0.0% (161 Bytes)
[#007] sha256:e58b0df0ba002b9eca6206eb3e72b40e170133460b8a1ee8902f1d80ba0b682d - 0.0% (201 Bytes)
[#008] sha256:cf820091a1e723333991adcf3bb5f520d6ed331595a55f34756ebd76c5ce31c0 - 0.01% (2.17 KB)
[#009] sha256:a1d89655e8546fb7761c434c698efdac3b69de50f9537205e5428e8b922d1eb8 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:9c713f2312a88f19529816851673353155f329a4b024d62b03f656b0ce32f2a6 in /
2018-09-12 07:49:40 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-09-12 07:49:40 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-12 09:50:18 UTC/bin/sh -c set -ex; postgresHome="$(getent passwd postgres)"; postgresHome="$(echo "$postgresHome" | cut -d: -f6)"; [ "$postgresHome" = '/var/lib/postgresql' ]; mkdir -p "$postgresHome"; chown -R postgres:postgres "$postgresHome"
2018-09-12 09:50:19 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2018-09-12 09:50:24 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2018-09-12 09:50:25 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2018-10-19 07:49:39 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.0
2018-10-19 07:49:39 UTC/bin/sh -c #(nop) ENV PG_SHA256=bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b
2018-10-19 08:29:34 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps ca-certificates openssl tar && wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2" && echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c - && mkdir -p /usr/src/postgresql && tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 && rm postgresql.tar.bz2 && apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev && cd /usr/src/postgresql && awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new && grep '/var/run/postgresql' src/include/pg_config_manual.h.new && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' && ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu && make -j "$(nproc)" world && make install-world && make -C contrib install && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata && apk del .fetch-deps .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2018-10-19 08:29:41 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2018-10-19 08:29:45 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2018-10-19 08:29:46 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2018-10-19 08:29:51 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-10-19 08:29:52 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2018-10-19 08:29:53 UTC/bin/sh -c #(nop) COPY file:e4d1cf3be629c43237bbb1e31a071c44ad8c72b8285cb3fb00c70144997dbdb8 in /usr/local/bin/
2018-10-19 08:29:57 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2018-10-19 08:29:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-10-19 08:29:58 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2018-10-19 08:29:59 UTC/bin/sh -c #(nop) CMD ["postgres"]
2018-10-19 10:34:12 UTC
25.9 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR11
PG_SHA256bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b
PG_VERSION11.0
[#000] sha256:9941776d74c9129fd585b6f0434ba48bd3a7112d6736bc02e6d12f41153cab26 - 7.74% (2 MB)
[#001] sha256:ae94b3cb7a1b2cef0ceffe3303cd03f83434d283aab43389e586b42bea00b358 - 0.0% (176 Bytes)
[#002] sha256:3cecadf76f859dfd46b4be471258902265817079136caa1aeb7dbc82444e2984 - 0.0% (149 Bytes)
[#003] sha256:eb4f8030a24edaa562766cdb3bc5c1db6f8ced777ab4a58c82c8986a2d49959f - 0.0% (115 Bytes)
[#004] sha256:17ca599d3d10518a9df29017cd6280dc03ad97f3a2c4f3129b13e6b468e40ee2 - 92.22% (23.9 MB)
[#005] sha256:41a80dcf6fd559ca21de8d7e38d8b27036a29cc49331f62b4ced63848d3a488b - 0.03% (7.31 KB)
[#006] sha256:d9df957802ae288e40fbc31307f8a622a68531b70018d110c011e66004713786 - 0.0% (129 Bytes)
[#007] sha256:7f30098c8f0519f71ae014398085b6b20ae4b2218f78a89db76b8124246670f6 - 0.0% (172 Bytes)
[#008] sha256:b338eb356997ab1232d71dcc7012296d6806aff021c11439de8e9d6f94bb431f - 0.01% (2.16 KB)
[#009] sha256:2dbbdab0f9d209f1f7ed49e338a8439ea1677ada9a19bea92d03a63f3ec2f3cc - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:a4b53e2a2e207c5107a76c16d91b99cb1ed4ecb90b363913798e663426137d45 in /
2018-09-12 08:42:24 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-09-12 08:42:25 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-22 09:29:55 UTC/bin/sh -c set -ex; postgresHome="$(getent passwd postgres)"; postgresHome="$(echo "$postgresHome" | cut -d: -f6)"; [ "$postgresHome" = '/var/lib/postgresql' ]; mkdir -p "$postgresHome"; chown -R postgres:postgres "$postgresHome"
2018-09-22 09:29:56 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2018-09-22 09:29:58 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2018-09-22 09:29:58 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2018-10-19 10:29:32 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.0
2018-10-19 10:29:33 UTC/bin/sh -c #(nop) ENV PG_SHA256=bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b
2018-10-19 10:34:01 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps ca-certificates openssl tar && wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2" && echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c - && mkdir -p /usr/src/postgresql && tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 && rm postgresql.tar.bz2 && apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev && cd /usr/src/postgresql && awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new && grep '/var/run/postgresql' src/include/pg_config_manual.h.new && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' && ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu && make -j "$(nproc)" world && make install-world && make -C contrib install && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata && apk del .fetch-deps .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2018-10-19 10:34:03 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2018-10-19 10:34:05 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2018-10-19 10:34:06 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2018-10-19 10:34:07 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-10-19 10:34:08 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2018-10-19 10:34:08 UTC/bin/sh -c #(nop) COPY file:e4d1cf3be629c43237bbb1e31a071c44ad8c72b8285cb3fb00c70144997dbdb8 in /usr/local/bin/
2018-10-19 10:34:10 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2018-10-19 10:34:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-10-19 10:34:12 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2018-10-19 10:34:12 UTC/bin/sh -c #(nop) CMD ["postgres"]
2018-10-19 09:08:54 UTC
26.8 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR11
PG_SHA256bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b
PG_VERSION11.0
[#000] sha256:d6201b52ea9b908d4d6e950e2a79ded27be48979d6f0f63bd3a57b16b621f188 - 7.81% (2.09 MB)
[#001] sha256:7c5cedde51de1c8ffccd5521fd02fc1efc1cc44ece2d5dccb1e550a65366cd80 - 0.0% (177 Bytes)
[#002] sha256:ce2aed787f849a52cf883e13ec56851afd8a06a4ee7ddfe2d14cad3266755048 - 0.0% (180 Bytes)
[#003] sha256:5b991fd87d966eb69a30f71a6c4256a725f9e19bb13f0b9ebe7bf38edfec5261 - 0.0% (149 Bytes)
[#004] sha256:0b458b0326ccb87c3cfbec172e025c91af561a669be8714a0f59e90397a0a3dc - 92.15% (24.7 MB)
[#005] sha256:e85942a8c13897e1d146bcc1feeb3ce02bc0ae9dbc83c155f2ba070a6c8cf947 - 0.03% (7.31 KB)
[#006] sha256:92576b9e1ccf1a3e02a9eb855858e8838d98e26cf6c86ec36854ac8e04200cd8 - 0.0% (161 Bytes)
[#007] sha256:62b3527f9843e27c4a355ba548fa86aa088f62b6ad90aaab52d4b9944f02ae5a - 0.0% (202 Bytes)
[#008] sha256:ac3e3d15070f71437a7d926aa43979d5f2ef50b7a5a029e0e7d8f895bf9696f8 - 0.01% (2.16 KB)
[#009] sha256:55d15297581ff49104fc89914efe5822bac713077340d025009465d050177201 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:0991fe2a00b8319ade0b97ea20b79708b45153da36419ca58378c8bece0f987c in /
2018-09-12 08:18:13 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-09-12 08:18:14 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-12 10:51:56 UTC/bin/sh -c set -ex; postgresHome="$(getent passwd postgres)"; postgresHome="$(echo "$postgresHome" | cut -d: -f6)"; [ "$postgresHome" = '/var/lib/postgresql' ]; mkdir -p "$postgresHome"; chown -R postgres:postgres "$postgresHome"
2018-09-12 10:51:57 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2018-09-12 10:51:59 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2018-09-12 10:52:00 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2018-10-19 09:05:48 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.0
2018-10-19 09:05:55 UTC/bin/sh -c #(nop) ENV PG_SHA256=bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b
2018-10-19 09:08:36 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps ca-certificates openssl tar && wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2" && echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c - && mkdir -p /usr/src/postgresql && tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 && rm postgresql.tar.bz2 && apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev && cd /usr/src/postgresql && awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new && grep '/var/run/postgresql' src/include/pg_config_manual.h.new && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' && ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu && make -j "$(nproc)" world && make install-world && make -C contrib install && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata && apk del .fetch-deps .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2018-10-19 09:08:40 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2018-10-19 09:08:42 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2018-10-19 09:08:43 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2018-10-19 09:08:45 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-10-19 09:08:47 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2018-10-19 09:08:48 UTC/bin/sh -c #(nop) COPY file:e4d1cf3be629c43237bbb1e31a071c44ad8c72b8285cb3fb00c70144997dbdb8 in /usr/local/bin/
2018-10-19 09:08:50 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2018-10-19 09:08:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-10-19 09:08:53 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2018-10-19 09:08:54 UTC/bin/sh -c #(nop) CMD ["postgres"]
2018-10-19 12:11:17 UTC
27.2 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR11
PG_SHA256bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b
PG_VERSION11.0
[#000] sha256:e5d7a290acc264d66e5c29923d4b8a79135ffd15887225581968bf7df22fb281 - 8.1% (2.2 MB)
[#001] sha256:ad01149bcd3bd207c03ab0c38897be9653222644a37b651c399c24f1e9170313 - 0.0% (176 Bytes)
[#002] sha256:c3467e43c9cde5d538fd09854a748a89a5ac8b937cfca30a220774cf9ac9638f - 0.0% (148 Bytes)
[#003] sha256:cb65a0a3aba41fff3043c6e09e45d1063ea0f748bbaae83742fa55e80cd7858a - 0.0% (115 Bytes)
[#004] sha256:705346602cde026efda74e388e6c895359d2ff5af03318b702112089375f41a6 - 91.86% (24.9 MB)
[#005] sha256:c2e3dee94f80e9a3dce4dcc2e25a110691b280d2e2da180862763a0d0e24bf06 - 0.03% (7.32 KB)
[#006] sha256:d1a919834b59417324a9796c60693162511e2ad0a1f344c9593fa727294d477f - 0.0% (130 Bytes)
[#007] sha256:3c1019c3311eebcf893fddbe8612bfcd6d354420a31010060334be21197bae32 - 0.0% (170 Bytes)
[#008] sha256:317d560f523c58f14342722b7cdf595c324df057a6853bfb8b7bb10d31affae2 - 0.01% (2.17 KB)
[#009] sha256:83a67b69dae6c261591b495bc8ad37c6c4d491672695054f0601cb02dc290964 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:532f451315fcf5c4077ef91f62d9838cf5681b4a348af2d78f6edd825146612c in /
2018-09-12 11:42:25 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-09-12 11:42:25 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-12 12:55:49 UTC/bin/sh -c set -ex; postgresHome="$(getent passwd postgres)"; postgresHome="$(echo "$postgresHome" | cut -d: -f6)"; [ "$postgresHome" = '/var/lib/postgresql' ]; mkdir -p "$postgresHome"; chown -R postgres:postgres "$postgresHome"
2018-09-12 12:55:49 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2018-09-12 12:55:50 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2018-09-12 12:55:50 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2018-10-19 12:08:33 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.0
2018-10-19 12:08:33 UTC/bin/sh -c #(nop) ENV PG_SHA256=bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b
2018-10-19 12:11:14 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps ca-certificates openssl tar && wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2" && echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c - && mkdir -p /usr/src/postgresql && tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 && rm postgresql.tar.bz2 && apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev && cd /usr/src/postgresql && awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new && grep '/var/run/postgresql' src/include/pg_config_manual.h.new && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' && ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu && make -j "$(nproc)" world && make install-world && make -C contrib install && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata && apk del .fetch-deps .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2018-10-19 12:11:15 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2018-10-19 12:11:15 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2018-10-19 12:11:15 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2018-10-19 12:11: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-10-19 12:11:16 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2018-10-19 12:11:16 UTC/bin/sh -c #(nop) COPY file:e4d1cf3be629c43237bbb1e31a071c44ad8c72b8285cb3fb00c70144997dbdb8 in /usr/local/bin/
2018-10-19 12:11:17 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2018-10-19 12:11:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-10-19 12:11:17 UTC/bin/sh -c #(nop) EXPOSE 5432/tcp
2018-10-19 12:11:17 UTC/bin/sh -c #(nop) CMD ["postgres"]
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.