2021-08-06 22:12:25 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_MAJOR11
PG_SHA25687f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
PG_VERSION11.12
[#000] sha256:935703e1179e32e201e4a36d5664d58299dc8e7bcac197b70c295c0a59216db1 - 3.59% (2.69 MB)
[#001] sha256:d7c05efe598158ae45c83841ac5ec7934faa5d733f5fcfe85b0261cf9c987262 - 0.0% (1.26 KB)
[#002] sha256:1bf37feeefc8b50739451550bcd2f9738e9369d3eea1e7c8fe5fbd0ee22ba530 - 0.0% (149 Bytes)
[#003] sha256:38f5de51b4ba1a2b17f42aeb1d05efea12ebf359ecabf72e76896a0208dd7810 - 96.4% (72.3 MB)
[#004] sha256:51a25963b904b476bd65b0eb349fad754e0ee9c3664f0686bfcfea92a4c056fc - 0.01% (7.8 KB)
[#005] sha256:bfe94b1ab9e234e321973c14648d60ad2c905a7525f6f387bb9c05103f152696 - 0.0% (160 Bytes)
[#006] sha256:b7b7f84850d8b751fbbb3134499d645afd8476adb73790976af3d47f172135a9 - 0.0% (194 Bytes)
[#007] sha256:ff68b6d759899fb520a9a0949cfc12a54afbc10f975906cd95f46dba3e847ced - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:bafaec4a54d6cef99b5f3660d074a3d2251e4d4bd09df9ea65f33e9bffb7d88d in /
2021-08-06 17:38:26 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-06 21:44:56 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-06 21:44:57 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-08-06 21:44:57 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-08-06 22:05:44 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2021-08-06 22:05:44 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.12
2021-08-06 22:05:44 UTC/bin/sh -c #(nop) ENV PG_SHA256=87f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
2021-08-06 22:12:18 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 ; 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-08-06 22:12:20 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-06 22:12:22 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-08-06 22:12:22 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-08-06 22:12:24 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-08-06 22:12:24 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-08-06 22:12:24 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-08-06 22:12:24 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-08-06 22:12:25 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-08-06 22:12:25 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-08-06 22:12:25 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-08-06 20:38:17 UTC
70.6 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR11
PG_SHA25687f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
PG_VERSION11.12
[#000] sha256:29291e31a76a7e560b9b7ad3cada56e8c18d50a96cca8a2573e4f4689d7aca77 - 3.8% (2.68 MB)
[#001] sha256:c7f8a1ea71cb44639c871a69f095baa1737555205a3ea7ce92b116c1462ffc37 - 0.0% (1.25 KB)
[#002] sha256:64d8912b293dcd54c830c025ee7d3c1e3774037bc917800fc4db4a04959855ca - 0.0% (149 Bytes)
[#003] sha256:b250bc8b97cf37a0a101ef355b4f844373f87e88784e32c7614ba83a64202d10 - 96.18% (67.9 MB)
[#004] sha256:30a3720826b0649e69f0f6d04f73f90ce7a9c79ad742642b6286e9a7c2456363 - 0.01% (7.8 KB)
[#005] sha256:f6843c05ca77390325cabeab514097462a098763aa5928aabbe28f393fd9c408 - 0.0% (161 Bytes)
[#006] sha256:beb01a231ebc512047e78534fe0c5bb850803e8901d79fd117732e6b7e1c13ce - 0.0% (193 Bytes)
[#007] sha256:f65efe84696207083ac3f57d5804cd92c128e1504e04c370ef03f1d567ecb340 - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:34eb5c40aa00028921a224d1764ae1b1f3ef710d191e4dfc7df55e0594aa7217 in /
2021-08-06 17:19:45 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-06 20:09:36 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-06 20:09:36 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-08-06 20:09:37 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-08-06 20:32:43 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2021-08-06 20:32:43 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.12
2021-08-06 20:32:44 UTC/bin/sh -c #(nop) ENV PG_SHA256=87f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
2021-08-06 20:38:08 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 ; 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-08-06 20:38:11 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-06 20:38:12 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-08-06 20:38:13 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-08-06 20:38:15 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-08-06 20:38:15 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-08-06 20:38:16 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-08-06 20:38:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-08-06 20:38:16 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-08-06 20:38:17 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-08-06 20:38:17 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-08-06 21:55:01 UTC
69.3 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_SHA25687f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
PG_VERSION11.12
[#000] sha256:f465bb3e9fcd0c42f936ecc566c6e40353c00f3089b2b2c2ea1663c30f89d3ab - 3.62% (2.5 MB)
[#001] sha256:a9894594f46e7a2d9314f2f96a83a8a4d069c1c3d3bd1f20f7378ea4a36eb000 - 0.0% (1.25 KB)
[#002] sha256:e1d885209ac2857981e19ce7ccfb1852b335ed57fd0d8020badbc76323c3a5c3 - 0.0% (149 Bytes)
[#003] sha256:5e8adc8cb94ea6f13ca5a277a77719b0023373ed7b900e6f1bff2fb09ba12dca - 96.36% (66.7 MB)
[#004] sha256:b009c94262df1251d8bfa06a542f6f33d6ec84dfed2c2628488793a315599cba - 0.01% (7.8 KB)
[#005] sha256:75dc0c407e8ffd2399900ac4440c1133f65f038c4e9d68eb3a66872f4ba80379 - 0.0% (161 Bytes)
[#006] sha256:1d162aff54348401aff5f661cc658f54e78b054a7a8468de16d6a226e1c3826f - 0.0% (194 Bytes)
[#007] sha256:3ae79d2555f0c038ada5e11c58a53a423ae3fc8cb91a95de51dffd587a624d87 - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:7f2c7deda009eabdcbbdccb11e854043d32c498e64e7e1ca02165d7bb4261d39 in /
2021-08-06 17:49:32 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-06 21:34:10 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-06 21:34:11 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-08-06 21:34:12 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-08-06 21:50:12 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2021-08-06 21:50:13 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.12
2021-08-06 21:50:13 UTC/bin/sh -c #(nop) ENV PG_SHA256=87f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
2021-08-06 21:54: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 ; 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-08-06 21:54:54 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-06 21:54:56 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-08-06 21:54:57 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-08-06 21:54:58 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-08-06 21:54:59 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-08-06 21:54:59 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-08-06 21:55:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-08-06 21:55:00 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-08-06 21:55:01 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-08-06 21:55:01 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-08-07 01:28:15 UTC
65.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_SHA25687f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
PG_VERSION11.12
[#000] sha256:4ee0caa23b369b04827640a4be298bf4ff7bacd030c77e915f5d7fb8f987594a - 3.55% (2.32 MB)
[#001] sha256:0cef58414db85950184ccfaaf047c5260d938c1ed132eb394e7dcc08e421dc3e - 0.0% (1.25 KB)
[#002] sha256:d99a5114dc9bd4eaae87d214120cfd9ac233204ed1fdf161fad160f52db1439a - 0.0% (149 Bytes)
[#003] sha256:eb48dc34bbd86ea4ee379b7c92372ba38f8c55a1351ce0fbe32b0637eb2c40c7 - 96.43% (62.9 MB)
[#004] sha256:195f4a09cb1c602fdab77e9c353c56a5dc4532e0f6f90823f290e71b69806470 - 0.01% (7.8 KB)
[#005] sha256:7fa4695fc79ac5dfa1d7a29be57c3d6392b116b111157aa4dd618192aa1f491e - 0.0% (161 Bytes)
[#006] sha256:8639be089da0e5a805deada08a01d53d0438fedcd31c3df8f741c0c659646401 - 0.0% (194 Bytes)
[#007] sha256:eafb2e1031ee92711e93d537c70914ce3de1410123d9c9152717066914da224a - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:3a35ff3ac0d80289d419a4d6d8319610c38e1936d296addafb9aaf506946230f in /
2021-08-06 17:57:32 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-07 01:08:14 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-07 01:08:14 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-08-07 01:08:16 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-08-07 01:23:46 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2021-08-07 01:23:46 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.12
2021-08-07 01:23:47 UTC/bin/sh -c #(nop) ENV PG_SHA256=87f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
2021-08-07 01:28:06 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 ; 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-08-07 01:28:08 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-07 01:28:10 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-08-07 01:28:10 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-08-07 01:28:12 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-08-07 01:28:13 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-08-07 01:28:13 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-08-07 01:28:14 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-08-07 01:28:14 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-08-07 01:28:14 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-08-07 01:28:15 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-08-07 00:37:41 UTC
69.6 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR11
PG_SHA25687f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
PG_VERSION11.12
[#000] sha256:fd3acdcea5682abced546ec19fb6ebee725c5184e5d91614c469c0a79e67f2d0 - 3.71% (2.59 MB)
[#001] sha256:ba97523f916fd8acc76ccd9aaafa6ef7f9adf2d2ae821e4b8c2a4a3ce78db610 - 0.0% (1.26 KB)
[#002] sha256:ef888e85bfc8313834349d662d946b19b67e6a6fb705c484d91b83be6a9b76d8 - 0.0% (149 Bytes)
[#003] sha256:fd42721a898ec9b6b027771c24f8532524369161ec1f23d229e76066e154e595 - 96.27% (67 MB)
[#004] sha256:3c0ddfaf6fc2d47b9bca48cc62773ac882ec90b8508dea7e21fa11e009c65671 - 0.01% (7.8 KB)
[#005] sha256:7fa8f1a569165020d3e21b3ec50b3c046c4c189d33f63ca1af220cd1b104a579 - 0.0% (161 Bytes)
[#006] sha256:ed1b4a594a743db8a7966302b0cd6d914e3534c3e6e62a9d7c9032a05cb187f1 - 0.0% (195 Bytes)
[#007] sha256:a95fb0042daae590a6476bb5bac46554c2f7922500a8aed8c21d7549fcc5933c - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:1a8fd1066485e1261462e689c1a072f010c1d3be904b73ef2b84128fac652951 in /
2021-08-06 17:39:27 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-07 00:19:26 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-07 00:19:26 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-08-07 00:19:27 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-08-07 00:33:29 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2021-08-07 00:33:29 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.12
2021-08-07 00:33:29 UTC/bin/sh -c #(nop) ENV PG_SHA256=87f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
2021-08-07 00:37:37 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 ; 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-08-07 00:37:38 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-07 00:37:39 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-08-07 00:37:39 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-08-07 00:37:39 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-08-07 00:37:40 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-08-07 00:37:40 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-08-07 00:37:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-08-07 00:37:40 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-08-07 00:37:40 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-08-07 00:37:41 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-08-07 01:02:50 UTC
75.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_SHA25687f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
PG_VERSION11.12
[#000] sha256:0ff902055236f70c4694c806877243e1dd52c513825a2a3ecc7eba8f5202acc8 - 3.56% (2.68 MB)
[#001] sha256:0171836c388de004e05625d2d3ef11aca08f84a644c0e3556f407e3faa45b35b - 0.0% (1.25 KB)
[#002] sha256:4f2c96cc7a2637602e04a8006bc17a2ef71621e55b1d19adb54611e9ae383651 - 0.0% (149 Bytes)
[#003] sha256:8e15eb2a59b8236568373e69a93dcee21eec0a97882595a3f9c2f47714ab3c77 - 96.42% (72.6 MB)
[#004] sha256:1dda41b6049c412842f7439a1374bb30ca310bd8a40ccf13e54814aed3e5f797 - 0.01% (7.8 KB)
[#005] sha256:7c5c3090370b2db26189e8cd02ea58334a03d0f19065c8a0bba03ac5ca4ae00f - 0.0% (161 Bytes)
[#006] sha256:8644861324bb87cfb3f2148ca38a9abfbad22767bdd4b2d0e36092d5df696da4 - 0.0% (194 Bytes)
[#007] sha256:f14b226c2a82417eadd37593e8c317d74932131f7061a32b9010aedc6b215846 - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:40f3b617d7ff269d92f0ffcf8aad561b5f2c0626ef519a7f584f1ba0182b3188 in /
2021-08-06 18:28:35 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-07 00:39:16 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-07 00:39:27 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-08-07 00:39:50 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-08-07 00:57:39 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2021-08-07 00:57:49 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.12
2021-08-07 00:57:57 UTC/bin/sh -c #(nop) ENV PG_SHA256=87f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
2021-08-07 01:01: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 ; 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-08-07 01:02:05 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-07 01:02:13 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-08-07 01:02:14 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-08-07 01:02:24 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-08-07 01:02:37 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-08-07 01:02:39 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-08-07 01:02:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-08-07 01:02:46 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-08-07 01:02:47 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-08-07 01:02:50 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-05-14 20:23:54 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_SHA25687f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
PG_VERSION11.12
[#000] sha256:afadee6ad6a38d3172beeeca818219604c782efbe93201ef4d39512f289b05ae - 4.14% (2.48 MB)
[#001] sha256:f539beccb9c12dbbd5eb5238188d7421b0e766e3e536f47e5a25dce4187b138f - 0.0% (1.25 KB)
[#002] sha256:78639c932051e59362713e29f35ff376c4cd5627ea231422efbf7cf7b253ec7a - 0.0% (149 Bytes)
[#003] sha256:f7bba6093f7195ffaf124855a66f165d3f8fb1abbb07c4f61522c6fcd42ad370 - 95.84% (57.4 MB)
[#004] sha256:e191233a21b03dd056a5c61cad6ab47cc2a34e534889aaf748616e9e5be18c6a - 0.01% (7.4 KB)
[#005] sha256:10e464aaa1983d43452cde5978d19fa1ed7aff395cfd61c65ac98e86c0fa584d - 0.0% (161 Bytes)
[#006] sha256:21d38ed7fd6427751ae2cf8254b556f4326a586b9733528d57b3cf9e9c68208f - 0.0% (195 Bytes)
[#007] sha256:ab2c247fca29029a4993f59bdf84802356222c3afac6bc31ac8851f509a7af66 - 0.01% (4.3 KB)
[#008] sha256:412f4e16c04e716dc82922b498a2ff91577a5c0e7e51379b40d97201b13b42e3 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:c715fef757fe2b022ae1bbff71dbc58bddf5a858deb0aac5a6fbcf10d5f3111c in /
2021-04-14 18:41:36 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-15 02:35:26 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-04-15 02:35:26 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-04-15 02:35:27 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-04-15 02:43:29 UTC/bin/sh -c #(nop) ENV PG_MAJOR=11
2021-05-14 20:20:23 UTC/bin/sh -c #(nop) ENV PG_VERSION=11.12
2021-05-14 20:20:24 UTC/bin/sh -c #(nop) ENV PG_SHA256=87f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
2021-05-14 20:23:47 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-05-14 20:23:50 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-05-14 20:23:51 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-05-14 20:23:51 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-05-14 20:23:52 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-05-14 20:23:52 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-05-14 20:23:52 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-05-14 20:23:53 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2021-05-14 20:23:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-05-14 20:23:54 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-05-14 20:23:54 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-05-14 20:23:54 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.