2021-01-29 03:41:20 UTC
61 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_SHA25613e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899
PG_VERSION11.10
[#000] sha256:3fea00a81341ce917db671eb3ad24ef5750cb6928b7f760e3ce4dab619eeb1fa - 4.4% (2.69 MB)
[#001] sha256:6577fee13210fe1c3f4549f1ef86d700f99fac79b2fdd5b840c7e298d9ff5899 - 0.0% (1.22 KB)
[#002] sha256:aa4cc8bff7850ed45d5f7c08b1b4f9325ba2867fd9e91d3cbfa84e30234509ce - 0.0% (115 Bytes)
[#003] sha256:4c1e80c2b2aedfb6d8f922fdb5fe860b6448124ebf01f363a19268363c02c6ab - 95.57% (58.3 MB)
[#004] sha256:cb50ee4c9e6814e8f02143da211ca4fcce825062a800d7e3bb5da285b896cec6 - 0.01% (7.4 KB)
[#005] sha256:ebc6f288d150b1c91fa02c097cb042915cb0a0dfb7b44502460bfaa5b1b6c78f - 0.0% (129 Bytes)
[#006] sha256:8b0c40271a9aec98053945d5e27d672c397e71c61de86a21ad3107d321e4b293 - 0.0% (164 Bytes)
[#007] sha256:dcdd7fdd709eb4c55e803d8620095e655e7444794fd43ed22e31e820801cf124 - 0.01% (4.3 KB)
[#008] sha256:8a9fe45d97f351b377cd3a83e16c52057d095eef2152626639f05437dc5e8b9c - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:c0e9ea135d66ad6504c77915a7a48b3bead60892d155d3258b746cb4945981c0 in /
2021-01-28 23:38:31 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-01-29 03:03: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
2021-01-29 03:03:58 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-01-29 03:03:59 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-01-29 03:29:31 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2021-01-29 03:29:31 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.10
2021-01-29 03:29:31 UTC/bin/sh -c #(nop) ENV PG_SHA256=13e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899
2021-01-29 03:41:12 UTC/bin/sh -c set -eux; 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 ; postgres --version
2021-01-29 03:41:14 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-01-29 03:41:16 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-01-29 03:41:16 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-01-29 03:41:18 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-01-29 03:41:18 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-01-29 03:41:18 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-01-29 03:41:19 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2021-01-29 03:41:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-01-29 03:41:20 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-01-29 03:41:20 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-01-29 03:41:20 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-01-29 03:22:18 UTC
57.7 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_SHA25613e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899
PG_VERSION11.10
[#000] sha256:4c0d98bf9879488e0407f897d9dd4bf758555a78e39675e72b5124ccf12c2580 - 4.64% (2.68 MB)
[#001] sha256:7ff5918c11c3ab1f2763192c7c033f5dfe60b30d369a8aa483d65326974b637a - 0.0% (1.22 KB)
[#002] sha256:c393806625cde0c68d6881aaeb6a8305d841ad1ec4e6152fe5dde27a6c7b4af8 - 0.0% (115 Bytes)
[#003] sha256:83a387ddc2820d891a115fb64fbadab182e579c74111517afe78edd638abe22b - 95.33% (55 MB)
[#004] sha256:5094aab170a93f9d9a4c4781a03fb1340426911b14a7d6dee51041be97af06ab - 0.01% (7.4 KB)
[#005] sha256:5950356481c91672d5da3b1f327c38a9ebc48cc8fa03c73306e102246232b502 - 0.0% (128 Bytes)
[#006] sha256:796a9f51aae9965916ddcf3090e8d4a656061724202b9117978b5064ef6a8e49 - 0.0% (163 Bytes)
[#007] sha256:e0a5c7e92a49a8495bc907dfb8a47a067df35bc817d3832ae0b58723e985ba82 - 0.01% (4.3 KB)
[#008] sha256:051bfba9d9e1562ed71510ae116a4518bccd9d36a7af9fe90b1fb32724a26907 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:0e2d487cd80773e947c8aae6daad3d565b7bb019a954af2b8bff188681c00d81 in /
2021-01-28 23:19:38 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-01-29 02:53: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
2021-01-29 02:53:55 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-01-29 02:53:56 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-01-29 03:12:07 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2021-01-29 03:12:07 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.10
2021-01-29 03:12:08 UTC/bin/sh -c #(nop) ENV PG_SHA256=13e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899
2021-01-29 03:22:07 UTC/bin/sh -c set -eux; 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 ; postgres --version
2021-01-29 03:22:09 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-01-29 03:22:11 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-01-29 03:22:12 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-01-29 03:22:14 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-01-29 03:22:14 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-01-29 03:22:14 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-01-29 03:22:16 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2021-01-29 03:22:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-01-29 03:22:17 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-01-29 03:22:17 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-01-29 03:22:18 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-01-29 01:21:44 UTC
56.1 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR11
PG_SHA25613e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899
PG_VERSION11.10
[#000] sha256:a66f440da051140fefcb0a520bdeb69d763b1eb4fd1b2ed46b4c0a168e335108 - 4.45% (2.5 MB)
[#001] sha256:47814bcbfb45802646b189af4a9bc3e4510a538b55fd2808df448ec5e6491cff - 0.0% (1.25 KB)
[#002] sha256:8c6e4686dd674a32664773b275c120c9879a27454fb70c89ea4663315c3b84c6 - 0.0% (149 Bytes)
[#003] sha256:7c2a6f6d09ea7d1ed44783176d6f0a1147c09fb9d10cdc7cdcae3a6fd8ec4d74 - 95.52% (53.6 MB)
[#004] sha256:20838ad859d25a51d72eb3e9f4fe1a8bc911705b974db1413b727d2a99c37994 - 0.01% (7.39 KB)
[#005] sha256:e59568356b78d8b055c043c124a6d5919db787985bd0fea4caeaecfb1f26450b - 0.0% (162 Bytes)
[#006] sha256:68e40b3aa2f7ccd61e18d84ead3f8e1ef7322edf814bfc13abe7ea066c035ecf - 0.0% (194 Bytes)
[#007] sha256:fecd6206f0b5a1727fa623f31e4edc8865f7bb4886269e9a983263efc7430f2a - 0.01% (4.3 KB)
[#008] sha256:b14166bd63dbdf3bff3bb0cd90a34b04b18dafb3b06ba3b38cb3407e1548d46e - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:c197324e4979e2a7b257ad683d20dd9cbdae525a076bd68fe6aa0e0b126875df in /
2021-01-28 23:49:59 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-01-29 01:09:22 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
2021-01-29 01:09:23 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-01-29 01:09:25 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-01-29 01:17:46 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2021-01-29 01:17:46 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.10
2021-01-29 01:17:47 UTC/bin/sh -c #(nop) ENV PG_SHA256=13e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899
2021-01-29 01:21:29 UTC/bin/sh -c set -eux; 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 ; postgres --version
2021-01-29 01:21:32 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-01-29 01:21:34 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-01-29 01:21:35 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-01-29 01:21:37 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-01-29 01:21:38 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-01-29 01:21:39 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-01-29 01:21:41 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2021-01-29 01:21:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-01-29 01:21:43 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-01-29 01:21:44 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-01-29 01:21:44 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-01-29 01:59:02 UTC
53.4 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_SHA25613e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899
PG_VERSION11.10
[#000] sha256:9b1db703a337d301b1d50292acfbabd5fb3796511b962410c554420b85cd78dc - 4.33% (2.31 MB)
[#001] sha256:e7fa668b3d0ed9168e26ae186f3e531d3ae1e280d94f950446b3683eaaab37c8 - 0.0% (1.24 KB)
[#002] sha256:61f921cd3d5ba006be49bcfc3c119ff3d8f5d35fbc011e764afbbce4ee5b61b4 - 0.0% (149 Bytes)
[#003] sha256:a5233d68aca3b9659915b4d1ee71a84e1104bcd569d87aae59fb2302f9e0b624 - 95.65% (51.1 MB)
[#004] sha256:018572ab19117d5dca08d4aaec2f9c89bc90d4de3c37b2b5fd04d6143dea9d99 - 0.01% (7.4 KB)
[#005] sha256:9c43552333d16001fca647b827800e53536fa1c3e42e01b4992658510bc2755b - 0.0% (161 Bytes)
[#006] sha256:f90dc1ed2b00e2a6cac04b081894e72b67207d69487177cba4a3f7bc744cfb34 - 0.0% (193 Bytes)
[#007] sha256:19ce78139d6c24625658e8d7881b05a1d208533ee75abbb8a1c183b3879a8c55 - 0.01% (4.3 KB)
[#008] sha256:e2529c8030b7ebf435d4740da44fd2cc1a5068db9a493ab79967e978b2415805 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:98a89b90a8b442eed5301790dd2bd3a27391c5e4426126eed9d1cf44e70f8857 in /
2021-01-28 23:58:04 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-01-29 01:46:41 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
2021-01-29 01:46:42 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-01-29 01:46:44 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-01-29 01:54:59 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2021-01-29 01:55:01 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.10
2021-01-29 01:55:03 UTC/bin/sh -c #(nop) ENV PG_SHA256=13e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899
2021-01-29 01:58:33 UTC/bin/sh -c set -eux; 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 ; postgres --version
2021-01-29 01:58:39 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-01-29 01:58:42 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-01-29 01:58:43 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-01-29 01:58:46 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-01-29 01:58:47 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-01-29 01:58:48 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-01-29 01:58:53 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2021-01-29 01:58:55 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-01-29 01:58:58 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-01-29 01:59:00 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-01-29 01:59:02 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-01-29 01:04:49 UTC
57.1 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR11
PG_SHA25613e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899
PG_VERSION11.10
[#000] sha256:2914792bc417803b2106001990194cc00cdd4b6fd97cd21a368f26148bc8e722 - 4.53% (2.59 MB)
[#001] sha256:84190c434223807f9b123dbab6b871f4d978fc7fcfb7bd372aae021a3f90b9cf - 0.0% (1.25 KB)
[#002] sha256:a23887416d5dd038d93a43a59a6bc616f68e5f6805f3aadcedb9577d2274a5f0 - 0.0% (149 Bytes)
[#003] sha256:c569666448ee0e3d89d204c81e263c76f4b76d5620acce42244dff5da136e8fa - 95.44% (54.5 MB)
[#004] sha256:0731a0fef7fd1f6ca1ebd0717a9be0945156156cd19a2fdb3536627986048726 - 0.01% (7.39 KB)
[#005] sha256:6f381811031239b00aa599fd565e18999af0bb0f3362a3133cb505a1e2bd1e5d - 0.0% (160 Bytes)
[#006] sha256:dca87bb9f076e92efc132857dfeff4f022abf06761bc0cec11bc7bf4118028e2 - 0.0% (193 Bytes)
[#007] sha256:a4ee8ef714f5f70c01985c1a681041de937dc8864b2ea92136543a7f0f421ae7 - 0.01% (4.3 KB)
[#008] sha256:cd676f006aa182ee916b3ea96e0283d88131387ded7164dec9cf4d678a6b96da - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:fecabe41deaeb72acdd63023566d87ae48b013ef80c97fdd993b55d6c727da93 in /
2021-01-28 23:39:34 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-01-29 00:52:23 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
2021-01-29 00:52:24 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-01-29 00:52:26 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-01-29 01:00:48 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2021-01-29 01:00:48 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.10
2021-01-29 01:00:49 UTC/bin/sh -c #(nop) ENV PG_SHA256=13e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899
2021-01-29 01:04:33 UTC/bin/sh -c set -eux; 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 ; postgres --version
2021-01-29 01:04:37 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-01-29 01:04:39 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-01-29 01:04:40 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-01-29 01:04:42 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-01-29 01:04:43 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-01-29 01:04:44 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-01-29 01:04:46 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2021-01-29 01:04:47 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-01-29 01:04:48 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-01-29 01:04:48 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-01-29 01:04:49 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-01-29 02:09:37 UTC
59.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_SHA25613e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899
PG_VERSION11.10
[#000] sha256:f3b94a1d8d591af02f1b419642bee91066ecbb9c65099d6903deed310fd1c2ff - 4.47% (2.68 MB)
[#001] sha256:ff06bd42b80b365bb0c19fbbbe316a95812c98b5963e0930ea89cc0c684a2833 - 0.0% (1.25 KB)
[#002] sha256:bf320aafe224f5aad678f29f514b47d6d4aefcd42e80b7041098c1da820f8c23 - 0.0% (149 Bytes)
[#003] sha256:b420b75650d8b88a198abeb70fd47480d4cf7737498505c55499a53e088c0679 - 95.5% (57.2 MB)
[#004] sha256:b2ba0f2efb3a6362690d86b9c83cddf3e8f1aa68bbcaa1a0d0e4443271a73717 - 0.01% (7.39 KB)
[#005] sha256:728dba85ae6598b8470588ec7d74fbe667148c1142d42a916f682259b175d697 - 0.0% (162 Bytes)
[#006] sha256:bfcc20daf2b397ec7eb266be9ee016c6ec8b8512862f28639a3f8dd7ee9bb7ba - 0.0% (193 Bytes)
[#007] sha256:c6926bcf32e8648ba7f4acacbadb9d6d948f4ecc4daed39a413fe1f1b145f60f - 0.01% (4.3 KB)
[#008] sha256:0a59863ed79ea0eda17ce9678d88dc4ec2316a094e1df65d9e7ef06e9f369191 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:b14fd5f3f7fcd16e2b4ec6932d3e9c07c7400c577cee5fdcb88b0795a70a7bfb in /
2021-01-28 23:55:52 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-01-29 01:48:47 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
2021-01-29 01:48:55 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-01-29 01:49:10 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-01-29 02:02:50 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2021-01-29 02:03:01 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.10
2021-01-29 02:03:15 UTC/bin/sh -c #(nop) ENV PG_SHA256=13e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899
2021-01-29 02:07:59 UTC/bin/sh -c set -eux; 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 ; postgres --version
2021-01-29 02:08:25 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-01-29 02:08:32 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-01-29 02:08:38 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-01-29 02:08:50 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-01-29 02:08:54 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-01-29 02:08:55 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-01-29 02:09:10 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2021-01-29 02:09:13 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-01-29 02:09:19 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-01-29 02:09:27 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-01-29 02:09:37 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-01-29 01:41:55 UTC
59.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_SHA25613e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899
PG_VERSION11.10
[#000] sha256:43901f1af0ef9db6b0bf30ac6f6dacd78bf1ecfeb47ad0a93aa2370fa8e62407 - 4.14% (2.48 MB)
[#001] sha256:ddb7987d6a49388c77e555f2547e538d557a90c40b705e0fe10a7ef952d82326 - 0.0% (1.25 KB)
[#002] sha256:e7d07431bbbdfa6c1540603fded3d65695c350f29a3aa77a1e475296db695a5a - 0.0% (149 Bytes)
[#003] sha256:1ac932a81ffa2813933c7854d732413de80489f2071f01cd3b697f5ff804a4af - 95.84% (57.4 MB)
[#004] sha256:4a2f2fe2c23795fb79e7adc84755d62b89f51361321c732fa3fd2cbcbd71313d - 0.01% (7.39 KB)
[#005] sha256:c6ca8ab6bd74187fdae0a2f520f712511a19b11c0eff7466686d72f1688cde14 - 0.0% (161 Bytes)
[#006] sha256:33c11695251f822f36589dfa82259bbf1b9415391a7327117d8b0492c8d6c177 - 0.0% (194 Bytes)
[#007] sha256:380f42507d662a5805ec0a4838d26796795575a47c4dbd5b92d9c692d61f5993 - 0.01% (4.3 KB)
[#008] sha256:ff657ae38ee85573cdf0a6ce8f016db95caec4a4e942685f00c334aa1f51fe99 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:d97e6c37df0fb8306b072d9c0a32f68f5aff583ba849303926644deacfa25eb9 in /
2021-01-28 23:41:36 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-01-29 01:28:50 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
2021-01-29 01:28:50 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-01-29 01:28:52 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-01-29 01:37:51 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2021-01-29 01:37:52 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.10
2021-01-29 01:37:52 UTC/bin/sh -c #(nop) ENV PG_SHA256=13e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899
2021-01-29 01:41:40 UTC/bin/sh -c set -eux; 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 ; postgres --version
2021-01-29 01:41:48 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-01-29 01:41:49 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-01-29 01:41:49 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-01-29 01:41:51 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-01-29 01:41:51 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-01-29 01:41:51 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-01-29 01:41:53 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2021-01-29 01:41:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-01-29 01:41:54 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-01-29 01:41:54 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-01-29 01:41:55 UTC/bin/sh -c #(nop) CMD ["postgres"]