2023-08-08 21:20:31 UTC
92.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_MAJOR13
PG_SHA2564992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
PG_VERSION13.11
[#000] sha256:ddc7d64c528fabaad61cc880e91abba829973f743d753415145211971f9ee10d - 3.53% (3.26 MB)
[#001] sha256:f1f18735277fba41a769569b43d4ef767a803e905d34e355012eb3eae6625a70 - 0.0% (1.26 KB)
[#002] sha256:36be60f4dcdcee08649009c2417cfb66bfe07fde5f84a8ed7b7cd53eb9fd4b19 - 0.0% (149 Bytes)
[#003] sha256:5ddb2bbf79ad4a7c866b21f0f16f9327da2fe2a153c59f6a134f38e13db598a5 - 96.46% (89.1 MB)
[#004] sha256:7d1f278c6aa47e362ac583ebeb6cdd5dc619bfe3201874f047ddf9f467708a05 - 0.01% (8.81 KB)
[#005] sha256:e299e94d57640110d81974b336eeabcdaa07274a48c66a6edcc303ddac969657 - 0.0% (162 Bytes)
[#006] sha256:dc017e9452e2cf35e322ff6d243bdc309503b62bf65bc7bea6ccf4e8779b663b - 0.0% (194 Bytes)
[#007] sha256:fd26a52277d116359254ebf565d9d193a6efebf061d0bd1369aa076954afe23c - 0.0% (4.68 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 21:15:50 UTC/bin/sh -c #(nop) ENV PG_MAJOR=13
2023-08-08 21:15:51 UTC/bin/sh -c #(nop) ENV PG_VERSION=13.11
2023-08-08 21:15:51 UTC/bin/sh -c #(nop) ENV PG_SHA256=4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
2023-08-08 21:15:51 UTC/bin/sh -c #(nop) ENV DOCKER_PG_LLVM_DEPS=llvm15-dev clang15
2023-08-08 21:20:27 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 ; 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-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-gssapi --with-ldap --with-tcl --with-perl --with-python --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 }' | 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-08-08 21:20:29 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-08-08 21:20:29 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 3777 /var/run/postgresql
2023-08-08 21:20:29 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-08-08 21:20:30 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 1777 "$PGDATA"
2023-08-08 21:20:30 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-08-08 21:20:30 UTC/bin/sh -c #(nop) COPY file:e635913e9467265f505455bc3f08bed37d67ce6597a1f10365f8faf79f09b654 in /usr/local/bin/
2023-08-08 21:20:30 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-08-08 21:20:30 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-08-08 21:20:31 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-08-08 21:20:31 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-08-09 02:49:46 UTC
87.8 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_MAJOR13
PG_SHA2564992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
PG_VERSION13.11
[#000] sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 - 3.67% (3.22 MB)
[#001] sha256:a159e268d0e03977bee3ff9c55d4062de5a80a1bb11ec831965ecf0830331c5c - 0.0% (1.26 KB)
[#002] sha256:a3e40c521837c9ad05fd35d9e5338c7f78968ab81f39448816a524e2d2531245 - 0.0% (149 Bytes)
[#003] sha256:81a70899976f6f8332f97a637d966d96133a69aa6633234d8002eb43fef3ef02 - 96.31% (84.6 MB)
[#004] sha256:843bf9a47626c79e6763e27fae09351cd2fcc80d1a3c8e336a6aa254d0f43311 - 0.01% (8.82 KB)
[#005] sha256:2419032d51dcd410aab24060d0b8f760ebb91d286a96d64ae6a2356dacddb3c0 - 0.0% (162 Bytes)
[#006] sha256:df7a8ad20c83f10d8c899a062e9c1201ecd7fe3fb64f06a9bbadc13e4235a7db - 0.0% (194 Bytes)
[#007] sha256:442efb7c372f9c7a8df648da42157aa909141ee1f452d0dec7432d2fc174f9ff - 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:47:13 UTC/bin/sh -c #(nop) ENV PG_MAJOR=13
2023-08-09 02:47:13 UTC/bin/sh -c #(nop) ENV PG_VERSION=13.11
2023-08-09 02:47:13 UTC/bin/sh -c #(nop) ENV PG_SHA256=4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
2023-08-09 02:47:13 UTC/bin/sh -c #(nop) ENV DOCKER_PG_LLVM_DEPS=llvm15-dev clang15
2023-08-09 02:49:43 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 ; 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-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-gssapi --with-ldap --with-tcl --with-perl --with-python --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 }' | 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-08-09 02:49:44 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-08-09 02:49:45 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 3777 /var/run/postgresql
2023-08-09 02:49:45 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-08-09 02:49:46 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 1777 "$PGDATA"
2023-08-09 02:49:46 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-08-09 02:49:46 UTC/bin/sh -c #(nop) COPY file:e635913e9467265f505455bc3f08bed37d67ce6597a1f10365f8faf79f09b654 in /usr/local/bin/
2023-08-09 02:49:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-08-09 02:49:46 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-08-09 02:49:46 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-08-09 02:49:46 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-08-08 22:49:55 UTC
85.7 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_MAJOR13
PG_SHA2564992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
PG_VERSION13.11
[#000] sha256:342323bc858ed9706f7953ab06cbf6785b678c55ef2317577af748533d11165b - 3.46% (2.97 MB)
[#001] sha256:13901678aba6cc2a9a49b22c188c8048b16a39b6c3cc01361b87bef0f49c22ff - 0.0% (1.25 KB)
[#002] sha256:bb3c5a1f69a1a69ad92ea615b3b0c683557c5110025b19ca2d9eb4d8a153e346 - 0.0% (149 Bytes)
[#003] sha256:ca6c88ee07dbce7f446d590815be55316274d186a8df9a23c7af497a2307a515 - 96.52% (82.7 MB)
[#004] sha256:8f23944271b058209c1e8ce5c4a8cad1f1b1fc250e8c36d9899b1ebcdc1fda28 - 0.01% (8.81 KB)
[#005] sha256:89bd0f2fafdc5c83ae40390ae9d30c63e8e414cbb4dac63d454cc1090ad41fcf - 0.0% (161 Bytes)
[#006] sha256:9f4d9543860d012587d47097f3262209775e1275683c85cbc4f57b646769b2e3 - 0.0% (195 Bytes)
[#007] sha256:8d88d7d608a3b3921410c5f0f8fffa431a61bd3adb1ab8bf452e222de481d467 - 0.01% (4.68 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:46:55 UTC/bin/sh -c #(nop) ENV PG_MAJOR=13
2023-08-08 22:46:55 UTC/bin/sh -c #(nop) ENV PG_VERSION=13.11
2023-08-08 22:46:55 UTC/bin/sh -c #(nop) ENV PG_SHA256=4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
2023-08-08 22:46:55 UTC/bin/sh -c #(nop) ENV DOCKER_PG_LLVM_DEPS=llvm15-dev clang15
2023-08-08 22:49: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 $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 ; 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-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-gssapi --with-ldap --with-tcl --with-perl --with-python --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 }' | 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-08-08 22:49:53 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-08-08 22:49:54 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 3777 /var/run/postgresql
2023-08-08 22:49:54 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-08-08 22:49:55 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 1777 "$PGDATA"
2023-08-08 22:49:55 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-08-08 22:49:55 UTC/bin/sh -c #(nop) COPY file:e635913e9467265f505455bc3f08bed37d67ce6597a1f10365f8faf79f09b654 in /usr/local/bin/
2023-08-08 22:49:55 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-08-08 22:49:55 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-08-08 22:49:55 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-08-08 22:49:55 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-08-08 02:51:23 UTC
80.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_MAJOR13
PG_SHA2564992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
PG_VERSION13.11
[#000] sha256:b82e4fd40279a40aa2eecd301fabb2dca254727cc09daa8d0caf69ac28c44af1 - 3.39% (2.74 MB)
[#001] sha256:42e4be36b6da96b6e30bc8310d8b4fcd5b95acb1a4ccc7e1ad9d36dc06def768 - 0.0% (1.25 KB)
[#002] sha256:7f5bafa018599d2138de5631f90e7b1ff7cd2deff996e3f053ef2d9beeceef65 - 0.0% (149 Bytes)
[#003] sha256:2a4deaf691f66fd733daffc4a171dcb8f7f30f7968e61961f4e3841ec531e460 - 96.59% (77.9 MB)
[#004] sha256:c4cdff3288ad1f000dde5acf12b42810ef402c74ea407ac23e178d738bf19968 - 0.01% (8.81 KB)
[#005] sha256:fe2bfcf29707adcb739875ed9cbb2aa7cdb94df63e4b08c27de855210b91c562 - 0.0% (161 Bytes)
[#006] sha256:f9114367e52baa0d5500c1b47d10401b0bd841e10da043a02365fe7be1295df0 - 0.0% (196 Bytes)
[#007] sha256:46c911c9c93cb06e5f184f93d4eadbb899c87544c100999d9ece49bc0ce924a7 - 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:49:16 UTC/bin/sh -c #(nop) ENV PG_MAJOR=13
2023-08-08 02:49:16 UTC/bin/sh -c #(nop) ENV PG_VERSION=13.11
2023-08-08 02:49:16 UTC/bin/sh -c #(nop) ENV PG_SHA256=4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
2023-08-08 02:49:16 UTC/bin/sh -c #(nop) ENV DOCKER_PG_LLVM_DEPS=llvm15-dev clang15
2023-08-08 02:51:20 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 ; 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-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-gssapi --with-ldap --with-tcl --with-perl --with-python --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 }' | 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-08-08 02:51:21 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-08-08 02:51:22 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 3777 /var/run/postgresql
2023-08-08 02:51:22 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-08-08 02:51:22 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 1777 "$PGDATA"
2023-08-08 02:51:22 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-08-08 02:51:22 UTC/bin/sh -c #(nop) COPY file:e635913e9467265f505455bc3f08bed37d67ce6597a1f10365f8faf79f09b654 in /usr/local/bin/
2023-08-08 02:51:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-08-08 02:51:22 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-08-08 02:51:23 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-08-08 02:51:23 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-08-09 03:25:40 UTC
85.7 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_MAJOR13
PG_SHA2564992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
PG_VERSION13.11
[#000] sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 - 3.63% (3.11 MB)
[#001] sha256:a8016f2827cdde1339eb7194dfa4b33f9d85276c84d6d3974a82f4f7c58d9720 - 0.0% (1.25 KB)
[#002] sha256:f74698bea8d86ded3a612a5036cef63e4eb920c8f106882742225236e9839e52 - 0.0% (149 Bytes)
[#003] sha256:b38f20e27529d06e789a3c45a4c4bfe8989cd0573e132f54923aa2bc12f2eed0 - 96.36% (82.5 MB)
[#004] sha256:a2e6160d8413ef4e9676dfb3c5ab52da187303d0aa0aa0d32344d44d8de49ffc - 0.01% (8.81 KB)
[#005] sha256:15ee16ab2c7b349a00039cca949be885b49fafa233d943a366f2ac8ba07950b6 - 0.0% (161 Bytes)
[#006] sha256:822a094fcb91b5a41dfad09ce683b369afe6c6f23fe936bd5bdad005c9818b9c - 0.0% (194 Bytes)
[#007] sha256:bdc3788e947c705bef1f92bcca4cb276c871c20934cccd8eab75b8049af6bef3 - 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:23:50 UTC/bin/sh -c #(nop) ENV PG_MAJOR=13
2023-08-09 03:23:50 UTC/bin/sh -c #(nop) ENV PG_VERSION=13.11
2023-08-09 03:23:50 UTC/bin/sh -c #(nop) ENV PG_SHA256=4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
2023-08-09 03:23:50 UTC/bin/sh -c #(nop) ENV DOCKER_PG_LLVM_DEPS=llvm15-dev clang15
2023-08-09 03:25: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 $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 ; 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-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-gssapi --with-ldap --with-tcl --with-perl --with-python --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 }' | 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-08-09 03:25:39 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-08-09 03:25:39 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 3777 /var/run/postgresql
2023-08-09 03:25:39 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-08-09 03:25:40 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 1777 "$PGDATA"
2023-08-09 03:25:40 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-08-09 03:25:40 UTC/bin/sh -c #(nop) COPY file:e635913e9467265f505455bc3f08bed37d67ce6597a1f10365f8faf79f09b654 in /usr/local/bin/
2023-08-09 03:25:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-08-09 03:25:40 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-08-09 03:25:40 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-08-09 03:25:40 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-08-08 22:40:11 UTC
93.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_MAJOR13
PG_SHA2564992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
PG_VERSION13.11
[#000] sha256:1e00d0a2a797866697ccca7b6307a9182e2852583b2b3be3928d196e4cb8ba3d - 3.47% (3.23 MB)
[#001] sha256:38ee805c1332940deaa5547186e69fea1bfb3366abe4ba8ec0b1d18e3ca64d2e - 0.0% (1.26 KB)
[#002] sha256:7666703c8b28accd4d26a4d7958273a5b2130cfe7f28d0a929665d042709193f - 0.0% (149 Bytes)
[#003] sha256:3f05e97b8dc27062bd0d0e82eb60b238747ae6765e6c258b07ee0ebe91b1042a - 96.51% (90 MB)
[#004] sha256:5b49f835a0a14d5f040716d9209236c97269640d46c539f74cca17f25a9dd71b - 0.01% (8.82 KB)
[#005] sha256:8883486c3585c2d36e82115d28257c6011f34b9e0af79fd859ec97645567a0b2 - 0.0% (161 Bytes)
[#006] sha256:ee53f2f61297ffe6e7fb8fba39e41c68c642ca7abcd9a3fccd852532333fad46 - 0.0% (195 Bytes)
[#007] sha256:b6916bf4004f5515ec0557df0d527eca21c8c62c01a6a02f494381001825e2fc - 0.0% (4.67 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:36:26 UTC/bin/sh -c #(nop) ENV PG_MAJOR=13
2023-08-08 22:36:28 UTC/bin/sh -c #(nop) ENV PG_VERSION=13.11
2023-08-08 22:36:30 UTC/bin/sh -c #(nop) ENV PG_SHA256=4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
2023-08-08 22:36:32 UTC/bin/sh -c #(nop) ENV DOCKER_PG_LLVM_DEPS=llvm15-dev clang15
2023-08-08 22:40:01 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 ; 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-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-gssapi --with-ldap --with-tcl --with-perl --with-python --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 }' | 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-08-08 22:40:06 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-08-08 22:40:07 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 3777 /var/run/postgresql
2023-08-08 22:40:07 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-08-08 22:40:08 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 1777 "$PGDATA"
2023-08-08 22:40:09 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-08-08 22:40:09 UTC/bin/sh -c #(nop) COPY file:e635913e9467265f505455bc3f08bed37d67ce6597a1f10365f8faf79f09b654 in /usr/local/bin/
2023-08-08 22:40:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-08-08 22:40:10 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-08-08 22:40:10 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-08-08 22:40:11 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-08-09 03:29:49 UTC
88.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_MAJOR13
PG_SHA2564992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
PG_VERSION13.11
[#000] sha256:b69f31b9e61dae76a66eb3f9dd10f9f86d10116c6339347c47739dcf850af4d3 - 3.43% (3.03 MB)
[#001] sha256:3e59eb634e96bf8a3f872887f50a529b89c83d0cbfeef694892970c10e01d4e4 - 0.0% (1.26 KB)
[#002] sha256:d282f2ea523c2f52aaca3f04a677a1155b3cde3fa7a3ce5c3cab549720be2463 - 0.0% (149 Bytes)
[#003] sha256:7630554b43ec7b6e188307a01f68f8dc499a0c2a3300a6f02ac306d23aef142f - 96.55% (85.2 MB)
[#004] sha256:80b47355d292d05b1771d7a73deb0c52105f509e7032c5c54c96d06cf421cd05 - 0.01% (8.81 KB)
[#005] sha256:6db62b839600bb88e4755b4899ac62023441dba68b997acc01b774619ba9708c - 0.0% (161 Bytes)
[#006] sha256:24d4b8fdb8c8ca9a2cb5602caecc2c81f7387cf31f85170b1eb0b53090bb0c41 - 0.0% (194 Bytes)
[#007] sha256:2e71ba859635aa92383094840185599c41c00a4401d9d877150e41fc314ea975 - 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:27:21 UTC/bin/sh -c #(nop) ENV PG_MAJOR=13
2023-08-09 03:27:21 UTC/bin/sh -c #(nop) ENV PG_VERSION=13.11
2023-08-09 03:27:21 UTC/bin/sh -c #(nop) ENV PG_SHA256=4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
2023-08-09 03:27:22 UTC/bin/sh -c #(nop) ENV DOCKER_PG_LLVM_DEPS=llvm15-dev clang15
2023-08-09 03:29:41 UTC/bin/sh -c set -eux; wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2"; echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c -; mkdir -p /usr/src/postgresql; tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 ; rm postgresql.tar.bz2; apk add --no-cache --virtual .build-deps $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 ; 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-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-gssapi --with-ldap --with-tcl --with-perl --with-python --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 }' | 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-08-09 03:29:47 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-08-09 03:29:47 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 3777 /var/run/postgresql
2023-08-09 03:29:48 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-08-09 03:29:48 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 1777 "$PGDATA"
2023-08-09 03:29:48 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-08-09 03:29:48 UTC/bin/sh -c #(nop) COPY file:e635913e9467265f505455bc3f08bed37d67ce6597a1f10365f8faf79f09b654 in /usr/local/bin/
2023-08-09 03:29:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-08-09 03:29:48 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-08-09 03:29:48 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-08-09 03:29:49 UTC/bin/sh -c #(nop) CMD ["postgres"]