2019-07-12 03:15:50 UTC
27.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_SHA25602802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b
PG_VERSION11.4
[#000] sha256:64a1fba56ddaccf48996ac9a3f28b6d623660aaf2d708e264e446cc834dacfab - 9.54% (2.65 MB)
[#001] sha256:17ed944b01529772ff24d23c529447b6235bff8b18faeae3bd4f8302cde1fc7e - 0.0% (147 Bytes)
[#002] sha256:c58f3aadd0ce5f8e6405db5e1fc91c81338b40493e656938380f7b93ec84796f - 0.0% (113 Bytes)
[#003] sha256:8156b0e4363902c011ca7949a4d0bcfe86c67ca67e0ca7e1d91cec5fe703c120 - 90.42% (25.1 MB)
[#004] sha256:3094e2dbaa7851c97fb42be04341171eee54a05105a14e1acd1d73cf78386948 - 0.03% (7.34 KB)
[#005] sha256:dc799c184075bb00acee78ac58aa3e813d3ccd6f7ed2c0daca0e78f6cf85bbdb - 0.0% (128 Bytes)
[#006] sha256:00a0687fcee8372d08db48d0b8e470c6208beaba16f5ae63204109ce15b57760 - 0.0% (163 Bytes)
[#007] sha256:1ebb30262ac44d39827f94897ee692d5ec22c6cedc459515df8027c5fef1c6f9 - 0.01% (2.31 KB)
[#008] sha256:32199476f3af8fed5c32acea20585847a6839503a62adc9dd36130bce4c06c4c - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:45a01211957165e49e3f0a343d3d13866f16a0754cf38c83bf2460da30ce091c in /
2019-07-11 21:39:21 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-07-12 03:03:08 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-07-12 03:03:09 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-07-12 03:03:10 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-07-12 03:09:59 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2019-07-12 03:09:59 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.4
2019-07-12 03:10:00 UTC/bin/sh -c #(nop) ENV PG_SHA256=02802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b
2019-07-12 03:15:43 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 icu-dev && cd /usr/src/postgresql && awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new && grep '/var/run/postgresql' src/include/pg_config_manual.h.new && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' && ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu && make -j "$(nproc)" world && make install-world && make -C contrib install && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata && apk del .fetch-deps .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2019-07-12 03:15:45 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-07-12 03:15:46 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-07-12 03:15:46 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-07-12 03:15:48 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-07-12 03:15:48 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-07-12 03:15:48 UTC/bin/sh -c #(nop) COPY file:06aacea0082744225fdd508b7ef4d5280ad1b35ec665f4399894e8fd2cfd37ad in /usr/local/bin/
2019-07-12 03:15:49 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-07-12 03:15:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-07-12 03:15:50 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-07-12 03:15:50 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-07-12 00:26:55 UTC
26.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_SHA25602802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b
PG_VERSION11.4
[#000] sha256:0503825856099e6adb39c8297af09547f69684b7016b7f3680ed801aa310baaa - 9.88% (2.66 MB)
[#001] sha256:9a0b1fe656d18b0562ac6a83ff4e83a737500ad3eebdf02cb659ba559936e6fc - 0.0% (146 Bytes)
[#002] sha256:c2a10a40dfa4de9345290b475966eea7d7ab4a585028e894a05db1decda32066 - 0.0% (115 Bytes)
[#003] sha256:bae408503ba6a2faffdad4aa3e21446e31a6e0e5ff71565ff6b8cad5cd0ca013 - 90.09% (24.3 MB)
[#004] sha256:22dc99b034249ad118836cabf24b9a7fcaed1426849636c9aeb21c77e936166f - 0.03% (7.34 KB)
[#005] sha256:ebaf77ffbfea7df866ae8fdef8717a81110030a97fc3aaa22808206879d5014c - 0.0% (129 Bytes)
[#006] sha256:5d8d1c5a9d189d1301728789ebb3d1dd65eea51b4067f0654df9c9fa0f1822f2 - 0.0% (162 Bytes)
[#007] sha256:4156e05898ed13b5ae7ef165e0cf25cf0c3828e9f4091097cb604f96ab8f5695 - 0.01% (2.32 KB)
[#008] sha256:fc3506be1964b3409a76e0da2cd3b90b633db6907a8c5202a13b1049a8def25f - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:0eb5ea35741d23fe39cbac245b3a5d84856ed6384f4ff07d496369ee6d960bad in /
2019-07-11 22:20:52 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-07-12 00:10:59 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-07-12 00:10:59 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-07-12 00:11:00 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-07-12 00:19:04 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2019-07-12 00:19:04 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.4
2019-07-12 00:19:05 UTC/bin/sh -c #(nop) ENV PG_SHA256=02802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b
2019-07-12 00:26:49 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 icu-dev && cd /usr/src/postgresql && awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new && grep '/var/run/postgresql' src/include/pg_config_manual.h.new && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' && ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu && make -j "$(nproc)" world && make install-world && make -C contrib install && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata && apk del .fetch-deps .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2019-07-12 00:26:50 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-07-12 00:26:52 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-07-12 00:26:52 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-07-12 00:26:53 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-07-12 00:26:53 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-07-12 00:26:54 UTC/bin/sh -c #(nop) COPY file:06aacea0082744225fdd508b7ef4d5280ad1b35ec665f4399894e8fd2cfd37ad in /usr/local/bin/
2019-07-12 00:26:55 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-07-12 00:26:55 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-07-12 00:26:55 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-07-12 00:26:55 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-07-11 22:33:08 UTC
26 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_SHA25602802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b
PG_VERSION11.4
[#000] sha256:5308e891d68f16cb976f93556acc9b776c9534f19ede4b9c843c934e6a7b4a18 - 9.41% (2.45 MB)
[#001] sha256:ecb3defa21db4ad4070096e20b19e3cdd43a109634bba79cdda181d2f6588838 - 0.0% (179 Bytes)
[#002] sha256:6254b9d7176c0e78d8e551a707f41763cb1c778e7038513f1181940a5295b590 - 0.0% (147 Bytes)
[#003] sha256:900ef9182c1303184c71e9f4b9b33f23e7bd25a71ea97ead664480bb9d897f3d - 90.55% (23.6 MB)
[#004] sha256:8e9e9af16b38903dfeee04708e9afcf1a76c2346288e9aaf53a7d9ff8cc9eb53 - 0.03% (7.34 KB)
[#005] sha256:c14bd266dc9c0976e3220b10f4fbaf141a8167796eaba1d47372895fe1538ff5 - 0.0% (163 Bytes)
[#006] sha256:7e6513c3cf196800debdd068fcb13952f0b0c8065ae06588c20a2a8a08c93e65 - 0.0% (193 Bytes)
[#007] sha256:009c77f096770ebaa40e872f2932f8b4db234dd0c8961820caff197dd2602e60 - 0.01% (2.32 KB)
[#008] sha256:1e79957635fc3d08d422f29d88fe9bee5d700c67964954a2266192fa34228b3e - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:63399bc7f7f60b603f895c8f5a89b3baa9afca359025d78047117e3d741d9209 in /
2019-07-11 21:49:55 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-07-11 22:15:23 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-07-11 22:15:25 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-07-11 22:15:30 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-07-11 22:30:41 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2019-07-11 22:30:41 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.4
2019-07-11 22:30:42 UTC/bin/sh -c #(nop) ENV PG_SHA256=02802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b
2019-07-11 22:33:01 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps ca-certificates openssl tar && wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2" && echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c - && mkdir -p /usr/src/postgresql && tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 && rm postgresql.tar.bz2 && apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev && cd /usr/src/postgresql && awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new && grep '/var/run/postgresql' src/include/pg_config_manual.h.new && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' && ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu && make -j "$(nproc)" world && make install-world && make -C contrib install && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata && apk del .fetch-deps .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2019-07-11 22:33:02 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-07-11 22:33:04 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-07-11 22:33:04 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-07-11 22:33:05 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-07-11 22:33:06 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-07-11 22:33:06 UTC/bin/sh -c #(nop) COPY file:06aacea0082744225fdd508b7ef4d5280ad1b35ec665f4399894e8fd2cfd37ad in /usr/local/bin/
2019-07-11 22:33:07 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-07-11 22:33:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-07-11 22:33:08 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-07-11 22:33:08 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-08-06 00:18:32 UTC
25 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_SHA25602802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b
PG_VERSION11.4
[#000] sha256:50e6a8f95d08735cf973d06f486e8d4906f0a8009fede2aa1b1d03accbda9281 - 9.05% (2.27 MB)
[#001] sha256:a6bd6c57d7522e713a27d9ec67ec17db670614dbce96a6898785fb11200008b6 - 0.0% (179 Bytes)
[#002] sha256:70493516dfb18bdf4d0c6f9d608506d80522a8a6da428ed79e6cd4d17b669b79 - 0.0% (149 Bytes)
[#003] sha256:4aebc6e1a36f84fd056a496ac0a85ba74d0558b3ed41c1a5ecba7bdb9357f928 - 90.91% (22.8 MB)
[#004] sha256:3c4661b2f7e1c17b0257a8778e0eb18c377ac3ea07b86e8fb961cc2eeffa32ba - 0.03% (7.34 KB)
[#005] sha256:258c1d5219820829e9814eb61b4ea48f643e645069d7d70f395387d7211b1bfa - 0.0% (161 Bytes)
[#006] sha256:b6df671177abca657582c6c909cc2ff0af3377aa190b309bde8e2f83f588f7b8 - 0.0% (195 Bytes)
[#007] sha256:288b1ecb186379d90004be35fb0ddf95c629d071802f05324162cec4a5b3f4f1 - 0.01% (2.32 KB)
[#008] sha256:0eeb9ac4c1c218c0c5c4878af90dc82082bd1608d59ad6718cb4b827652fad52 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:679b9d60ff413960c630af8cd74244faeae07446f35b19f4afec78449126c6b6 in /
2019-07-11 21:57:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-06 00:13:55 UTC/bin/sh -c set -ex; postgresHome="$(getent passwd postgres)"; postgresHome="$(echo "$postgresHome" | cut -d: -f6)"; [ "$postgresHome" = '/var/lib/postgresql' ]; mkdir -p "$postgresHome"; chown -R postgres:postgres "$postgresHome"
2019-08-06 00:13:55 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-08-06 00:13:56 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-08-06 00:16:12 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2019-08-06 00:16:12 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.4
2019-08-06 00:16:13 UTC/bin/sh -c #(nop) ENV PG_SHA256=02802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b
2019-08-06 00:18:22 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 icu-dev && cd /usr/src/postgresql && awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new && grep '/var/run/postgresql' src/include/pg_config_manual.h.new && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' && ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu && make -j "$(nproc)" world && make install-world && make -C contrib install && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata && apk del .fetch-deps .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2019-08-06 00:18:24 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-08-06 00:18:26 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-08-06 00:18:27 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-08-06 00:18:29 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-08-06 00:18:29 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-08-06 00:18:30 UTC/bin/sh -c #(nop) COPY file:06aacea0082744225fdd508b7ef4d5280ad1b35ec665f4399894e8fd2cfd37ad in /usr/local/bin/
2019-08-06 00:18:31 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-08-06 00:18:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-08-06 00:18:32 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-08-06 00:18:32 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-07-12 14:45:09 UTC
26.8 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR11
PG_SHA25602802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b
PG_VERSION11.4
[#000] sha256:31c29410a04898f7aed30f526990fced7d2a158513930c32fb05dbed3e8518da - 9.65% (2.59 MB)
[#001] sha256:51c96026e78e4ac0f290dae7d97da2939252cff68d4b1d5718281a869f8f24c2 - 0.0% (178 Bytes)
[#002] sha256:3287f330840f9c0e1b56bcb4ea8a776dee3f354d85e7e0d2eb57e5cbba826e75 - 0.0% (149 Bytes)
[#003] sha256:2d4ee683f59b4b5a98bc491731bacf3c55b195682bf02d633da1bf4b0db473c8 - 90.31% (24.2 MB)
[#004] sha256:1873f37c9060418d0206b868b8d8a41f7393887768826795433555afa7121811 - 0.03% (7.34 KB)
[#005] sha256:c0061a08d7a1a25076f010a0aa9bc450a4c3e6679540236cc59526744205b9b3 - 0.0% (162 Bytes)
[#006] sha256:3749ee51a4c5198b57dc8b023077cef884cf665b19edfdb8fc87cd791a9f7c75 - 0.0% (195 Bytes)
[#007] sha256:0c74a5eb3b9597077f9e132abb0905a9b294c758266431924b4275e8bbf107c3 - 0.01% (2.31 KB)
[#008] sha256:1319608e297f727f45b9cb7c34e50052155f5928c41a55e0562bb85d73c55c95 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:5fcefa5daca822ead00a758f408db50619f81063a033290b7f31d5ec5634f6ba in /
2019-07-11 21:39:41 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-07-11 23:02:08 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-07-11 23:02:08 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-07-11 23:02:09 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-07-12 14:42:02 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2019-07-12 14:42:03 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.4
2019-07-12 14:42:04 UTC/bin/sh -c #(nop) ENV PG_SHA256=02802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b
2019-07-12 14:44:51 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 icu-dev && cd /usr/src/postgresql && awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new && grep '/var/run/postgresql' src/include/pg_config_manual.h.new && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' && ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu && make -j "$(nproc)" world && make install-world && make -C contrib install && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata && apk del .fetch-deps .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2019-07-12 14:44:55 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-07-12 14:44:57 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-07-12 14:44:58 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-07-12 14:45:01 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-07-12 14:45:02 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-07-12 14:45:04 UTC/bin/sh -c #(nop) COPY file:06aacea0082744225fdd508b7ef4d5280ad1b35ec665f4399894e8fd2cfd37ad in /usr/local/bin/
2019-07-12 14:45:07 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-07-12 14:45:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-07-12 14:45:09 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-07-12 14:45:09 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-07-12 00:21:01 UTC
28.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_SHA25602802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b
PG_VERSION11.4
[#000] sha256:f4cdf4d5cd47c3a8fe7637d32e8739c247cbcefc2502104b3b9d53cf7a482ee9 - 9.49% (2.68 MB)
[#001] sha256:53e0a1eaa4c9504f17a3fa0ef748fac48ce2616fba26c206df05ab012ff224bc - 0.0% (178 Bytes)
[#002] sha256:c61efadb35872c7f36a54ae003952b836590ce8db9e1a87876cd9614847aa3ab - 0.0% (149 Bytes)
[#003] sha256:b2b4fb3bec595c4fdee69b2c04c5f1e7677b88695475f4524ffb1280dca70dc3 - 90.47% (25.5 MB)
[#004] sha256:f983c3a1371769329953dbe8e7fa53ea3e5fd6a6b5c7d1d8fb497c1d058b7275 - 0.03% (7.34 KB)
[#005] sha256:04e731b626817bfb3343a80db5cdd2024066caba4f8e6adea3de035e514791f3 - 0.0% (161 Bytes)
[#006] sha256:c2468e9ca0604d1c4f54fcb26ff0c625148b966359d0381f8d00b8a162a00251 - 0.0% (194 Bytes)
[#007] sha256:9544c66a6b73d12faa4ac397f431f0065f83c722f8aae63604f734e7acd754cb - 0.01% (2.32 KB)
[#008] sha256:bc975c3e1ee842216ecebacf44cfafa0c4832cbf189ae5abb0bf6badc92c99bc - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:ba4040f16c27cf55103e9982d3e12a2ba537181f29be3c77bc48dc87a724d87d in /
2019-07-11 22:28:13 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-07-12 00:11:22 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-07-12 00:11:28 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-07-12 00:11:41 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-07-12 00:16:57 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2019-07-12 00:16:59 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.4
2019-07-12 00:17:01 UTC/bin/sh -c #(nop) ENV PG_SHA256=02802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b
2019-07-12 00:20:18 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps ca-certificates openssl tar && wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2" && echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c - && mkdir -p /usr/src/postgresql && tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 && rm postgresql.tar.bz2 && apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev && cd /usr/src/postgresql && awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new && grep '/var/run/postgresql' src/include/pg_config_manual.h.new && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' && ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu && make -j "$(nproc)" world && make install-world && make -C contrib install && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata && apk del .fetch-deps .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2019-07-12 00:20:27 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-07-12 00:20:33 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-07-12 00:20:36 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-07-12 00:20:40 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-07-12 00:20:42 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-07-12 00:20:44 UTC/bin/sh -c #(nop) COPY file:06aacea0082744225fdd508b7ef4d5280ad1b35ec665f4399894e8fd2cfd37ad in /usr/local/bin/
2019-07-12 00:20:50 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-07-12 00:20:55 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-07-12 00:20:59 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-07-12 00:21:01 UTC/bin/sh -c #(nop) CMD ["postgres"]
2019-07-11 23:12:38 UTC
26.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_SHA25602802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b
PG_VERSION11.4
[#000] sha256:a5009044856cb7ec46c0bdccbfae22ed15a7024bee22609e76b16cbb9436ce8a - 9.17% (2.45 MB)
[#001] sha256:5b5ac024be187dba41f2e926dec085a07102a8b78dba6e87ec81cc3fe1307fc0 - 0.0% (146 Bytes)
[#002] sha256:2aa1a0b3ee2f7c8f0dc368df7174ddb0aad9eae303d11f607d7450de20cd8f60 - 0.0% (115 Bytes)
[#003] sha256:1ef02f37d2d9cc5ef73d8ab8228db46208b623b671bcd0dda37af096b279214e - 90.8% (24.3 MB)
[#004] sha256:2840cd3e9dc2e38a03c88f24a439217dd3173ca2d209edc53bba4217bfa38c03 - 0.03% (7.33 KB)
[#005] sha256:0d84738f2b8ce952f9ae98cccdff6aa9d733f12b85b6f9cf9ecfa64aef5ba2ec - 0.0% (129 Bytes)
[#006] sha256:99be36c7e36fd3c3f8dfc3c44dcfe5980fbf2719218b4fef67350159988c88e0 - 0.0% (163 Bytes)
[#007] sha256:44b1e52035a3431d5ceae7b3c56c7076a908a63be594a1aa724af7a789a64f8b - 0.01% (2.32 KB)
[#008] sha256:c26b858e327361f6eb9029d46d9f9176489727918d574c50068c91925dd98b4e - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:0e61dfaf44f65996214c6cd92da44431e76d5a8165fda16b2ac98840a10a64b5 in /
2019-07-11 21:42:04 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-07-11 23:06: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-07-11 23:06:18 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2019-07-11 23:06:19 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2019-07-11 23:09:38 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2019-07-11 23:09:38 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.4
2019-07-11 23:09:39 UTC/bin/sh -c #(nop) ENV PG_SHA256=02802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b
2019-07-11 23:12:33 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 icu-dev && cd /usr/src/postgresql && awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new && grep '/var/run/postgresql' src/include/pg_config_manual.h.new && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' && ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu && make -j "$(nproc)" world && make install-world && make -C contrib install && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata && apk del .fetch-deps .build-deps && cd / && rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man && find /usr/local -name '*.a' -delete
2019-07-11 23:12:34 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2019-07-11 23:12:35 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2019-07-11 23:12:35 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2019-07-11 23:12:36 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2019-07-11 23:12:36 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2019-07-11 23:12:36 UTC/bin/sh -c #(nop) COPY file:06aacea0082744225fdd508b7ef4d5280ad1b35ec665f4399894e8fd2cfd37ad in /usr/local/bin/
2019-07-11 23:12:37 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2019-07-11 23:12:37 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-07-11 23:12:37 UTC/bin/sh -c #(nop) EXPOSE 5432
2019-07-11 23:12:38 UTC/bin/sh -c #(nop) CMD ["postgres"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.