2023-09-01 01:29:43 UTC
95.3 MB
llvm15-dev clang15
LANGen_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR16
PG_SHA256ce97b3f4199a702a19ced11f86d0b93bb1fa55e869129e1435210ed8d505fa84
PG_VERSION16rc1
[#000] sha256:ddc7d64c528fabaad61cc880e91abba829973f743d753415145211971f9ee10d - 3.42% (3.26 MB)
[#001] sha256:f1f18735277fba41a769569b43d4ef767a803e905d34e355012eb3eae6625a70 - 0.0% (1.26 KB)
[#002] sha256:36be60f4dcdcee08649009c2417cfb66bfe07fde5f84a8ed7b7cd53eb9fd4b19 - 0.0% (149 Bytes)
[#003] sha256:243700432369a8f2bf30713590165c7f30302fe50f9d45af683181ced4351c70 - 96.57% (92 MB)
[#004] sha256:82ae54d7376aa9af3bc203597893c4bdb01c430dfb7050f6673e71dc81ba0076 - 0.01% (9.33 KB)
[#005] sha256:cbf67f614c762acf2bb5eb93d3d7821338c12cd7dc5bd99a87db381366e8dbe7 - 0.0% (161 Bytes)
[#006] sha256:ed280604dc213973f9b5a42bd986c556a3066928397a150e49900ad6848164a0 - 0.0% (194 Bytes)
[#007] sha256:eb5a78868d36c62d80af6eb781cce2f5f3adc7dd450418f9164eac753fcc84b6 - 0.0% (4.67 KB)
/bin/sh -c #(nop) ADD file:437e2411fa3e4795a759f54507f41caa000169f0c32600ec49b4397313cd0884 in /
2023-08-07 19:38:30 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-08-08 20:44: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
2023-08-08 20:44:22 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2023-08-08 20:44:23 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-08-08 20:44:23 UTC/bin/sh -c #(nop) ENV PG_MAJOR=16
2023-09-01 01:23:56 UTC/bin/sh -c #(nop) ENV PG_VERSION=16rc1
2023-09-01 01:23:56 UTC/bin/sh -c #(nop) ENV PG_SHA256=ce97b3f4199a702a19ced11f86d0b93bb1fa55e869129e1435210ed8d505fa84
2023-09-01 01:23:56 UTC/bin/sh -c #(nop) ENV DOCKER_PG_LLVM_DEPS=llvm15-dev clang15
2023-09-01 01:29:40 UTC/bin/sh -c set -eux; wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2"; echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c -; mkdir -p /usr/src/postgresql; tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 ; rm postgresql.tar.bz2; apk add --no-cache --virtual .build-deps $DOCKER_PG_LLVM_DEPS bison coreutils dpkg-dev dpkg flex g++ gcc krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openldap-dev openssl-dev perl-dev perl-ipc-run perl-utils python3-dev tcl-dev util-linux-dev zlib-dev icu-dev lz4-dev zstd-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'; export LLVM_CONFIG="/usr/lib/llvm15/bin/llvm-config"; export CLANG=clang-15; ./configure --enable-option-checking=fatal --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-gssapi --with-ldap --with-tcl --with-perl --with-python --with-openssl --with-libxml --with-libxslt --with-icu --with-llvm --with-lz4 --with-zstd ; 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 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full $([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2023-09-01 01:29: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
2023-09-01 01:29:42 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 3777 /var/run/postgresql
2023-09-01 01:29:42 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-09-01 01:29:43 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 1777 "$PGDATA"
2023-09-01 01:29:43 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-09-01 01:29:43 UTC/bin/sh -c #(nop) COPY file:e635913e9467265f505455bc3f08bed37d67ce6597a1f10365f8faf79f09b654 in /usr/local/bin/
2023-09-01 01:29:43 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-09-01 01:29:43 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-09-01 01:29:43 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-09-01 01:29:43 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-09-01 00:59:43 UTC
90.6 MB
llvm15-dev clang15
LANGen_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR16
PG_SHA256ce97b3f4199a702a19ced11f86d0b93bb1fa55e869129e1435210ed8d505fa84
PG_VERSION16rc1
[#000] sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 - 3.56% (3.22 MB)
[#001] sha256:a159e268d0e03977bee3ff9c55d4062de5a80a1bb11ec831965ecf0830331c5c - 0.0% (1.26 KB)
[#002] sha256:a3e40c521837c9ad05fd35d9e5338c7f78968ab81f39448816a524e2d2531245 - 0.0% (149 Bytes)
[#003] sha256:3da0345816ead02545ca8ab74c38f62152d3cd32c28ebe918f9c7b56e4f85c38 - 96.43% (87.4 MB)
[#004] sha256:680aa260d09242119ca766cd7b828b14883fdf459d92351c27345bc3b3d0f8c5 - 0.01% (9.34 KB)
[#005] sha256:1280147d794cc71ae4a52b916ef5a2341f99408b52b9d49c355ad2f2bd8dc3e5 - 0.0% (161 Bytes)
[#006] sha256:ca4a38816d35d23a0a3fc1e2daca989b1748b5f4c4127e85ee7019955fab8e92 - 0.0% (195 Bytes)
[#007] sha256:e90351564ca66442e5080b090b771348168f95cfd2b185dda8f877d7c3337615 - 0.01% (4.68 KB)
/bin/sh -c #(nop) ADD file:6dd87346b8be240b21b4f4d9296253bf0d28b6579aa52d2118872e3936963b6b in /
2023-08-07 19:20:26 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-08-09 02:29:52 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
2023-08-09 02:29:52 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2023-08-09 02:29:52 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-08-09 02:29:52 UTC/bin/sh -c #(nop) ENV PG_MAJOR=16
2023-09-01 00:56:51 UTC/bin/sh -c #(nop) ENV PG_VERSION=16rc1
2023-09-01 00:56:51 UTC/bin/sh -c #(nop) ENV PG_SHA256=ce97b3f4199a702a19ced11f86d0b93bb1fa55e869129e1435210ed8d505fa84
2023-09-01 00:56:51 UTC/bin/sh -c #(nop) ENV DOCKER_PG_LLVM_DEPS=llvm15-dev clang15
2023-09-01 00:59:40 UTC/bin/sh -c set -eux; wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2"; echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c -; mkdir -p /usr/src/postgresql; tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 ; rm postgresql.tar.bz2; apk add --no-cache --virtual .build-deps $DOCKER_PG_LLVM_DEPS bison coreutils dpkg-dev dpkg flex g++ gcc krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openldap-dev openssl-dev perl-dev perl-ipc-run perl-utils python3-dev tcl-dev util-linux-dev zlib-dev icu-dev lz4-dev zstd-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'; export LLVM_CONFIG="/usr/lib/llvm15/bin/llvm-config"; export CLANG=clang-15; ./configure --enable-option-checking=fatal --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-gssapi --with-ldap --with-tcl --with-perl --with-python --with-openssl --with-libxml --with-libxslt --with-icu --with-llvm --with-lz4 --with-zstd ; 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 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full $([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2023-09-01 00:59:41 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
2023-09-01 00:59:41 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 3777 /var/run/postgresql
2023-09-01 00:59:42 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-09-01 00:59:42 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 1777 "$PGDATA"
2023-09-01 00:59:42 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-09-01 00:59:42 UTC/bin/sh -c #(nop) COPY file:e635913e9467265f505455bc3f08bed37d67ce6597a1f10365f8faf79f09b654 in /usr/local/bin/
2023-09-01 00:59:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-09-01 00:59:42 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-09-01 00:59:42 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-09-01 00:59:43 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-09-01 00:55:21 UTC
88.5 MB
llvm15-dev clang15
LANGen_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR16
PG_SHA256ce97b3f4199a702a19ced11f86d0b93bb1fa55e869129e1435210ed8d505fa84
PG_VERSION16rc1
[#000] sha256:342323bc858ed9706f7953ab06cbf6785b678c55ef2317577af748533d11165b - 3.36% (2.97 MB)
[#001] sha256:13901678aba6cc2a9a49b22c188c8048b16a39b6c3cc01361b87bef0f49c22ff - 0.0% (1.25 KB)
[#002] sha256:bb3c5a1f69a1a69ad92ea615b3b0c683557c5110025b19ca2d9eb4d8a153e346 - 0.0% (149 Bytes)
[#003] sha256:722c51815b8aedc21febb6bc337069beacef01350b1374082d51f8234801e18f - 96.63% (85.5 MB)
[#004] sha256:131920bb7ad3dea667fd70396ce3cadb07bb636168c4f1c7097525d8b5b733e1 - 0.01% (9.34 KB)
[#005] sha256:79296a60d29e77c5951317581a3d9638730f406a2babf895807b121d3af6bd9c - 0.0% (161 Bytes)
[#006] sha256:5324c2509c18f14a8d1d1967891051953839c74cd2b6c6d901ad041368a0ca63 - 0.0% (196 Bytes)
[#007] sha256:6a6e31a066d171682dd771559f4402cec6fa61af1a02a6e187b999e76bc0c5be - 0.01% (4.67 KB)
/bin/sh -c #(nop) ADD file:cb3f59b0f701cb6ef552e7f8ada1707cf82747c95b69759924061ff9ac6dbe72 in /
2023-08-07 19:49:18 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-08-08 22:26: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
2023-08-08 22:26:22 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2023-08-08 22:26:22 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-08-08 22:26:22 UTC/bin/sh -c #(nop) ENV PG_MAJOR=16
2023-09-01 00:52:34 UTC/bin/sh -c #(nop) ENV PG_VERSION=16rc1
2023-09-01 00:52:34 UTC/bin/sh -c #(nop) ENV PG_SHA256=ce97b3f4199a702a19ced11f86d0b93bb1fa55e869129e1435210ed8d505fa84
2023-09-01 00:52:34 UTC/bin/sh -c #(nop) ENV DOCKER_PG_LLVM_DEPS=llvm15-dev clang15
2023-09-01 00:55: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 $DOCKER_PG_LLVM_DEPS bison coreutils dpkg-dev dpkg flex g++ gcc krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openldap-dev openssl-dev perl-dev perl-ipc-run perl-utils python3-dev tcl-dev util-linux-dev zlib-dev icu-dev lz4-dev zstd-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'; export LLVM_CONFIG="/usr/lib/llvm15/bin/llvm-config"; export CLANG=clang-15; ./configure --enable-option-checking=fatal --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-gssapi --with-ldap --with-tcl --with-perl --with-python --with-openssl --with-libxml --with-libxslt --with-icu --with-llvm --with-lz4 --with-zstd ; 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 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full $([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2023-09-01 00:55: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
2023-09-01 00:55:20 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 3777 /var/run/postgresql
2023-09-01 00:55:20 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-09-01 00:55:21 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 1777 "$PGDATA"
2023-09-01 00:55:21 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-09-01 00:55:21 UTC/bin/sh -c #(nop) COPY file:e635913e9467265f505455bc3f08bed37d67ce6597a1f10365f8faf79f09b654 in /usr/local/bin/
2023-09-01 00:55:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-09-01 00:55:21 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-09-01 00:55:21 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-09-01 00:55:21 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-09-01 01:46:59 UTC
83.4 MB
llvm15-dev clang15
LANGen_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR16
PG_SHA256ce97b3f4199a702a19ced11f86d0b93bb1fa55e869129e1435210ed8d505fa84
PG_VERSION16rc1
[#000] sha256:b82e4fd40279a40aa2eecd301fabb2dca254727cc09daa8d0caf69ac28c44af1 - 3.28% (2.74 MB)
[#001] sha256:42e4be36b6da96b6e30bc8310d8b4fcd5b95acb1a4ccc7e1ad9d36dc06def768 - 0.0% (1.25 KB)
[#002] sha256:7f5bafa018599d2138de5631f90e7b1ff7cd2deff996e3f053ef2d9beeceef65 - 0.0% (149 Bytes)
[#003] sha256:26e5e19fe0a5445f7104388251cbdeb2f8f0d783a32c9d2c37bd3bf3b0b83aec - 96.7% (80.6 MB)
[#004] sha256:8eaacb604e9bfc8f9b9152624f2deb0a65e6216476fa01fcecee9cb8d2f2675a - 0.01% (9.34 KB)
[#005] sha256:e115a59b66a6c180dcffff9112889cddffdf0ba380c348fbe1b64f27478aa7c6 - 0.0% (161 Bytes)
[#006] sha256:9a6cab2375008f0b7a1a15b6e8941440d1fe7a3a056e5d87b12ab69c5775e93a - 0.0% (195 Bytes)
[#007] sha256:b4739cd49887e963b67144a875c4e43424856903169f161d30c7e552b7d3abee - 0.01% (4.68 KB)
/bin/sh -c #(nop) ADD file:7f36c30ba2b714d09a8650dba1545abdf892443dadbe9113b9a166b84ba7ac3f in /
2023-08-07 19:57:29 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-08-08 02:34:35 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
2023-08-08 02:34:35 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2023-08-08 02:34:36 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-08-08 02:34:36 UTC/bin/sh -c #(nop) ENV PG_MAJOR=16
2023-09-01 01:44:27 UTC/bin/sh -c #(nop) ENV PG_VERSION=16rc1
2023-09-01 01:44:27 UTC/bin/sh -c #(nop) ENV PG_SHA256=ce97b3f4199a702a19ced11f86d0b93bb1fa55e869129e1435210ed8d505fa84
2023-09-01 01:44:28 UTC/bin/sh -c #(nop) ENV DOCKER_PG_LLVM_DEPS=llvm15-dev clang15
2023-09-01 01:46:56 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 $DOCKER_PG_LLVM_DEPS bison coreutils dpkg-dev dpkg flex g++ gcc krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openldap-dev openssl-dev perl-dev perl-ipc-run perl-utils python3-dev tcl-dev util-linux-dev zlib-dev icu-dev lz4-dev zstd-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'; export LLVM_CONFIG="/usr/lib/llvm15/bin/llvm-config"; export CLANG=clang-15; ./configure --enable-option-checking=fatal --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-gssapi --with-ldap --with-tcl --with-perl --with-python --with-openssl --with-libxml --with-libxslt --with-icu --with-llvm --with-lz4 --with-zstd ; 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 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full $([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2023-09-01 01:46:57 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
2023-09-01 01:46:58 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 3777 /var/run/postgresql
2023-09-01 01:46:58 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-09-01 01:46:58 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 1777 "$PGDATA"
2023-09-01 01:46:59 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-09-01 01:46:59 UTC/bin/sh -c #(nop) COPY file:e635913e9467265f505455bc3f08bed37d67ce6597a1f10365f8faf79f09b654 in /usr/local/bin/
2023-09-01 01:46:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-09-01 01:46:59 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-09-01 01:46:59 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-09-01 01:46:59 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-09-01 01:01:58 UTC
88.4 MB
llvm15-dev clang15
LANGen_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR16
PG_SHA256ce97b3f4199a702a19ced11f86d0b93bb1fa55e869129e1435210ed8d505fa84
PG_VERSION16rc1
[#000] sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 - 3.51% (3.11 MB)
[#001] sha256:a8016f2827cdde1339eb7194dfa4b33f9d85276c84d6d3974a82f4f7c58d9720 - 0.0% (1.25 KB)
[#002] sha256:f74698bea8d86ded3a612a5036cef63e4eb920c8f106882742225236e9839e52 - 0.0% (149 Bytes)
[#003] sha256:9d8e1b8ef55655625fde02ae88f5725631b4db6814a4d078dbb9358357ec9065 - 96.47% (85.3 MB)
[#004] sha256:569b01a972ef04ca4822167778f8c0bfb5e11a1ab5456e24a5a1b3a1322db33a - 0.01% (9.34 KB)
[#005] sha256:202b4843786267529d97afd2eae1ccadcac14e23d130ebc55bab7854b461d241 - 0.0% (160 Bytes)
[#006] sha256:8377e9b30f7ba7f20d69a0198815c8d09f13520924224329c03b13c062eec7e1 - 0.0% (194 Bytes)
[#007] sha256:cfaff5e2459bbc62c3f3f74a8d989484ed819ad952435d5a4031a4b670bdd02a - 0.01% (4.68 KB)
/bin/sh -c #(nop) ADD file:9e054a25c83111adc857a7f988336ee40eea5e1794ed30a80d465e8d472342e2 in /
2023-08-07 19:39:22 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-08-09 03:10:39 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
2023-08-09 03:10:39 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2023-08-09 03:10:39 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-08-09 03:10:39 UTC/bin/sh -c #(nop) ENV PG_MAJOR=16
2023-09-01 00:59:43 UTC/bin/sh -c #(nop) ENV PG_VERSION=16rc1
2023-09-01 00:59:43 UTC/bin/sh -c #(nop) ENV PG_SHA256=ce97b3f4199a702a19ced11f86d0b93bb1fa55e869129e1435210ed8d505fa84
2023-09-01 00:59:43 UTC/bin/sh -c #(nop) ENV DOCKER_PG_LLVM_DEPS=llvm15-dev clang15
2023-09-01 01:01:55 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 $DOCKER_PG_LLVM_DEPS bison coreutils dpkg-dev dpkg flex g++ gcc krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openldap-dev openssl-dev perl-dev perl-ipc-run perl-utils python3-dev tcl-dev util-linux-dev zlib-dev icu-dev lz4-dev zstd-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'; export LLVM_CONFIG="/usr/lib/llvm15/bin/llvm-config"; export CLANG=clang-15; ./configure --enable-option-checking=fatal --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-gssapi --with-ldap --with-tcl --with-perl --with-python --with-openssl --with-libxml --with-libxslt --with-icu --with-llvm --with-lz4 --with-zstd ; 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 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full $([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2023-09-01 01:01:56 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
2023-09-01 01:01:57 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 3777 /var/run/postgresql
2023-09-01 01:01:57 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-09-01 01:01:57 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 1777 "$PGDATA"
2023-09-01 01:01:57 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-09-01 01:01:57 UTC/bin/sh -c #(nop) COPY file:e635913e9467265f505455bc3f08bed37d67ce6597a1f10365f8faf79f09b654 in /usr/local/bin/
2023-09-01 01:01:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-09-01 01:01:58 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-09-01 01:01:58 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-09-01 01:01:58 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-09-01 00:28:02 UTC
96.2 MB
llvm15-dev clang15
LANGen_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR16
PG_SHA256ce97b3f4199a702a19ced11f86d0b93bb1fa55e869129e1435210ed8d505fa84
PG_VERSION16rc1
[#000] sha256:1e00d0a2a797866697ccca7b6307a9182e2852583b2b3be3928d196e4cb8ba3d - 3.36% (3.23 MB)
[#001] sha256:38ee805c1332940deaa5547186e69fea1bfb3366abe4ba8ec0b1d18e3ca64d2e - 0.0% (1.26 KB)
[#002] sha256:7666703c8b28accd4d26a4d7958273a5b2130cfe7f28d0a929665d042709193f - 0.0% (149 Bytes)
[#003] sha256:08dc02c5e0fb305ba43aaa13c0cf7b22dc9d5b44761487554e22f8720796f56c - 96.62% (93 MB)
[#004] sha256:f993d85f0f360967c5a2c485f54309b8219614a9fc48e4a46acb6fee4194bd9e - 0.01% (9.35 KB)
[#005] sha256:1a5e8382e11cad96cdd319a1bed3ee7dd84eecc2255bc24e08b1935edf108210 - 0.0% (160 Bytes)
[#006] sha256:ad6669a2e7f5d8620efaa5beb670fc27153ae25798e6aaec3b3299dfdbaf5cf9 - 0.0% (195 Bytes)
[#007] sha256:4f411e5ef7fbc8f5348a42ee21bf0ab79aa9426ac77b1042b79f78f7fc77f953 - 0.0% (4.68 KB)
/bin/sh -c #(nop) ADD file:52f28bcdd6e1c6f85b2b5d66ace37ed6cef0da8ce5c58e246549427361b64c1d in /
2023-08-07 20:16:36 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-08-08 22:11: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
2023-08-08 22:11:14 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2023-08-08 22:11:15 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-08-08 22:11:16 UTC/bin/sh -c #(nop) ENV PG_MAJOR=16
2023-09-01 00:23:53 UTC/bin/sh -c #(nop) ENV PG_VERSION=16rc1
2023-09-01 00:23:53 UTC/bin/sh -c #(nop) ENV PG_SHA256=ce97b3f4199a702a19ced11f86d0b93bb1fa55e869129e1435210ed8d505fa84
2023-09-01 00:23:54 UTC/bin/sh -c #(nop) ENV DOCKER_PG_LLVM_DEPS=llvm15-dev clang15
2023-09-01 00:27:50 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 $DOCKER_PG_LLVM_DEPS bison coreutils dpkg-dev dpkg flex g++ gcc krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openldap-dev openssl-dev perl-dev perl-ipc-run perl-utils python3-dev tcl-dev util-linux-dev zlib-dev icu-dev lz4-dev zstd-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'; export LLVM_CONFIG="/usr/lib/llvm15/bin/llvm-config"; export CLANG=clang-15; ./configure --enable-option-checking=fatal --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-gssapi --with-ldap --with-tcl --with-perl --with-python --with-openssl --with-libxml --with-libxslt --with-icu --with-llvm --with-lz4 --with-zstd ; 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 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full $([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2023-09-01 00:27: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
2023-09-01 00:27:57 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 3777 /var/run/postgresql
2023-09-01 00:27:57 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-09-01 00:27:59 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 1777 "$PGDATA"
2023-09-01 00:28:00 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-09-01 00:28:00 UTC/bin/sh -c #(nop) COPY file:e635913e9467265f505455bc3f08bed37d67ce6597a1f10365f8faf79f09b654 in /usr/local/bin/
2023-09-01 00:28:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-09-01 00:28:01 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-09-01 00:28:02 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-09-01 00:28:02 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-09-01 00:50:13 UTC
91.1 MB
llvm15-dev clang15
LANGen_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR16
PG_SHA256ce97b3f4199a702a19ced11f86d0b93bb1fa55e869129e1435210ed8d505fa84
PG_VERSION16rc1
[#000] sha256:b69f31b9e61dae76a66eb3f9dd10f9f86d10116c6339347c47739dcf850af4d3 - 3.32% (3.03 MB)
[#001] sha256:3e59eb634e96bf8a3f872887f50a529b89c83d0cbfeef694892970c10e01d4e4 - 0.0% (1.26 KB)
[#002] sha256:d282f2ea523c2f52aaca3f04a677a1155b3cde3fa7a3ce5c3cab549720be2463 - 0.0% (149 Bytes)
[#003] sha256:c1d1fcf6da9b679a8995e199feadf10de567636d956c06f917e5ae3b73ac2617 - 96.66% (88.1 MB)
[#004] sha256:79bc14ba2d92e28e10e80d3c6d2ee94232aef3c02eac1d3973ac85dabd8e19b5 - 0.01% (9.34 KB)
[#005] sha256:791da32c75364f9d48cff2f1a54359901b97d6734f6442182141b0dc1e313c1e - 0.0% (162 Bytes)
[#006] sha256:1797cd2a43ce81c1abf0ce08747464a0ce45cdd4295f9c853ccaaf081540e5b8 - 0.0% (194 Bytes)
[#007] sha256:f9db0d713de0b811b5559bdcea6621f0aa1b2922145eaac06e4beb5019044b96 - 0.01% (4.68 KB)
/bin/sh -c #(nop) ADD file:2e221805acb91c51e7afa6b926252ab2260cdf2e166f3d917a98384f3a157622 in /
2023-08-07 19:42:02 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-08-09 03:08:52 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
2023-08-09 03:08:53 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2023-08-09 03:08:53 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-08-09 03:08:53 UTC/bin/sh -c #(nop) ENV PG_MAJOR=16
2023-09-01 00:47:23 UTC/bin/sh -c #(nop) ENV PG_VERSION=16rc1
2023-09-01 00:47:23 UTC/bin/sh -c #(nop) ENV PG_SHA256=ce97b3f4199a702a19ced11f86d0b93bb1fa55e869129e1435210ed8d505fa84
2023-09-01 00:47:23 UTC/bin/sh -c #(nop) ENV DOCKER_PG_LLVM_DEPS=llvm15-dev clang15
2023-09-01 00:50: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 $DOCKER_PG_LLVM_DEPS bison coreutils dpkg-dev dpkg flex g++ gcc krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers make openldap-dev openssl-dev perl-dev perl-ipc-run perl-utils python3-dev tcl-dev util-linux-dev zlib-dev icu-dev lz4-dev zstd-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'; export LLVM_CONFIG="/usr/lib/llvm15/bin/llvm-config"; export CLANG=clang-15; ./configure --enable-option-checking=fatal --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-gssapi --with-ldap --with-tcl --with-perl --with-python --with-openssl --with-libxml --with-libxslt --with-icu --with-llvm --with-lz4 --with-zstd ; 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 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full $([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2023-09-01 00:50: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
2023-09-01 00:50:12 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 3777 /var/run/postgresql
2023-09-01 00:50:12 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-09-01 00:50:12 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 1777 "$PGDATA"
2023-09-01 00:50:12 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-09-01 00:50:12 UTC/bin/sh -c #(nop) COPY file:e635913e9467265f505455bc3f08bed37d67ce6597a1f10365f8faf79f09b654 in /usr/local/bin/
2023-09-01 00:50:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-09-01 00:50:13 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-09-01 00:50:13 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-09-01 00:50:13 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.