2020-06-26 22:38:08 UTC
60.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_SHA256eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2
PG_VERSION11.8
[#000] sha256:0625b4155e2a59f647ece47c0cd77ed3196b1f84454fa64ce80cad90e2b9b79e - 4.38% (2.66 MB)
[#001] sha256:c748d368bf108a32daf0810b28e1996f37eca0dfed0dac7c8c2598e6c6029748 - 0.0% (1.22 KB)
[#002] sha256:8b0010b2123bc87ca763bce1e85a2350a168ce13065a7ae9b47e6ed49fa4b72d - 0.0% (115 Bytes)
[#003] sha256:6fcb8a00cafffe8ca96d63065b2a9f063d25cf6f6d1c0e1cd86c422ed016bcbb - 95.6% (58.2 MB)
[#004] sha256:919a7d5ce81323d6ef78860830820c8afdf23e926468b7eef2cfe5c12f1934ad - 0.01% (7.39 KB)
[#005] sha256:0f6498ddf7db76055a710eef730d02b18daaf87dc04cbae901cf041e001bfad0 - 0.0% (129 Bytes)
[#006] sha256:f655c2ece01b08fae3b9d2ce9d7666e54c2b94b78f577fa861d4ffbf7f5fb652 - 0.0% (164 Bytes)
[#007] sha256:a1bf24a035aaf338a50bb5ef431890a24bf2587ce101c1bd2c02f5f562d7c38e - 0.01% (4.16 KB)
[#008] sha256:6041b8f959a45140776b02e66697690b296b7f8cc39e5e784f3298c0af4a0cf6 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:5624441d97aca5eeb82a582941efc3586397098b8391227a9040ebe434cc1d6b in /
2020-05-29 21:38:33 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-06-11 23:02:21 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2020-06-11 23:02:22 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2020-06-11 23:02:23 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2020-06-11 23:25:52 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2020-06-11 23:25:52 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.8
2020-06-11 23:25:53 UTC/bin/sh -c #(nop) ENV PG_SHA256=eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2
2020-06-26 22:38:02 UTC/bin/sh -c set -ex && 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 llvm10-dev clang g++ 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 --with-llvm && 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 --no-network .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2020-06-26 22:38:04 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2020-06-26 22:38:05 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2020-06-26 22:38:05 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2020-06-26 22:38:06 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2020-06-26 22:38:06 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2020-06-26 22:38:07 UTC/bin/sh -c #(nop) COPY file:33e6fc6ab9ea2b87183e496ad72f1df7f682913ffd781b1451fd178b0c7d745a in /usr/local/bin/
2020-06-26 22:38:08 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2020-06-26 22:38:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-06-26 22:38:08 UTC/bin/sh -c #(nop) EXPOSE 5432
2020-06-26 22:38:08 UTC/bin/sh -c #(nop) CMD ["postgres"]
2020-06-26 20:59:03 UTC
57.6 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_SHA256eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2
PG_VERSION11.8
[#000] sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c - 4.63% (2.67 MB)
[#001] sha256:600cd4e17445b526dc093ca716d204a866349e5c7228251e31178e81371c47ff - 0.0% (1.22 KB)
[#002] sha256:04c8eedc9a7657acd81498f6619dffcb88d9a150879f9ec0cc358834aa84aaf7 - 0.0% (115 Bytes)
[#003] sha256:2704c561b4e356bae0dd001449168d68bf4cb739aa624c372627f3d2bc869c0b - 95.35% (54.9 MB)
[#004] sha256:db082802a6cb0354e0318ea604c47d5d807a1743dabbb0f652da06eb8332b444 - 0.01% (7.4 KB)
[#005] sha256:4d2a93e8110ba19016fb7f0bd79d454fffe857bc25f7deae5d95e80bd85573ea - 0.0% (128 Bytes)
[#006] sha256:ae8ba07f5a3709599d4dd420364881425fb3659444a3c5ab437efd47d063447a - 0.0% (164 Bytes)
[#007] sha256:3cfbb9fe5e84804ba38881bc61eddfb62164dff90427ab28b5327dc244de999f - 0.01% (4.16 KB)
[#008] sha256:005b6bf61c53e4f19feaa5c0decf6068a29681d8a88d95be34f2ecc7f331e1cf - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:c92c248239f8c7b9b3c067650954815f391b7bcb09023f984972c082ace2a8d0 in /
2020-05-29 21:19:46 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-06-11 22:46:48 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2020-06-11 22:46:48 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2020-06-11 22:46:49 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2020-06-11 23:03:58 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2020-06-11 23:03:58 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.8
2020-06-11 23:03:58 UTC/bin/sh -c #(nop) ENV PG_SHA256=eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2
2020-06-26 20:58:58 UTC/bin/sh -c set -ex && 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 llvm10-dev clang g++ 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 --with-llvm && 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 --no-network .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2020-06-26 20:58:59 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2020-06-26 20:59:00 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2020-06-26 20:59:00 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2020-06-26 20:59:02 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2020-06-26 20:59:02 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2020-06-26 20:59:02 UTC/bin/sh -c #(nop) COPY file:33e6fc6ab9ea2b87183e496ad72f1df7f682913ffd781b1451fd178b0c7d745a in /usr/local/bin/
2020-06-26 20:59:03 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2020-06-26 20:59:03 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-06-26 20:59:03 UTC/bin/sh -c #(nop) EXPOSE 5432
2020-06-26 20:59:03 UTC/bin/sh -c #(nop) CMD ["postgres"]
2020-06-26 19:47:33 UTC
55.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_SHA256eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2
PG_VERSION11.8
[#000] sha256:b4b72e716706d29f5d2351709c20bf737b94f876a5472a43ff1b6e203c65d27f - 4.44% (2.48 MB)
[#001] sha256:4e0c6822b30b82f1bf3837b7d730cf7d68d7101602023fc38fb839cf826a5bd6 - 0.0% (1.25 KB)
[#002] sha256:dcc1c5a5bbcba93ab5809dbcc58c6042d7a9983681f6a6f951d947b0d4d0c3b5 - 0.0% (149 Bytes)
[#003] sha256:ca3d701f126382527f9fef8949d3033905cd8b62c88fce7b59e7b64bfa5c17f4 - 95.54% (53.4 MB)
[#004] sha256:f69d8fc66fe8b831465cb026f912f54f6470df6056a3a2f6899de0cfbce445bf - 0.01% (7.4 KB)
[#005] sha256:b79434d6e17eb55a0cc3895e581216a9050eb1c78dd9ce3c1e8c3b1c510fd33e - 0.0% (162 Bytes)
[#006] sha256:422915a9f8a85de2dd8cc8a5058858b4edbba1f15dc62e910ba249522ae8255e - 0.0% (194 Bytes)
[#007] sha256:4a7ce6f55bef6a60667032f9b535e9464a323f6eb222da102567a05aae988681 - 0.01% (4.17 KB)
[#008] sha256:36049a8aa70d7b94bcc66a316e521e03d415680affd1eef2d686ad32a259d89d - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:f46e997a56849423db17e5fc9f0249ab6c73b155245927dba5fcb9dfd65f622f in /
2020-05-29 21:50:56 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-06-11 20:27:27 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2020-06-11 20:27:28 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2020-06-11 20:27:30 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2020-06-11 20:36:58 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2020-06-11 20:36:59 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.8
2020-06-11 20:37:00 UTC/bin/sh -c #(nop) ENV PG_SHA256=eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2
2020-06-26 19:47:13 UTC/bin/sh -c set -ex && 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 llvm10-dev clang g++ 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 --with-llvm && 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 --no-network .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2020-06-26 19:47:17 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2020-06-26 19:47:19 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2020-06-26 19:47:19 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2020-06-26 19:47:22 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2020-06-26 19:47:26 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2020-06-26 19:47:27 UTC/bin/sh -c #(nop) COPY file:33e6fc6ab9ea2b87183e496ad72f1df7f682913ffd781b1451fd178b0c7d745a in /usr/local/bin/
2020-06-26 19:47:30 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2020-06-26 19:47:31 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-06-26 19:47:32 UTC/bin/sh -c #(nop) EXPOSE 5432
2020-06-26 19:47:33 UTC/bin/sh -c #(nop) CMD ["postgres"]
2020-06-26 19:36:02 UTC
53.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_SHA256eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2
PG_VERSION11.8
[#000] sha256:52278dd8e57993669c5b72a9620e89bebdc098f2af2379caaa8945f7403f77a2 - 4.31% (2.3 MB)
[#001] sha256:fcd3f931b2a724d22b1f76af233e84a5d592aa2a21caad88700c700ef28bec95 - 0.0% (1.24 KB)
[#002] sha256:19f754b96158415f11b928d9d9e9f98a8cd305f2a033ef0b4c6e7bfe6645b508 - 0.0% (149 Bytes)
[#003] sha256:754503cfc402ee282d95c34f542ad2bc006ad2d6bfed6ad5d111e05aaeb5ef14 - 95.66% (50.9 MB)
[#004] sha256:e5124eede03460137b0a652916786ce5b2f2d6b482430e05e5a17d0b0ed938b3 - 0.01% (7.39 KB)
[#005] sha256:ab54ca59fb90dc4fa21667833fc9d62365baa0c4b2ebb4fe3f38f606a5dbf74c - 0.0% (163 Bytes)
[#006] sha256:a95a01e386f63c0646a3f3134e1ae104b67f76878d3d8ac74f615f5356a19a3b - 0.0% (193 Bytes)
[#007] sha256:994028269a757a17582b4bf773ea3076550adf1aa06b0c46464a219a1e9b4404 - 0.01% (4.16 KB)
[#008] sha256:e4d7ca1fe5591bb822af32b619ed29a4a3670c0934f98b08602c338c572bfa41 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:e97bf0d217846312b19a9f7264604851aedd125c23b4d291eed4c69b880dce26 in /
2020-05-29 21:02:08 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-06-11 20:43:57 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2020-06-11 20:43:58 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2020-06-11 20:44:01 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2020-06-11 20:51:51 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2020-06-11 20:51:52 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.8
2020-06-11 20:51:53 UTC/bin/sh -c #(nop) ENV PG_SHA256=eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2
2020-06-26 19:35:46 UTC/bin/sh -c set -ex && 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 llvm10-dev clang g++ 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 --with-llvm && 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 --no-network .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2020-06-26 19:35:50 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2020-06-26 19:35:52 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2020-06-26 19:35:53 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2020-06-26 19:35:57 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2020-06-26 19:35:57 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2020-06-26 19:35:58 UTC/bin/sh -c #(nop) COPY file:33e6fc6ab9ea2b87183e496ad72f1df7f682913ffd781b1451fd178b0c7d745a in /usr/local/bin/
2020-06-26 19:36:00 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2020-06-26 19:36:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-06-26 19:36:01 UTC/bin/sh -c #(nop) EXPOSE 5432
2020-06-26 19:36:02 UTC/bin/sh -c #(nop) CMD ["postgres"]
2020-06-26 20:51:27 UTC
57.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_SHA256eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2
PG_VERSION11.8
[#000] sha256:b538f80385f9b48122e3da068c932a96ea5018afa3c7be79da00437414bd18cd - 4.52% (2.58 MB)
[#001] sha256:f9d4833cc285b7342c1d7bab9159e04f3cb6d84914e4a6376bd605ef138613aa - 0.0% (1.25 KB)
[#002] sha256:6bf1f783f6dc9622807ab9414bb09346699c6eea41fd6260efcfe679699f206d - 0.0% (149 Bytes)
[#003] sha256:fe045615e2bd2b07865325ad6029a77f36d79a93522eb0c82a112c2f73e76892 - 95.46% (54.6 MB)
[#004] sha256:692dac0acda6e3514df5eeefe996df3ba0bcdcc80f4c010db29600c0f8741c15 - 0.01% (7.39 KB)
[#005] sha256:e1c1e44390fc23e0753912d4a0683077a36062ff17dce2a0bb723a69291c367b - 0.0% (161 Bytes)
[#006] sha256:f63d679ebcff119a0e40ebc2529b584e98ac21616cb3e4d96d70ceab844461d2 - 0.0% (193 Bytes)
[#007] sha256:d42cdc709d4507a318e02cff93523d124cac1df613756caf3f734102f138f175 - 0.01% (4.17 KB)
[#008] sha256:745329cecf81c45171b945af3adaf4344cde6105db251a47825faf8676279dd6 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:7574aee4e37a85460ab889212d52912723a9b30dda1c060548f0deb4a05fc398 in /
2020-05-29 21:43:20 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-06-11 21:06:12 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2020-06-11 21:06:13 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2020-06-11 21:06:16 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2020-06-11 21:14:17 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2020-06-11 21:14:17 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.8
2020-06-11 21:14:18 UTC/bin/sh -c #(nop) ENV PG_SHA256=eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2
2020-06-26 20:50:57 UTC/bin/sh -c set -ex && 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 llvm10-dev clang g++ 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 --with-llvm && 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 --no-network .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2020-06-26 20:51:02 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2020-06-26 20:51:10 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2020-06-26 20:51:12 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2020-06-26 20:51:16 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2020-06-26 20:51:17 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2020-06-26 20:51:18 UTC/bin/sh -c #(nop) COPY file:33e6fc6ab9ea2b87183e496ad72f1df7f682913ffd781b1451fd178b0c7d745a in /usr/local/bin/
2020-06-26 20:51:21 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2020-06-26 20:51:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-06-26 20:51:24 UTC/bin/sh -c #(nop) EXPOSE 5432
2020-06-26 20:51:27 UTC/bin/sh -c #(nop) CMD ["postgres"]
2020-06-26 20:32:44 UTC
59.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_SHA256eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2
PG_VERSION11.8
[#000] sha256:5077f8601dceb5744d875d7740ebc203f674b108a0188f3a31e292b21a4bee64 - 4.48% (2.68 MB)
[#001] sha256:8a9f72d45e54d4dd62def75147b46a533078a8d2923214d24a8e89d83d426c84 - 0.0% (1.25 KB)
[#002] sha256:7d870eff785c52b89df973046311ce60ebdc465c597c3268e41f87f0e4e645ef - 0.0% (149 Bytes)
[#003] sha256:760d3bf92416650a6eeaec3266f0faccf37e05ab9f94893e6069295eed179ba7 - 95.5% (57.1 MB)
[#004] sha256:389999512878251841aa0c50853ac7bc32f6d78d0b3782ebf32269d2a1468b2e - 0.01% (7.39 KB)
[#005] sha256:c04bb9a1ce67e18bd127937d6c9fd01dcf5c072528a0ab387474ba04bfc0db7c - 0.0% (162 Bytes)
[#006] sha256:d2ceca69a0b2e88898636589f804d08385b3aee31f174f8a32f3741810cf464c - 0.0% (194 Bytes)
[#007] sha256:7495dc7dbaf2ee6c397895601c1fdf80fe3448199decddb6cb7281e32432bbd8 - 0.01% (4.16 KB)
[#008] sha256:203f287518b1d576bc610c737629ce57bbff553e5702ff04a3bc837fc1384410 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:8194808a812370fd2202d80d1667f851bd9eac4c560d69d347fe1964f54343de in /
2020-05-29 21:23:06 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-06-11 21:40:53 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2020-06-11 21:40:56 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2020-06-11 21:41:01 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2020-06-11 21:50:25 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2020-06-11 21:50:28 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.8
2020-06-11 21:50:30 UTC/bin/sh -c #(nop) ENV PG_SHA256=eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2
2020-06-26 20:31:38 UTC/bin/sh -c set -ex && 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 llvm10-dev clang g++ 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 --with-llvm && 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 --no-network .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2020-06-26 20:31:54 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2020-06-26 20:32:00 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2020-06-26 20:32:03 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2020-06-26 20:32:10 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2020-06-26 20:32:14 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2020-06-26 20:32:17 UTC/bin/sh -c #(nop) COPY file:33e6fc6ab9ea2b87183e496ad72f1df7f682913ffd781b1451fd178b0c7d745a in /usr/local/bin/
2020-06-26 20:32:25 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2020-06-26 20:32:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-06-26 20:32:40 UTC/bin/sh -c #(nop) EXPOSE 5432
2020-06-26 20:32:44 UTC/bin/sh -c #(nop) CMD ["postgres"]
2020-06-26 20:01:13 UTC
59.5 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_SHA256eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2
PG_VERSION11.8
[#000] sha256:8fb3d41b2e9a59630b51745f257cd2561f96bcd15cf309fcc20120d5fcee8c5b - 4.11% (2.45 MB)
[#001] sha256:9066740685f109ff5f6b8d3a76bf92f0a147fc0c2c7a12e60fdc44c49e476f9d - 0.0% (1.25 KB)
[#002] sha256:a8b44ce9d8f58aeaceb2528f4511ad9c56f557e0951ea9cf22b452d5e2f8bbf0 - 0.0% (149 Bytes)
[#003] sha256:196eb29cf3fa4a9c03dd691a579e4aa756e0dcdeafbe4a0b8976ace9fd50d12a - 95.87% (57.1 MB)
[#004] sha256:c5b6db92470f782889ce4e9ceda216e5881dae82fb00b5634f2c7660aa51c4eb - 0.01% (7.4 KB)
[#005] sha256:7677b05f0998173aed4f8bb62c41ee9d9b2743a014518f945c26f92d807c9326 - 0.0% (163 Bytes)
[#006] sha256:56c20518e8f4738e26a7c4f57bbf03c592f087deabd63336b860e96fb0fc35d9 - 0.0% (196 Bytes)
[#007] sha256:4ed2ed6267241d3cbb328ec7ab7ddd78ed14cbf5c0d0823a8a236bf07722713a - 0.01% (4.17 KB)
[#008] sha256:8a50c0dff6e431ac5f0af67a4c8a801fd2b53bb1ef4c86962b5d5e552e1b268c - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:9799ce3b2f782a28e10b1846cd9b3db827fa99c9bc601feb268456195856814e in /
2020-05-29 21:41:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-06-11 19:51:55 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2020-06-11 19:51:56 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2020-06-11 19:51:57 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2020-06-11 20:00:35 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2020-06-11 20:00:35 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.8
2020-06-11 20:00:36 UTC/bin/sh -c #(nop) ENV PG_SHA256=eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2
2020-06-26 20:01:02 UTC/bin/sh -c set -ex && 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 llvm10-dev clang g++ 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 --with-llvm && 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 --no-network .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2020-06-26 20:01:07 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2020-06-26 20:01:08 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2020-06-26 20:01:09 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2020-06-26 20:01:10 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2020-06-26 20:01:10 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2020-06-26 20:01:11 UTC/bin/sh -c #(nop) COPY file:33e6fc6ab9ea2b87183e496ad72f1df7f682913ffd781b1451fd178b0c7d745a in /usr/local/bin/
2020-06-26 20:01:12 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2020-06-26 20:01:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-06-26 20:01:13 UTC/bin/sh -c #(nop) EXPOSE 5432
2020-06-26 20:01:13 UTC/bin/sh -c #(nop) CMD ["postgres"]