2021-01-29 03:50:52 UTC
14.5 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_SHA2563d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6
PG_VERSION9.6.20
[#000] sha256:3fea00a81341ce917db671eb3ad24ef5750cb6928b7f760e3ce4dab619eeb1fa - 18.55% (2.69 MB)
[#001] sha256:6577fee13210fe1c3f4549f1ef86d700f99fac79b2fdd5b840c7e298d9ff5899 - 0.01% (1.22 KB)
[#002] sha256:aa4cc8bff7850ed45d5f7c08b1b4f9325ba2867fd9e91d3cbfa84e30234509ce - 0.0% (115 Bytes)
[#003] sha256:5829b1ee3b8bd75ba117d75fc4372a438ed7e1c3a95acef74afa383890ccb7a1 - 81.36% (11.8 MB)
[#004] sha256:11f17ccee9169858b1d63f53a97055f3d994b85750e08b4160e95ee885e390ca - 0.05% (6.99 KB)
[#005] sha256:28bf97ef07e9a5133bc4527a4d4d1203f4271934611844c89d7a0af92f69c911 - 0.0% (129 Bytes)
[#006] sha256:0f0f6679419d815edc17b345e3f186cd80f4879e909b0af3c020a20fafcefd0f - 0.0% (163 Bytes)
[#007] sha256:51f0f05dbf79c8e99fc4355a08904c2d738c9a0aab17e684985dac501312ad33 - 0.03% (4.3 KB)
[#008] sha256:f3cd5801eac05055d6ba28c9816c66741d979d628410a6d2efb238b3b9ae0c55 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:c0e9ea135d66ad6504c77915a7a48b3bead60892d155d3258b746cb4945981c0 in /
2021-01-28 23:38:31 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-01-29 03:03:57 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2021-01-29 03:03:58 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-01-29 03:03:59 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-01-29 03:46:38 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2021-01-29 03:46:39 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.20
2021-01-29 03:46:39 UTC/bin/sh -c #(nop) ENV PG_SHA256=3d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6
2021-01-29 03:50: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 make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-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 ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2021-01-29 03:50:48 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-01-29 03:50:49 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-01-29 03:50:49 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-01-29 03:50:50 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-01-29 03:50:50 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-01-29 03:50:51 UTC/bin/sh -c #(nop) COPY file:e881105b30bb0f1591c0f7f6dfe19bf5351d029d5babae597d2698e04a16ec8b in /usr/local/bin/
2021-01-29 03:50:52 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2021-01-29 03:50:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-01-29 03:50:52 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-01-29 03:50:52 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-01-29 03:50:52 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-01-29 03:35:55 UTC
13.9 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_SHA2563d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6
PG_VERSION9.6.20
[#000] sha256:4c0d98bf9879488e0407f897d9dd4bf758555a78e39675e72b5124ccf12c2580 - 19.33% (2.68 MB)
[#001] sha256:7ff5918c11c3ab1f2763192c7c033f5dfe60b30d369a8aa483d65326974b637a - 0.01% (1.22 KB)
[#002] sha256:c393806625cde0c68d6881aaeb6a8305d841ad1ec4e6152fe5dde27a6c7b4af8 - 0.0% (115 Bytes)
[#003] sha256:cdad5c17ead7557a7f535f9ba53139aa411d5087dd6fa923db6729eca352b25c - 80.58% (11.2 MB)
[#004] sha256:09829e92cfbaafc793c0563c10cad7943ceab7db1dab6fe5beb7965e2a54ac11 - 0.05% (6.99 KB)
[#005] sha256:4b2b5b7499f8b9ab654c422fadfc464a27b3231c1afc44a7696deed5163eb21b - 0.0% (127 Bytes)
[#006] sha256:e01a0ebd9144e6c42a65044de43162965cbbd4911627970355480ff8cb02aba7 - 0.0% (163 Bytes)
[#007] sha256:ae5bb146ef5860dc90b3002e184ded62d762eab202ac6cd4719bb8b034c09fba - 0.03% (4.3 KB)
[#008] sha256:d3daede6b0803446518e3f6afe19dfbdd182342cd053e39ab3c3bb3c5e9c1a6b - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:0e2d487cd80773e947c8aae6daad3d565b7bb019a954af2b8bff188681c00d81 in /
2021-01-28 23:19:38 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-01-29 02:53:55 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2021-01-29 02:53:55 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-01-29 02:53:56 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-01-29 03:29:34 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2021-01-29 03:29:34 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.20
2021-01-29 03:29:35 UTC/bin/sh -c #(nop) ENV PG_SHA256=3d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6
2021-01-29 03:35:45 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 make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-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 ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2021-01-29 03:35:47 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-01-29 03:35:49 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-01-29 03:35:49 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-01-29 03:35:51 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-01-29 03:35:51 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-01-29 03:35:52 UTC/bin/sh -c #(nop) COPY file:e881105b30bb0f1591c0f7f6dfe19bf5351d029d5babae597d2698e04a16ec8b in /usr/local/bin/
2021-01-29 03:35:54 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2021-01-29 03:35:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-01-29 03:35:55 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-01-29 03:35:55 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-01-29 03:35:55 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-01-29 01:28:19 UTC
13.3 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_SHA2563d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6
PG_VERSION9.6.20
[#000] sha256:a66f440da051140fefcb0a520bdeb69d763b1eb4fd1b2ed46b4c0a168e335108 - 18.82% (2.5 MB)
[#001] sha256:47814bcbfb45802646b189af4a9bc3e4510a538b55fd2808df448ec5e6491cff - 0.01% (1.25 KB)
[#002] sha256:8c6e4686dd674a32664773b275c120c9879a27454fb70c89ea4663315c3b84c6 - 0.0% (149 Bytes)
[#003] sha256:905902edf923ddcbbe88f9e4165a53339c2c881c25d01a7f79dc86a0587df79a - 81.08% (10.8 MB)
[#004] sha256:0a8a64b2a7c858383baf06dccb16c7a6b006678fef52ae66d7c7b456e060db8d - 0.05% (6.99 KB)
[#005] sha256:79644d76a6385d86d13e737fbbe181912a6f58e478047e7d81868fb36d6b99d8 - 0.0% (161 Bytes)
[#006] sha256:495bb1cb80ed9d959043a2f70b44f66d8c7b6c2f5f7ecf104c76e87e6a3c19d1 - 0.0% (195 Bytes)
[#007] sha256:5bed2d66020c151939fa9c056ecae44e12fd6df80b662b23980e590e9aa09935 - 0.03% (4.3 KB)
[#008] sha256:6665b2902e391da8ee0fcb5d163f58467402df9fef6b62be81dc645cd3ef9dff - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:c197324e4979e2a7b257ad683d20dd9cbdae525a076bd68fe6aa0e0b126875df in /
2021-01-28 23:49:59 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-01-29 01:09:22 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2021-01-29 01:09:23 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-01-29 01:09:25 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-01-29 01:25:29 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2021-01-29 01:25:31 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.20
2021-01-29 01:25:32 UTC/bin/sh -c #(nop) ENV PG_SHA256=3d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6
2021-01-29 01:28:00 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 make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-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 ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2021-01-29 01:28:03 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-01-29 01:28:05 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-01-29 01:28:07 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-01-29 01:28:12 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-01-29 01:28:13 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-01-29 01:28:13 UTC/bin/sh -c #(nop) COPY file:e881105b30bb0f1591c0f7f6dfe19bf5351d029d5babae597d2698e04a16ec8b in /usr/local/bin/
2021-01-29 01:28:16 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2021-01-29 01:28:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-01-29 01:28:17 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-01-29 01:28:18 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-01-29 01:28:19 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-01-29 02:05:38 UTC
12.5 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_SHA2563d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6
PG_VERSION9.6.20
[#000] sha256:9b1db703a337d301b1d50292acfbabd5fb3796511b962410c554420b85cd78dc - 18.53% (2.31 MB)
[#001] sha256:e7fa668b3d0ed9168e26ae186f3e531d3ae1e280d94f950446b3683eaaab37c8 - 0.01% (1.24 KB)
[#002] sha256:61f921cd3d5ba006be49bcfc3c119ff3d8f5d35fbc011e764afbbce4ee5b61b4 - 0.0% (149 Bytes)
[#003] sha256:7b69107aee921af15abf9d4afab0587c479d68435af56b0c4b698c476a2e3693 - 81.36% (10.1 MB)
[#004] sha256:5216a39f4922eb3b6e4099c0e55db88cfecb597a07f0841edb0ce70a00dfffae - 0.05% (6.99 KB)
[#005] sha256:e66b392040debb8f5f45ed35eeb49f03d7dc0e5de292ca3b1306116ead696829 - 0.0% (161 Bytes)
[#006] sha256:769b3e6d70f548320b5f613dde5eac1214d4153b19bbf015ffcb868d63d02b06 - 0.0% (194 Bytes)
[#007] sha256:d18fec168994972f0ca4b1b2f820e96afb10dd7b504b1258c7500b6976b53d08 - 0.03% (4.3 KB)
[#008] sha256:ba24cfc741860afa691f5ae89688124e773288be8245361984114a0b2b58ec00 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:98a89b90a8b442eed5301790dd2bd3a27391c5e4426126eed9d1cf44e70f8857 in /
2021-01-28 23:58:04 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-01-29 01:46:41 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2021-01-29 01:46:42 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-01-29 01:46:44 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-01-29 02:02:53 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2021-01-29 02:02:54 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.20
2021-01-29 02:02:56 UTC/bin/sh -c #(nop) ENV PG_SHA256=3d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6
2021-01-29 02:05:22 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 make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-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 ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2021-01-29 02:05:25 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-01-29 02:05:27 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-01-29 02:05:27 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-01-29 02:05:29 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-01-29 02:05:30 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-01-29 02:05:31 UTC/bin/sh -c #(nop) COPY file:e881105b30bb0f1591c0f7f6dfe19bf5351d029d5babae597d2698e04a16ec8b in /usr/local/bin/
2021-01-29 02:05:33 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2021-01-29 02:05:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-01-29 02:05:35 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-01-29 02:05:36 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-01-29 02:05:38 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-01-29 01:12:00 UTC
13.6 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_SHA2563d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6
PG_VERSION9.6.20
[#000] sha256:2914792bc417803b2106001990194cc00cdd4b6fd97cd21a368f26148bc8e722 - 19.02% (2.59 MB)
[#001] sha256:84190c434223807f9b123dbab6b871f4d978fc7fcfb7bd372aae021a3f90b9cf - 0.01% (1.25 KB)
[#002] sha256:a23887416d5dd038d93a43a59a6bc616f68e5f6805f3aadcedb9577d2274a5f0 - 0.0% (149 Bytes)
[#003] sha256:867e66b7487f9ce2b87d8a5fcb899f5e4faedd69aedd5d99dc5ff8ecae489633 - 80.89% (11 MB)
[#004] sha256:79c97b7b45ea376d491f78caa4bc760942ee958b472cb175d0883bdea04f62ca - 0.05% (7 KB)
[#005] sha256:80e876035f6c767191b6ba9b6a348e9496423f355267d6b7fe38228f2123c0f1 - 0.0% (161 Bytes)
[#006] sha256:3b541374fce891b13603ca963cc311e8ccebb6f176b235a224a23e50ec8c4b11 - 0.0% (193 Bytes)
[#007] sha256:0fccb60abd7578d82e4921f05cc15ce219c9e60ef2a0e31a66a247a2c4d7b1e1 - 0.03% (4.3 KB)
[#008] sha256:3c2dbba689bd14e76d65345dc8485114de5135e3bfebe09d9cdc443f7d63232c - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:fecabe41deaeb72acdd63023566d87ae48b013ef80c97fdd993b55d6c727da93 in /
2021-01-28 23:39:34 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-01-29 00:52:23 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2021-01-29 00:52:24 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-01-29 00:52:26 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-01-29 01:08:53 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2021-01-29 01:08:54 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.20
2021-01-29 01:08:55 UTC/bin/sh -c #(nop) ENV PG_SHA256=3d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6
2021-01-29 01:11:33 UTC/bin/sh -c set -eux; wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2"; echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c -; mkdir -p /usr/src/postgresql; tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 ; rm postgresql.tar.bz2; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-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 ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2021-01-29 01:11:36 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-01-29 01:11:39 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-01-29 01:11:41 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-01-29 01:11:45 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-01-29 01:11:47 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-01-29 01:11:48 UTC/bin/sh -c #(nop) COPY file:e881105b30bb0f1591c0f7f6dfe19bf5351d029d5babae597d2698e04a16ec8b in /usr/local/bin/
2021-01-29 01:11:53 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2021-01-29 01:11:55 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-01-29 01:11:57 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-01-29 01:11:58 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-01-29 01:12:00 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-01-29 02:20:20 UTC
14.8 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_SHA2563d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6
PG_VERSION9.6.20
[#000] sha256:f3b94a1d8d591af02f1b419642bee91066ecbb9c65099d6903deed310fd1c2ff - 18.08% (2.68 MB)
[#001] sha256:ff06bd42b80b365bb0c19fbbbe316a95812c98b5963e0930ea89cc0c684a2833 - 0.01% (1.25 KB)
[#002] sha256:bf320aafe224f5aad678f29f514b47d6d4aefcd42e80b7041098c1da820f8c23 - 0.0% (149 Bytes)
[#003] sha256:dad6d0a8cb3098d895d0d5269286e6f4d72c2df8412795df2263695b5213cd7e - 81.83% (12.1 MB)
[#004] sha256:3eb792313398bf2b6ab42c916020ded9f072f18f77d4d5a4b7992f5457f0df20 - 0.05% (6.99 KB)
[#005] sha256:0189435bb0e3a5d7d0ea93af2d6b6717e1f6cc8ca11c3cfdcd9a4fc0631827ba - 0.0% (162 Bytes)
[#006] sha256:36af586e73f1fd12e2bd4cd30f5b812350048f05a9e269bcc54d30af9cb77514 - 0.0% (195 Bytes)
[#007] sha256:7f8a2a244fd27625dc504265d0b1ca77fc52ad6a3f5670c2464fde23dc07f61c - 0.03% (4.31 KB)
[#008] sha256:b7514eaf81bd0c8469a88a8d8f4f15b911985bf6d9bbb80f7fd71864b1cf5cda - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:b14fd5f3f7fcd16e2b4ec6932d3e9c07c7400c577cee5fdcb88b0795a70a7bfb in /
2021-01-28 23:55:52 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-01-29 01:48:47 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2021-01-29 01:48:55 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-01-29 01:49:10 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-01-29 02:15:14 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2021-01-29 02:15:20 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.20
2021-01-29 02:15:32 UTC/bin/sh -c #(nop) ENV PG_SHA256=3d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6
2021-01-29 02:18: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 make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-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 ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2021-01-29 02:18:44 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-01-29 02:18:58 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-01-29 02:19:08 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-01-29 02:19:21 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-01-29 02:19:28 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-01-29 02:19:31 UTC/bin/sh -c #(nop) COPY file:e881105b30bb0f1591c0f7f6dfe19bf5351d029d5babae597d2698e04a16ec8b in /usr/local/bin/
2021-01-29 02:19:46 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2021-01-29 02:19:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-01-29 02:20:00 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-01-29 02:20:07 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-01-29 02:20:20 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-01-29 01:47:28 UTC
13.6 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR9.6
PG_SHA2563d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6
PG_VERSION9.6.20
[#000] sha256:43901f1af0ef9db6b0bf30ac6f6dacd78bf1ecfeb47ad0a93aa2370fa8e62407 - 18.29% (2.48 MB)
[#001] sha256:ddb7987d6a49388c77e555f2547e538d557a90c40b705e0fe10a7ef952d82326 - 0.01% (1.25 KB)
[#002] sha256:e7d07431bbbdfa6c1540603fded3d65695c350f29a3aa77a1e475296db695a5a - 0.0% (149 Bytes)
[#003] sha256:495b66ca6ab2e8d5fd4c8c121203f27f3acdad7dce1d15fed5ec8d787c2ebf37 - 81.61% (11.1 MB)
[#004] sha256:474f19a13581e06b59f6f6c25a8e5faf7047f73180d9fb7e366f7d2c68d05e4b - 0.05% (6.99 KB)
[#005] sha256:5dfe8c63d1d89b0b5091f7ce2aa26e86e81dfef35deb14796ac423a2cbf48919 - 0.0% (160 Bytes)
[#006] sha256:e9edc7d53ee6d8af5c2272f0f87b92fbbf6eaf9757f66ef400afe0a2590b289b - 0.0% (193 Bytes)
[#007] sha256:a0317809e24146e282c663d5fd190977ef25b1f5f5f6575b41fd8a3c690000c6 - 0.03% (4.3 KB)
[#008] sha256:eaf6640c0021728d5c05bd3a211b942babba2d3397ea72ac40cbee1276618c78 - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:d97e6c37df0fb8306b072d9c0a32f68f5aff583ba849303926644deacfa25eb9 in /
2021-01-28 23:41:36 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-01-29 01:28:50 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2021-01-29 01:28:50 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-01-29 01:28:52 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-01-29 01:45:02 UTC/bin/sh -c #(nop) ENV PG_MAJOR=9.6
2021-01-29 01:45:03 UTC/bin/sh -c #(nop) ENV PG_VERSION=9.6.20
2021-01-29 01:45:03 UTC/bin/sh -c #(nop) ENV PG_SHA256=3d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6
2021-01-29 01:47: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 make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-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 ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2021-01-29 01:47:21 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-01-29 01:47:22 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-01-29 01:47:22 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-01-29 01:47:24 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-01-29 01:47:24 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-01-29 01:47:25 UTC/bin/sh -c #(nop) COPY file:e881105b30bb0f1591c0f7f6dfe19bf5351d029d5babae597d2698e04a16ec8b in /usr/local/bin/
2021-01-29 01:47:26 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
2021-01-29 01:47:27 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-01-29 01:47:28 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-01-29 01:47:28 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-01-29 01:47:28 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.