2019-06-04 21:07:23 UTC
13.9 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.4
PG_SHA256d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b
PG_VERSION9.4.22
[#000] sha256:d0c434c0359e2da36b788ae4f5a3a70015d83ee20070aa412e714c7feecca465 - 18.89% (2.62 MB)
[#001] sha256:59abaccdd77df92face9cf6ca594b115a700cac27f4370b2dcd8b899c7dc4f80 - 0.0% (147 Bytes)
[#002] sha256:4c029f1d6b833217c736af0ee3c47a640c9f57eff8c528ba06458561ffbead18 - 0.0% (115 Bytes)
[#003] sha256:60afa05b26fc7b306ff4b132be765ded5dac0f959953eaa58969974861a873c8 - 81.05% (11.3 MB)
[#004] sha256:38a55a4ab1b7140051df169c44af11df9085c3828788c4a4274f437b2d29d32f - 0.05% (6.53 KB)
[#005] sha256:af143b95c94e982ac831f384dc5642b5f7c05a5c691e1cee50c546a5978ed649 - 0.0% (129 Bytes)
[#006] sha256:c2414e52f970110824dd44351caa687fe3fb41ad6cc42c2bbe4745f86a20dc6a - 0.0% (170 Bytes)
[#007] sha256:c8132de2729ad2c19b97eeedf66a7578a94310508f03df120f6429a3bbdaa1c7 - 0.02% (2.32 KB)
[#008] sha256:4b7d53460d1b2235473967622eb92c713b7600bb3a6ccfcc9faa1232b5b9a681 - 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:44:57 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.4
2019-05-11 15:44:57 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.4.22
2019-05-11 15:44:57 UTC/bin/sh -c #(nop) ENV PG_SHA256=d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b
2019-06-04 21:07:20 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:07:20 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-06-04 21:07:21 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:07:21 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-04 21:07:22 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-04 21:07:22 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-04 21:07:22 UTC/bin/sh -c #(nop) COPY file:7268f113a051af65206d1d53f47df8864cf0bd54b22d4b146818983322dd27b2 in /usr/local/bin/
2019-06-04 21:07:23 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-04 21:07:23 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-04 21:07:23 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-04 21:07:23 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-04 20:56:19 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.4
PG_SHA256d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b
PG_VERSION9.4.22
[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 19.67% (2.63 MB)
[#001] sha256:ddab92d60ba90017f12dd42d606551d002a5a0cc09be31e16105925cbfa07481 - 0.0% (147 Bytes)
[#002] sha256:8c4b0e7b82b8e1bdf8e5908b08113fb98ab570336a917e5d207ad5e84130cea9 - 0.0% (115 Bytes)
[#003] sha256:d96d8b3fc41db3e3f8f8e367c604893ccc08dd54bb4137f84978cd0b9f7ba320 - 80.26% (10.7 MB)
[#004] sha256:185faa04591edc030aebe9dd4e690659b87de4c2bc06faaaaa8844032766c818 - 0.05% (6.53 KB)
[#005] sha256:474d37357f629be5e76af9576a2156fe14e96e0f74c15f3f84da3f970197789a - 0.0% (128 Bytes)
[#006] sha256:c8ec7b52a020921cd44a12089d30f878e5d02f119a2f1a8a3c613bed256723da - 0.0% (170 Bytes)
[#007] sha256:915109567abd5b9c513c2140aef546ebc502ea23f3f1e1d7bd4b14029efb22e9 - 0.02% (2.32 KB)
[#008] sha256:25f3deff8ac7ef30c8b784341b6b4a5a0b92deac68e332c7597d4d76cb6b274e - 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 03:04:14 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.4
2019-05-11 03:04:14 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.4.22
2019-05-11 03:04:14 UTC/bin/sh -c #(nop) ENV PG_SHA256=d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b
2019-06-04 20:56:12 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:56:14 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-06-04 20:56:15 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:56:15 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-04 20:56:16 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-04 20:56:17 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-04 20:56:17 UTC/bin/sh -c #(nop) COPY file:7268f113a051af65206d1d53f47df8864cf0bd54b22d4b146818983322dd27b2 in /usr/local/bin/
2019-06-04 20:56:18 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-04 20:56:19 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-04 20:56:19 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-04 20:56:19 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-04 21:06:41 UTC
12.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.4
PG_SHA256d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b
PG_VERSION9.4.22
[#000] sha256:6e39823df636e42cc4ea056843af98c9bec31b5ae0a75cdc5628cd19b589189c - 18.99% (2.43 MB)
[#001] sha256:a40067f00f6272b4ee3ced6fe442909565af7511237b288ac04f07ec071b2e27 - 0.0% (177 Bytes)
[#002] sha256:ff4e59b89070cb7c3fb445d9f3f2461a0ca2fae91eb7f2a68888de988c23af3e - 0.0% (149 Bytes)
[#003] sha256:fca6742d114115f3c60b4c1515410f5225762440e519b5fa1160889dfcc587d3 - 80.94% (10.3 MB)
[#004] sha256:6b1cd444d26825317edabb392fa5edb4d9293252f0acaef6d04f23b120c45c8b - 0.05% (6.53 KB)
[#005] sha256:ec22429d205b1afb245ae783cfc30111abe529a36e073958abe5cf6bd7e98844 - 0.0% (161 Bytes)
[#006] sha256:4835bd5a3baa8013eb35eb4150fad0619482018f7e89f970a57ca2a73860e0d5 - 0.0% (202 Bytes)
[#007] sha256:fd7bec738b588b90291384cf04b53a903b3a290ca3eca3243b13ada52a825823 - 0.02% (2.32 KB)
[#008] sha256:2c4e3ac11cb0eb23c199cfa7ddb29ec626beb4e0970b1e56faea00cdb3d2e0e5 - 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:08:48 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.4
2019-05-11 09:08:48 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.4.22
2019-05-11 09:08:48 UTC/bin/sh -c #(nop) ENV PG_SHA256=d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b
2019-06-04 21:06:29 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:06:31 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-06-04 21:06:33 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:06:33 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-04 21:06:35 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-04 21:06:36 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-04 21:06:37 UTC/bin/sh -c #(nop) COPY file:7268f113a051af65206d1d53f47df8864cf0bd54b22d4b146818983322dd27b2 in /usr/local/bin/
2019-06-04 21:06:39 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-04 21:06:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-04 21:06:40 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-04 21:06:41 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-04 21:43:35 UTC
12 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.4
PG_SHA256d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b
PG_VERSION9.4.22
[#000] sha256:856f4240f8dba160c5323506c1e9a4dbaaca840bf1b0c244af3b8d1b42b0f43b - 18.65% (2.24 MB)
[#001] sha256:f75ddb9311b604ba4812721c497434892efb88706cc9aebdd3e3e84b5e1133b2 - 0.0% (178 Bytes)
[#002] sha256:e6360535493a3ecaf4b471443cd23c3ec46c6594f3a0961f44368f47e0a39b39 - 0.0% (149 Bytes)
[#003] sha256:5806010995705f95e00b35ef31b1d5e45ab7d6f0441af26d825c90e746354880 - 81.27% (9.77 MB)
[#004] sha256:a38e461e58aea21440fa6cd32c506dbe4966a6ea8c48d7e204e824445fbef542 - 0.05% (6.53 KB)
[#005] sha256:c59dff738ac3b49eaeddecc188f6c0e90d9a18e31ebf1f7172c800712e98294e - 0.0% (161 Bytes)
[#006] sha256:eff830b7f47cf5929f7f511dffdf0788842bce8aabfe97d6652dcc37b191e630 - 0.0% (202 Bytes)
[#007] sha256:0a1764b0b1d686f8689c8e638b5d90bfab165b91f9c012021ebaafb6960e46d1 - 0.02% (2.32 KB)
[#008] sha256:83b8d62b376c5ef43158337525b9cf6618b5d86e5d86cdd22b563e28586537e4 - 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:05:24 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.4
2019-05-11 13:05:25 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.4.22
2019-05-11 13:05:25 UTC/bin/sh -c #(nop) ENV PG_SHA256=d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b
2019-06-04 21:43:19 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:43:23 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-06-04 21:43:24 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:43:25 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-04 21:43:26 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-04 21:43:27 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-04 21:43:28 UTC/bin/sh -c #(nop) COPY file:7268f113a051af65206d1d53f47df8864cf0bd54b22d4b146818983322dd27b2 in /usr/local/bin/
2019-06-04 21:43:32 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-04 21:43:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-04 21:43:34 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-04 21:43:35 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-19 23:30:18 UTC
13.2 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.4
PG_SHA256d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b
PG_VERSION9.4.22
[#000] sha256:0362ad1dd800a9d92f8982fa28f173f9120266153830f990f7486f44b068968a - 19.39% (2.56 MB)
[#001] sha256:288d38dc2b23a4921b8bada77743a7e933f727a406509d08754562d18d126202 - 0.0% (180 Bytes)
[#002] sha256:97d1446b106edbf3122d9cd59e3b6b5b1769b2a10844f1f056203d77434548f8 - 0.0% (149 Bytes)
[#003] sha256:3d0db709e6ece8ce8a81d242fec2ea215f87d84988f659cfe3e2527d4edd1b55 - 80.54% (10.7 MB)
[#004] sha256:3acf9eb1bac40665174550247c625fb0ddff2d49a8c316505b6c1421e5b86559 - 0.05% (6.53 KB)
[#005] sha256:3cfb4f5bf7f8b981f155a237ca84ee772ea9ce687b0c3203ae29396851000fa4 - 0.0% (161 Bytes)
[#006] sha256:744c453a756f85d9e6bfbf27a083be6d923697976daa7a59e5b82125923934f2 - 0.0% (201 Bytes)
[#007] sha256:7a68edc8576a9d219eb78f03ef692c4adda092e32b7ec34690c4586fa9685b43 - 0.02% (2.32 KB)
[#008] sha256:79dbfd290a279d3f02c47adb19a2db9d79681f85adf915daf1cbb4d6f7d0c5da - 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:28:02 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.4
2019-06-19 23:28:02 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.4.22
2019-06-19 23:28:03 UTC/bin/sh -c #(nop) ENV PG_SHA256=d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b
2019-06-19 23:30:07 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:30:09 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-06-19 23:30:10 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:30:10 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-19 23:30:12 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-19 23:30:12 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-19 23:30:13 UTC/bin/sh -c #(nop) COPY file:7268f113a051af65206d1d53f47df8864cf0bd54b22d4b146818983322dd27b2 in /usr/local/bin/
2019-06-19 23:30:16 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-19 23:30:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-19 23:30:18 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-19 23:30:18 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-20 00:00:50 UTC
14.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.4
PG_SHA256d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b
PG_VERSION9.4.22
[#000] sha256:221c32b360a801e69a8aac598d495aaac3512642f967704a9d9bc5d6b4b4709e - 18.44% (2.65 MB)
[#001] sha256:46b81a6a0d9bdf3b207768607b99415b72d93b6d489c64f096adc23bdc98d100 - 0.0% (181 Bytes)
[#002] sha256:1b444c3b4819f42a3724ec08b289ae13829a9a97e8342c12d48a849fa4b335c9 - 0.0% (149 Bytes)
[#003] sha256:3ece426201d5dce26a17a558e5d4d572c47c63ddc9f7138611df0ee142b1a2dc - 81.49% (11.7 MB)
[#004] sha256:e905883d5b9efe14f307826b557c1c4cac006cd61dd318c14c61a9788de46e02 - 0.04% (6.53 KB)
[#005] sha256:c8ce15331350bc1556b82a2e585987aaa5f4fcfbb1e2bbb8158f69d9debce393 - 0.0% (161 Bytes)
[#006] sha256:9fbf34da8b8d000ae45c0c2e00b44e5ab332ada5bed51d1d2198687902cabe5b - 0.0% (202 Bytes)
[#007] sha256:c62a06284083d28eb7a7de57784976bd1d930c3d786e27fb693bacabaf94fa73 - 0.02% (2.32 KB)
[#008] sha256:5d78459f37dadc6d72f65da1f8374c56e936f3dfdaef001e489e1a40b4d2c0b7 - 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:57:48 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.4
2019-06-19 23:57:51 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.4.22
2019-06-19 23:57:54 UTC/bin/sh -c #(nop) ENV PG_SHA256=d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b
2019-06-20 00:00:15 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-20 00:00:21 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-06-20 00:00:28 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-06-20 00:00:30 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-20 00:00:35 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-20 00:00:37 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-20 00:00:39 UTC/bin/sh -c #(nop) COPY file:7268f113a051af65206d1d53f47df8864cf0bd54b22d4b146818983322dd27b2 in /usr/local/bin/
2019-06-20 00:00:44 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-20 00:00:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-20 00:00:48 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-20 00:00:50 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-06-04 21:16:10 UTC
13 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.4
PG_SHA256d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b
PG_VERSION9.4.22
[#000] sha256:bea4f04d8b33c5bd68ccb34849e615333c5ef00958b400841a03970dd2d5e9ae - 18.59% (2.43 MB)
[#001] sha256:4865e585d61883382119870b39920229ec382dca0843f11998783168258af442 - 0.0% (147 Bytes)
[#002] sha256:21c4e1be2dab7e661d079ba60d96b75dbcbe44cd537c296f2ec882fb915438c5 - 0.0% (115 Bytes)
[#003] sha256:1086a62f833b60f45b3b94759bee37961ecef5f0f6378c1a24a6b1b22acb4e80 - 81.34% (10.6 MB)
[#004] sha256:3eff3c91853ea2a72d78f2fc49a6d5a49c3b0dd10dd2e20d9efbe8320c1ca2ff - 0.05% (6.53 KB)
[#005] sha256:b2d006ea9db23dc04fb517fae0bf576ca0849600c89bad7c28cad39eaaef8743 - 0.0% (128 Bytes)
[#006] sha256:17a8ddc0a03210e7893205acbf7f3848f42155ec688c4a30278371c920cbfa74 - 0.0% (170 Bytes)
[#007] sha256:361e5580ef5879bb864ff99a948779d2e7a474901f38e336ee2a962d939df68a - 0.02% (2.32 KB)
[#008] sha256:6c9c636ba6fee57315b73ceef289027bac8437af7965eb20f2f359a5d9cadc43 - 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:42:57 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.4
2019-05-11 12:42:57 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.4.22
2019-05-11 12:42:57 UTC/bin/sh -c #(nop) ENV PG_SHA256=d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b
2019-06-04 21:16: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:16:06 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-06-04 21:16:07 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:16:07 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-06-04 21:16:08 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-06-04 21:16:08 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-06-04 21:16:09 UTC/bin/sh -c #(nop) COPY file:7268f113a051af65206d1d53f47df8864cf0bd54b22d4b146818983322dd27b2 in /usr/local/bin/
2019-06-04 21:16:09 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-06-04 21:16:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-06-04 21:16:10 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-06-04 21:16:10 UTC/bin/sh -c #(nop) CMD ["postgres"]