2021-08-27 22:04:30 UTC
78.3 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR14
PG_SHA2562ea265980193db70106576201a2fee5b2d72bf9890d3911ddd374d4830624bfa
PG_VERSION14beta3
[#000] sha256:b11ae9fc5d8a106cfed3a6f6c75e5b5b5797c566fac4411622b4055df6541286 - 3.44% (2.69 MB)
[#001] sha256:b976c7cea63cd0c42b035f2167b42952bfe4b4c5c26d5c1828e46ccf08b16dd9 - 0.0% (1.25 KB)
[#002] sha256:b58324ac0c0139295582dea67f31b819f305cd721ba1189ab4e66fbb574de652 - 0.0% (149 Bytes)
[#003] sha256:afe82d87e901346f7780e2f7e2a3d1df75490be7cb082dac0ef4a9302e846d22 - 96.54% (75.6 MB)
[#004] sha256:c77687b257cb68df33b4c797a9625e3d0c90e3e82b2859be994f625d4b96aeeb - 0.01% (8.99 KB)
[#005] sha256:3519394581e99a0440b84be579e7bb280ccc4b7cf6f2b91e633ad6dfc102c6c2 - 0.0% (161 Bytes)
[#006] sha256:e162c52e3d7d90390916d64fce588a5889efaa31893113da41c6f4dae268f4cf - 0.0% (193 Bytes)
[#007] sha256:82bb9b984bb81034002e1b2a81d43e5b71e03e9bf922d6342d3d2024b55bee99 - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:42a7bc5a08b546b47049dd0f89ae4e7a8c86342f87000f39ade3ff52916a6c2e in /
2021-08-27 17:38:30 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-27 21:55:05 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-08-27 21:55:05 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-08-27 21:55:06 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-08-27 21:55:06 UTC/bin/sh -c #(nop) ENV PG_MAJOR=14
2021-08-27 21:55:06 UTC/bin/sh -c #(nop) ENV PG_VERSION=14beta3
2021-08-27 21:55:06 UTC/bin/sh -c #(nop) ENV PG_SHA256=2ea265980193db70106576201a2fee5b2d72bf9890d3911ddd374d4830624bfa
2021-08-27 22:04:24 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 llvm11-dev clang g++ make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev lz4-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 --with-lz4 ; 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-08-27 22:04:26 UTC/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample
2021-08-27 22:04:27 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-08-27 22:04:27 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-08-27 22:04:28 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-08-27 22:04:28 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-08-27 22:04:29 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-08-27 22:04:29 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-08-27 22:04:29 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-08-27 22:04:29 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-08-27 22:04:30 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-08-27 22:54:45 UTC
73.7 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR14
PG_SHA2562ea265980193db70106576201a2fee5b2d72bf9890d3911ddd374d4830624bfa
PG_VERSION14beta3
[#000] sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e - 3.64% (2.68 MB)
[#001] sha256:5034a66b99e67db609bf6b4f82bea915e39a42e6f03d11889f7406b4de9e99da - 0.0% (1.25 KB)
[#002] sha256:82e9eb77798bd506a06a9adab733c822c718be829c54d514b5789b07c0f1c164 - 0.0% (149 Bytes)
[#003] sha256:c2306860552496fb9a83f67b39ee50fb7d3cf9204bb835c309b5740f00a8c9bb - 96.34% (71 MB)
[#004] sha256:1a63ccf89bce168b7fa490646c096cbd2e3ba3169aaf2035b0e70a8965494fa6 - 0.01% (8.99 KB)
[#005] sha256:e3dbe99abe7d69e1622373957826eb1ba46e95f22a4d77b2f5db6d622d8b9374 - 0.0% (161 Bytes)
[#006] sha256:5397f06ed4f5fea67bdbf4710cf71a591d4f08cc33095b24a56560c30f0bb125 - 0.0% (195 Bytes)
[#007] sha256:57c459d6b3d2376df61e8100f598bc722bccd1233a08bb4f9a7de34dddd9bd47 - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:aad4290d27580cc1a094ffaf98c3ca2fc5d699fe695dfb8e6e9fac20f1129450 in /
2021-08-27 17:19:45 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-27 22:48:02 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-08-27 22:48:02 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-08-27 22:48:03 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-08-27 22:48:03 UTC/bin/sh -c #(nop) ENV PG_MAJOR=14
2021-08-27 22:48:04 UTC/bin/sh -c #(nop) ENV PG_VERSION=14beta3
2021-08-27 22:48:04 UTC/bin/sh -c #(nop) ENV PG_SHA256=2ea265980193db70106576201a2fee5b2d72bf9890d3911ddd374d4830624bfa
2021-08-27 22:54:41 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 llvm11-dev clang g++ make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev lz4-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 --with-lz4 ; 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-08-27 22:54:42 UTC/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample
2021-08-27 22:54:43 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-08-27 22:54:43 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-08-27 22:54:44 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-08-27 22:54:44 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-08-27 22:54:44 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-08-27 22:54:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-08-27 22:54:44 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-08-27 22:54:45 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-08-27 22:54:45 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-08-27 22:10:49 UTC
72.3 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR14
PG_SHA2562ea265980193db70106576201a2fee5b2d72bf9890d3911ddd374d4830624bfa
PG_VERSION14beta3
[#000] sha256:2e78c0f86ba9a1fed30df20cb48c9cc73e9626399f12749d36b892ff99c0ecf5 - 3.46% (2.51 MB)
[#001] sha256:8a768a51394fb89d634086ed31a7649653823611d054a16603974b9148da6f5b - 0.0% (1.25 KB)
[#002] sha256:e44aa70cad34222b58a50860314f35128c905e3265d6d7bf08054f3c70daeb3d - 0.0% (149 Bytes)
[#003] sha256:6e5710218bbe3f26f092a90864baa3651b547ccbccb4af8bdd6103082dab05b3 - 96.51% (69.8 MB)
[#004] sha256:1cdc0c3f831694d649aacd35be7c2b230d76600745724c2ec2e0898bfc6e462a - 0.01% (8.99 KB)
[#005] sha256:c8f3d2ff03a53a1af1c4768f2a44accb1e8e036c6ac9bb2a396bf6fde3616fce - 0.0% (161 Bytes)
[#006] sha256:af15e91f302b2dee44b67f8ef1714d081b3c243c6dac1b0f31581609c8547946 - 0.0% (195 Bytes)
[#007] sha256:98695eaea7c70f888f3cfe78a116b3f3fea1a4673c08db54ddbb54d51172ef43 - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:1c1c4520d49cb6e8f795f3b953d1ed3c3c77868b98b53a455169c254fcec5acd in /
2021-08-27 17:49:30 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-27 22:04:28 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-08-27 22:04:29 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-08-27 22:04:33 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-08-27 22:04:34 UTC/bin/sh -c #(nop) ENV PG_MAJOR=14
2021-08-27 22:04:35 UTC/bin/sh -c #(nop) ENV PG_VERSION=14beta3
2021-08-27 22:04:36 UTC/bin/sh -c #(nop) ENV PG_SHA256=2ea265980193db70106576201a2fee5b2d72bf9890d3911ddd374d4830624bfa
2021-08-27 22:10:41 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 llvm11-dev clang g++ make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev lz4-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 --with-lz4 ; 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-08-27 22:10:43 UTC/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample
2021-08-27 22:10:44 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-08-27 22:10:45 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-08-27 22:10:46 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-08-27 22:10:47 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-08-27 22:10:47 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-08-27 22:10:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-08-27 22:10:48 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-08-27 22:10:49 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-08-27 22:10:49 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-08-28 00:13:02 UTC
68.2 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR14
PG_SHA2562ea265980193db70106576201a2fee5b2d72bf9890d3911ddd374d4830624bfa
PG_VERSION14beta3
[#000] sha256:a14774a5a62e0f454febaec7cb603e18a6a8e25ef9da4a4da85b155bdd5e5a7a - 3.4% (2.32 MB)
[#001] sha256:644c3f2a8fe3f377a2e021c2c2788a12425c35f5560621956858f68cba63d274 - 0.0% (1.25 KB)
[#002] sha256:a2240d9ddca5f179b1dcff799a11d280aa6b468e6758274079baf41bcdbb97c5 - 0.0% (149 Bytes)
[#003] sha256:76c13460735d96c6e78b9c9ac128511874c487071af09922e7c8edfc04091b3d - 96.58% (65.9 MB)
[#004] sha256:3c2e696aabcef242c0e0778ce5a5dd341660be37dab374c7d5b50ab37bbb3662 - 0.01% (8.99 KB)
[#005] sha256:fd229b5c2a0e70d9d3af8b1f2897c5ba8d5f178598e8a37463d523c0ff3d7b29 - 0.0% (161 Bytes)
[#006] sha256:62c44d9496bfcd57a877c09b964284a13e8928e3f44d2610d222a534f98c9560 - 0.0% (194 Bytes)
[#007] sha256:6c577d174895c02dae197fb35d41d0053373bd3cfb83f99e501ee74211b899ec - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:a7da7992ccea54d3295231027614f138aa45c4d4a25ea6ec9bf7b316b9f67d95 in /
2021-08-27 17:57:32 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-28 00:08:07 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-08-28 00:08:07 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-08-28 00:08:09 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-08-28 00:08:10 UTC/bin/sh -c #(nop) ENV PG_MAJOR=14
2021-08-28 00:08:10 UTC/bin/sh -c #(nop) ENV PG_VERSION=14beta3
2021-08-28 00:08:11 UTC/bin/sh -c #(nop) ENV PG_SHA256=2ea265980193db70106576201a2fee5b2d72bf9890d3911ddd374d4830624bfa
2021-08-28 00:12:52 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 llvm11-dev clang g++ make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev lz4-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 --with-lz4 ; 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-08-28 00:12:55 UTC/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample
2021-08-28 00:12:56 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-08-28 00:12:57 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-08-28 00:12:59 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-08-28 00:12:59 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-08-28 00:13:00 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-08-28 00:13:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-08-28 00:13:01 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-08-28 00:13:01 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-08-28 00:13:02 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-08-28 00:48:51 UTC
72.7 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR14
PG_SHA2562ea265980193db70106576201a2fee5b2d72bf9890d3911ddd374d4830624bfa
PG_VERSION14beta3
[#000] sha256:552d1f2373af9bfe12033568ebbfb0ccbb0de11279f9a415a29207e264d7f4d9 - 3.56% (2.59 MB)
[#001] sha256:c7e9520c37213002780ab811214a7b664b01adbff78712b200a8ad6dac8f6ecb - 0.0% (1.26 KB)
[#002] sha256:1e16841d04e832ad38f955594481fd7205810db3379719d35e62c344f12dc0ff - 0.0% (149 Bytes)
[#003] sha256:33ac35981c87445ebf1c982ebf8b7edd8d7fe7c6a013676091fdb766d6f889a8 - 96.42% (70.1 MB)
[#004] sha256:056243e2b97bf19c409542221aa3b621a9aa6c7235d98d9e67041ce3796dffd0 - 0.01% (8.98 KB)
[#005] sha256:89a1ee4cf750a13120ab956158b73a42702ac8d513311ee392aef14e5278b4ad - 0.0% (162 Bytes)
[#006] sha256:dbbb5f3a7e0a0575640f97c1c052ce0e7121590780904c03e02d896b68e1b144 - 0.0% (195 Bytes)
[#007] sha256:5ff55d55c760d78edd76fa177a6c9c2de3ba25a9fa57b8f4c72b7a1efa06a1b6 - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:dc8af9c7bfe9f9541e1db38dea01c4201609f3075b31e108f2073ffed8c5e4b9 in /
2021-08-27 17:39:33 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-28 00:44: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
2021-08-28 00:44:21 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-08-28 00:44:22 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-08-28 00:44:22 UTC/bin/sh -c #(nop) ENV PG_MAJOR=14
2021-08-28 00:44:22 UTC/bin/sh -c #(nop) ENV PG_VERSION=14beta3
2021-08-28 00:44:22 UTC/bin/sh -c #(nop) ENV PG_SHA256=2ea265980193db70106576201a2fee5b2d72bf9890d3911ddd374d4830624bfa
2021-08-28 00:48:48 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 llvm11-dev clang g++ make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev lz4-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 --with-lz4 ; 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-08-28 00:48:49 UTC/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample
2021-08-28 00:48:49 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-08-28 00:48:50 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-08-28 00:48:50 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-08-28 00:48:50 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-08-28 00:48:51 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-08-28 00:48:51 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-08-28 00:48:51 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-08-28 00:48:51 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-08-28 00:48:51 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-08-27 21:49:18 UTC
78.5 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR14
PG_SHA2562ea265980193db70106576201a2fee5b2d72bf9890d3911ddd374d4830624bfa
PG_VERSION14beta3
[#000] sha256:63da8ca98f7b4b94381aed56862a60aecf355d9428b9aeb7c61d5bd017100c18 - 3.42% (2.68 MB)
[#001] sha256:51b84363c8c0f2373e8b665451df1c6a11a9415fd4f1c773e8ce7aaafa836248 - 0.0% (1.26 KB)
[#002] sha256:a7f2722689cf013f5f6333bf25f2c1fa26b298e09468166e2cbade7a81c0817c - 0.0% (149 Bytes)
[#003] sha256:99147b644513abfe0ef9b702a7cb3c148f004e14e63934d1c30a7806261f355f - 96.57% (75.8 MB)
[#004] sha256:af3dd777258e9ab9b1c49bdf8c0a4518e7ed73096e9b93753f8785b6265cd9ff - 0.01% (8.99 KB)
[#005] sha256:57f7060aa44f7d5cc77d46a11387e1ec573ff212a61e19129cf8a953bd18984d - 0.0% (161 Bytes)
[#006] sha256:edf9134880081d5de28684776960d5325f7d5b69cc8ec97ba40c06cf85e3c76e - 0.0% (197 Bytes)
[#007] sha256:8eb03bd1913a6131ec9480a5d0060e67d57b6771d47277c81951b99737b9cfb6 - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:d213c56ffc24a5051e8060fd0fec1a0520367c10d88ab16321c36336b6c66098 in /
2021-08-27 19:39:59 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-27 21:43:37 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-08-27 21:43:39 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-08-27 21:43:48 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-08-27 21:43:53 UTC/bin/sh -c #(nop) ENV PG_MAJOR=14
2021-08-27 21:43:57 UTC/bin/sh -c #(nop) ENV PG_VERSION=14beta3
2021-08-27 21:43:59 UTC/bin/sh -c #(nop) ENV PG_SHA256=2ea265980193db70106576201a2fee5b2d72bf9890d3911ddd374d4830624bfa
2021-08-27 21:48:15 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 llvm11-dev clang g++ make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev lz4-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 --with-lz4 ; 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-08-27 21:48:28 UTC/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample
2021-08-27 21:48:37 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-08-27 21:48:42 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-08-27 21:48:52 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-08-27 21:49:02 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-08-27 21:49:05 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-08-27 21:49:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-08-27 21:49:11 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-08-27 21:49:14 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-08-27 21:49:18 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-08-28 00:53:02 UTC
75 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR14
PG_SHA2562ea265980193db70106576201a2fee5b2d72bf9890d3911ddd374d4830624bfa
PG_VERSION14beta3
[#000] sha256:da14cb6b6dc946dbb2d84386bcaca84e2d46f650767cd11bdb3331ec9d623988 - 3.31% (2.48 MB)
[#001] sha256:31510cc6ab297041382a23f3ee5b4a7cf8e1a650f86836260bfcb82cbd35f7eb - 0.0% (1.25 KB)
[#002] sha256:5a5c23a40fbc63d8bd8713694dbda49900c3198d4156a8b8ca18ccc15b793399 - 0.0% (149 Bytes)
[#003] sha256:c0755d1060476fc6e2d0edb9f4793e95554d1a23484870b2c5d8296ad736492b - 96.67% (72.5 MB)
[#004] sha256:04344ec486ae3ecca94701b5631ef757c27dff3ed9a13a588930fb5a8e82fe69 - 0.01% (8.99 KB)
[#005] sha256:f145056b6b82fdd78465869f91e33c18ec284db59e64833f02b59c1b290814c6 - 0.0% (161 Bytes)
[#006] sha256:2c9046e4c9e9a5907805747c3b320b807f17f1634f656a59693e5e5b1b81c1b4 - 0.0% (195 Bytes)
[#007] sha256:5d41f6a60bd173cd536a2eaf40d6cc22b0e949819caba756fc8bab4914336a84 - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:9b40ee281e8797067fb2ae207c406084cb81593090338a8b7cb09ade52168daa in /
2021-08-27 17:41:30 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-28 00:49:31 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-08-28 00:49:32 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-08-28 00:49:32 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-08-28 00:49:32 UTC/bin/sh -c #(nop) ENV PG_MAJOR=14
2021-08-28 00:49:33 UTC/bin/sh -c #(nop) ENV PG_VERSION=14beta3
2021-08-28 00:49:33 UTC/bin/sh -c #(nop) ENV PG_SHA256=2ea265980193db70106576201a2fee5b2d72bf9890d3911ddd374d4830624bfa
2021-08-28 00:52:54 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 llvm11-dev clang g++ make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev lz4-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 --with-lz4 ; 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-08-28 00:52:59 UTC/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample
2021-08-28 00:52:59 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-08-28 00:52:59 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-08-28 00:53:00 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-08-28 00:53:01 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-08-28 00:53:01 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-08-28 00:53:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-08-28 00:53:02 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-08-28 00:53:02 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-08-28 00:53:02 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.