2019-06-04 21:01:22 UTC
14.3 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_SHA256ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4
PG_VERSION9.6.13
[#000] sha256:d0c434c0359e2da36b788ae4f5a3a70015d83ee20070aa412e714c7feecca465 - 18.31% (2.62 MB)
[#001] sha256:59abaccdd77df92face9cf6ca594b115a700cac27f4370b2dcd8b899c7dc4f80 - 0.0% (147 Bytes)
[#002] sha256:4c029f1d6b833217c736af0ee3c47a640c9f57eff8c528ba06458561ffbead18 - 0.0% (115 Bytes)
[#003] sha256:83c0415ef5271b35d7823ab803d13721ed095582d0c0630664cd629aac545f15 - 81.62% (11.7 MB)
[#004] sha256:0d8a71b08f8eb59271bcec1766bcbd2ca5bb36bc35c69811a2a1b3557dc60940 - 0.05% (6.93 KB)
[#005] sha256:a84b3abf59d1395023ee37fa971a0edfad2ce1a1e751048b57f6f017547d83e8 - 0.0% (128 Bytes)
[#006] sha256:53aa4947cf2e6847b6eb5ebea535662ee226de6f36c8b4feb92ec6f570c5956a - 0.0% (170 Bytes)
[#007] sha256:1728b6dd340077d707940a72d8211871135fc55b439c2402d47b6b8f2923b7b4 - 0.02% (2.31 KB)
[#008] sha256:7ae09536fe6c231563d176977e3b7d323feb745fa03b5a367f8984eb001f45a3 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:6bcacb93c2814cb9c833dfb82a5ef000ef21e6864d9f0b20a7a68b6e16801700 in /
2019-05-11 10:39:25 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-05-11 15:31: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"
2019-05-11 15:31:36 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-05-11 15:31:37 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-05-11 15:38:39 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2019-05-11 15:38:39 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.13
2019-05-11 15:38:39 UTC/bin/sh -c #(nop) ENV PG_SHA256=ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4
2019-06-04 21:01:18 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 linux-headers make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-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 && 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
2019-06-04 21:01:19 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-06-04 21:01:19 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-06-04 21:01:19 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-04 21:01:20 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-04 21:01:20 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-04 21:01:21 UTC/bin/sh -c #(nop) COPY file:7268f113a051af65206d1d53f47df8864cf0bd54b22d4b146818983322dd27b2 in /usr/local/bin/
2019-06-04 21:01:21 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-04 21:01:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-04 21:01:22 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-04 21:01:22 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-04 20:44:13 UTC
13.8 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_SHA256ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4
PG_VERSION9.6.13
[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 19.09% (2.63 MB)
[#001] sha256:ddab92d60ba90017f12dd42d606551d002a5a0cc09be31e16105925cbfa07481 - 0.0% (147 Bytes)
[#002] sha256:8c4b0e7b82b8e1bdf8e5908b08113fb98ab570336a917e5d207ad5e84130cea9 - 0.0% (115 Bytes)
[#003] sha256:5e9841816344366f80d4951750f1c8429716a70f660be17848538c29f411a024 - 80.84% (11.1 MB)
[#004] sha256:0d5bc971dd39c33004f3711fa7a9c03b3dd8dc9b85416afded79e323b17469db - 0.05% (6.93 KB)
[#005] sha256:2b19e8cf84162628e39302d0ab79e6cc3640e5f496ad710acf4299437683cfa1 - 0.0% (129 Bytes)
[#006] sha256:cccb75d1366ecc96cea4d6941a4aa60c84c251448c8ebdacb74dac1677f3586b - 0.0% (170 Bytes)
[#007] sha256:a7ad18f1d0c790f684558322c83be97af381bc5f66fd2bc8bace3e321b11cd74 - 0.02% (2.32 KB)
[#008] sha256:564fe812a0304f5eb01e97a16fb0121a02ae914da7ffc4e4be54b7f9e08d1435 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:a86aea1f3a7d68f6ae03397b99ea77f2e9ee901c5c59e59f76f93adbb4035913 in /
2019-05-11 00:07:03 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-05-11 02:43:44 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"
2019-05-11 02:43:44 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-05-11 02:43:45 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-05-11 02:56:10 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2019-05-11 02:56:10 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.13
2019-05-11 02:56:10 UTC/bin/sh -c #(nop) ENV PG_SHA256=ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4
2019-06-04 20:44:05 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 linux-headers make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-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 && 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
2019-06-04 20:44:06 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-06-04 20:44:08 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-06-04 20:44:08 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-04 20:44:09 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-04 20:44:10 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-04 20:44:10 UTC/bin/sh -c #(nop) COPY file:7268f113a051af65206d1d53f47df8864cf0bd54b22d4b146818983322dd27b2 in /usr/local/bin/
2019-06-04 20:44:12 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-04 20:44:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-04 20:44:12 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-04 20:44:13 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-04 21:00:51 UTC
13.1 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_SHA256ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4
PG_VERSION9.6.13
[#000] sha256:6e39823df636e42cc4ea056843af98c9bec31b5ae0a75cdc5628cd19b589189c - 18.45% (2.43 MB)
[#001] sha256:a40067f00f6272b4ee3ced6fe442909565af7511237b288ac04f07ec071b2e27 - 0.0% (177 Bytes)
[#002] sha256:ff4e59b89070cb7c3fb445d9f3f2461a0ca2fae91eb7f2a68888de988c23af3e - 0.0% (149 Bytes)
[#003] sha256:9ac9c3fdd6713e4ada0c9e83420c5b07e64f0e8eafefc677c3d09df2c7d97045 - 81.48% (10.7 MB)
[#004] sha256:910ada32ee8de3e5fc4652a4ff805f5fe7fc9674cd7d2c6b5a3ff36a41997cd0 - 0.05% (6.94 KB)
[#005] sha256:196b473e137ccb34b0ac37cf1ef529edbb3216dc2f6bdb85d21f2942d2b3e938 - 0.0% (161 Bytes)
[#006] sha256:ef6dff78343b52efbd97ae0b09011b3dcded854a876462dab04f1c5a5bd24d89 - 0.0% (201 Bytes)
[#007] sha256:7bf481556d509e14d623812e27340ca7d5953b67311b9c29efa0175d50019e29 - 0.02% (2.32 KB)
[#008] sha256:99965e0b7bbfb0ab8a46873c3acad585b2405b7e40e5809c8b6f4bb99dd6c86b - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:202469fe868f49927884e8dd109fb8bb596ab6e435dc1bfc9f75f03e50e82325 in /
2019-05-11 07:49:31 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-05-11 09:00:48 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"
2019-05-11 09:00:49 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-05-11 09:00:50 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-05-11 09:05:04 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2019-05-11 09:05:04 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.13
2019-05-11 09:05:04 UTC/bin/sh -c #(nop) ENV PG_SHA256=ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4
2019-06-04 21:00:39 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 linux-headers make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-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 && 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
2019-06-04 21:00:43 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-06-04 21:00:45 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-06-04 21:00:45 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-04 21:00:47 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-04 21:00:48 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-04 21:00:48 UTC/bin/sh -c #(nop) COPY file:7268f113a051af65206d1d53f47df8864cf0bd54b22d4b146818983322dd27b2 in /usr/local/bin/
2019-06-04 21:00:50 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-04 21:00:51 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-04 21:00:51 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-04 21:00:51 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-04 21:39:17 UTC
12.4 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_SHA256ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4
PG_VERSION9.6.13
[#000] sha256:856f4240f8dba160c5323506c1e9a4dbaaca840bf1b0c244af3b8d1b42b0f43b - 18.13% (2.24 MB)
[#001] sha256:f75ddb9311b604ba4812721c497434892efb88706cc9aebdd3e3e84b5e1133b2 - 0.0% (178 Bytes)
[#002] sha256:e6360535493a3ecaf4b471443cd23c3ec46c6594f3a0961f44368f47e0a39b39 - 0.0% (149 Bytes)
[#003] sha256:c191697a414ee5326485ef794d3282b559356ac949058f039c8a9e6bd61c145c - 81.79% (10.1 MB)
[#004] sha256:7b3014bada565f5be204aca3a6457f9935e9c8f733edfcc97f6e51bdc443d31a - 0.05% (6.94 KB)
[#005] sha256:ed9fda82665dcdc3825f7b8f79c655117e81139d76110d169258fdb5480da724 - 0.0% (163 Bytes)
[#006] sha256:4f15417448efec3d652cb14aa8f8f1e9f33adab07dfe9f69066d22ac07459762 - 0.0% (201 Bytes)
[#007] sha256:523f7d072b6e8c915ca007161c5a6bb0d85d073ef31cb025108d334f559caf42 - 0.02% (2.32 KB)
[#008] sha256:83997ee8f19bc570db7340a6c41c57696d5ae73e7ece50378ccfea2313ba544f - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:6a887e546cc71145f8be9285950befcf2a4095b97ba44c66550b31165f7a02b5 in /
2019-05-11 11:57:34 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-05-11 12:56:11 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"
2019-05-11 12:56:11 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-05-11 12:56:13 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-05-11 13:00:46 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2019-05-11 13:00:47 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.13
2019-05-11 13:00:48 UTC/bin/sh -c #(nop) ENV PG_SHA256=ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4
2019-06-04 21:39:05 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 linux-headers make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-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 && 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
2019-06-04 21:39:08 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-06-04 21:39:10 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-06-04 21:39:10 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-04 21:39:12 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-04 21:39:12 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-04 21:39:13 UTC/bin/sh -c #(nop) COPY file:7268f113a051af65206d1d53f47df8864cf0bd54b22d4b146818983322dd27b2 in /usr/local/bin/
2019-06-04 21:39:15 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-04 21:39:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-04 21:39:16 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-04 21:39:17 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-19 23:25:08 UTC
13.6 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_SHA256ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4
PG_VERSION9.6.13
[#000] sha256:0362ad1dd800a9d92f8982fa28f173f9120266153830f990f7486f44b068968a - 18.82% (2.56 MB)
[#001] sha256:288d38dc2b23a4921b8bada77743a7e933f727a406509d08754562d18d126202 - 0.0% (180 Bytes)
[#002] sha256:97d1446b106edbf3122d9cd59e3b6b5b1769b2a10844f1f056203d77434548f8 - 0.0% (149 Bytes)
[#003] sha256:4f316b747697041252e8932400d341ec3ac03f8399c93a54d9e0c96c85dae019 - 81.1% (11 MB)
[#004] sha256:7b481fcb2d1670f2985c2e2bd88d621fcc882a8537d5cb6f7d113062e0c6b16f - 0.05% (6.94 KB)
[#005] sha256:508f272b504342c2bdb1c3dd4355ef804a05feea7d5e38756ccdf521fe2603a1 - 0.0% (161 Bytes)
[#006] sha256:3d246f814a8354af74333503368f6572828cf1770537b53b050cf207ff1600ec - 0.0% (201 Bytes)
[#007] sha256:273c95c83f5c3858ca3ad20173d15bd5be744796a11fba022e8625497773b5e7 - 0.02% (2.32 KB)
[#008] sha256:ffc3721a530e90dd5cfb2f930503a8b754ec112af712e9f92221d31b4c9d38e5 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:66f49017dd7ba295602526dbf210046e47fd097298c17a3f268a47487b5b6379 in /
2019-06-19 20:39:47 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-06-19 23:13: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"
2019-06-19 23:13:57 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-06-19 23:13:58 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-06-19 23:22:38 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2019-06-19 23:22:39 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.13
2019-06-19 23:22:39 UTC/bin/sh -c #(nop) ENV PG_SHA256=ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4
2019-06-19 23:24:55 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 linux-headers make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-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 && 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
2019-06-19 23:24:57 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-06-19 23:24:59 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-06-19 23:25:00 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-19 23:25:02 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-19 23:25:02 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-19 23:25:03 UTC/bin/sh -c #(nop) COPY file:7268f113a051af65206d1d53f47df8864cf0bd54b22d4b146818983322dd27b2 in /usr/local/bin/
2019-06-19 23:25:05 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-19 23:25:07 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-19 23:25:07 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-19 23:25:08 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-19 23:53:46 UTC
14.8 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_SHA256ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4
PG_VERSION9.6.13
[#000] sha256:221c32b360a801e69a8aac598d495aaac3512642f967704a9d9bc5d6b4b4709e - 17.89% (2.65 MB)
[#001] sha256:46b81a6a0d9bdf3b207768607b99415b72d93b6d489c64f096adc23bdc98d100 - 0.0% (181 Bytes)
[#002] sha256:1b444c3b4819f42a3724ec08b289ae13829a9a97e8342c12d48a849fa4b335c9 - 0.0% (149 Bytes)
[#003] sha256:30a7218135ac12cc7a8b66d041ad8d15130014f7c3a01f9bd802af29b75fed8d - 82.05% (12.2 MB)
[#004] sha256:59827cfde51c18c1081429eab19c407b50971ab3e64cb85f8a2305f1b3af0b60 - 0.05% (6.94 KB)
[#005] sha256:5c43291be433209568d7f24143656778ffafe029396f5eb170f6a1eef9dc6ea1 - 0.0% (161 Bytes)
[#006] sha256:cbb1aa59c2c98455dbed4dcedc53925d598a4a1e411351c9712863f4bca23adf - 0.0% (201 Bytes)
[#007] sha256:518c4fd2cfb9a8d63ff10d02f9ae5f010245fbc2f8a1bd5320cefb803383335a - 0.02% (2.32 KB)
[#008] sha256:3b106754ec4aa1502c8eb550c7501151eaffb3f5f3e170976b509acda51f13c4 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:109b3a992e029fdd5c3d6b378474c32a2c36cc5e549c83c3df3330dbc4eb7dd7 in /
2019-06-19 21:20:36 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-06-19 23:37: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"
2019-06-19 23:37:20 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-06-19 23:37:26 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-06-19 23:50:01 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2019-06-19 23:50:04 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.13
2019-06-19 23:50:05 UTC/bin/sh -c #(nop) ENV PG_SHA256=ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4
2019-06-19 23:53:05 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 linux-headers make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-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 && 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
2019-06-19 23:53:13 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-06-19 23:53:17 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-06-19 23:53:20 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-19 23:53:25 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-19 23:53:27 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-19 23:53:29 UTC/bin/sh -c #(nop) COPY file:7268f113a051af65206d1d53f47df8864cf0bd54b22d4b146818983322dd27b2 in /usr/local/bin/
2019-06-19 23:53:35 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-19 23:53:37 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-19 23:53:40 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-19 23:53:46 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-04 21:10:04 UTC
13.4 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_SHA256ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4
PG_VERSION9.6.13
[#000] sha256:bea4f04d8b33c5bd68ccb34849e615333c5ef00958b400841a03970dd2d5e9ae - 18.04% (2.43 MB)
[#001] sha256:4865e585d61883382119870b39920229ec382dca0843f11998783168258af442 - 0.0% (147 Bytes)
[#002] sha256:21c4e1be2dab7e661d079ba60d96b75dbcbe44cd537c296f2ec882fb915438c5 - 0.0% (115 Bytes)
[#003] sha256:77c5adfffff363cb776fa648c0bf558fe6c841884c4ad528a448cf7760998537 - 81.89% (11 MB)
[#004] sha256:cbf812f3717b3fd4e0408fb3bc1106833d9d08a085a197d9bc410f1992c972e6 - 0.05% (6.94 KB)
[#005] sha256:aa86fcf0cfdcd611350ee3c8c202aee3e0f0a8df8433631d9aa449e541718aec - 0.0% (129 Bytes)
[#006] sha256:b6c1a08709ea66125d7e43a185509adf1b13e6ba41e201f320162c918d5f45fc - 0.0% (171 Bytes)
[#007] sha256:1655248183aa6135a85fab2548dc83d632f2e4fc4d78aaffa408ba1c1f2d12e0 - 0.02% (2.32 KB)
[#008] sha256:6090dbf6fd38882fa14a27ebc155da216fffc5165286e31f8fcdc96eda9a0574 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:6b519ed40566a3088c7bf57b3f1624dadc83f9e56839d5cde42489b54a0a1e90 in /
2019-05-11 11:41:43 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-05-11 12:26:28 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"
2019-05-11 12:26:29 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-05-11 12:26:30 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-05-11 12:34:47 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2019-05-11 12:34:48 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.13
2019-05-11 12:34:48 UTC/bin/sh -c #(nop) ENV PG_SHA256=ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4
2019-06-04 21:09:56 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 linux-headers make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-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 && 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
2019-06-04 21:09:58 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-06-04 21:10:00 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-06-04 21:10:01 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-04 21:10:02 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-04 21:10:02 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-04 21:10:02 UTC/bin/sh -c #(nop) COPY file:7268f113a051af65206d1d53f47df8864cf0bd54b22d4b146818983322dd27b2 in /usr/local/bin/
2019-06-04 21:10:03 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-04 21:10:03 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-04 21:10:04 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-04 21:10:04 UTC/bin/sh -c #(nop) CMD ["postgres"]