2021-04-15 06:19:46 UTC
62.1 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR12
PG_SHA256df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
PG_VERSION12.6
[#000] sha256:31b7e7ccca9e17fd08b39c9a4ffd3ded380b62816c489d6c3758c9bb5a632430 - 4.33% (2.69 MB)
[#001] sha256:f5d598db5bdb56bc14bf75398a61d3a0d982e72260a1108a46665627a73212d0 - 0.0% (1.25 KB)
[#002] sha256:dc60ee1989b27c3c75961dc0e2a874021e7626fcaf8c4e289d05df49a78c40cd - 0.0% (149 Bytes)
[#003] sha256:0dd1b958b099e36da9db110955d5710e5609b2e827e0a0acaa9165f13aa08bc9 - 95.65% (59.4 MB)
[#004] sha256:dc1b79455bb971ab8596df18f5bece0add209bcd241bd8fcd8df85f5c62630ea - 0.01% (8.05 KB)
[#005] sha256:58492ce5f65a16c4c20b4735aab6f117d743c21d0abc38a99af14337fc3258d6 - 0.0% (161 Bytes)
[#006] sha256:b6c15cc87fe5a42773c1a1e2a63204e96ab54ab5e0136a5017778ab3ef7f4b2b - 0.0% (193 Bytes)
[#007] sha256:52b96405c7b5b48c51fdc282c8b57a4f114383e1030093f330aff8d19ee066ac - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:36634145ad6ec95a6b1a4f8d875f48719357c7a90f9b4906f8ce74f71b28c19d in /
2021-04-14 18:38:29 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-15 06:08:09 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2021-04-15 06:08:09 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-04-15 06:08:10 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-04-15 06:14:11 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2021-04-15 06:14:11 UTC/bin/sh -c #(nop) ENV PG_VERSION=12.6
2021-04-15 06:14:11 UTC/bin/sh -c #(nop) ENV PG_SHA256=df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
2021-04-15 06:19:42 UTC/bin/sh -c set -eux; wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2"; echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c -; mkdir -p /usr/src/postgresql; tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 ; rm postgresql.tar.bz2; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm10-dev clang g++ make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev ; cd /usr/src/postgresql; awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new; grep '/var/run/postgresql' src/include/pg_config_manual.h.new; mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu --with-llvm ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2021-04-15 06:19:43 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-04-15 06:19:44 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-04-15 06:19:44 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-04-15 06:19:44 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-04-15 06:19:45 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-04-15 06:19:45 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-04-15 06:19:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-04-15 06:19:45 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-04-15 06:19:45 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-04-15 06:19:46 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-04-15 03:59:06 UTC
58.8 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR12
PG_SHA256df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
PG_VERSION12.6
[#000] sha256:540db60ca9383eac9e418f78490994d0af424aab7bf6d0e47ac8ed4e2e9bcbba - 4.56% (2.68 MB)
[#001] sha256:a3cb73039552ea36b22e7ea1fabf738b87f83b2c9347901ce77b79c790389bb7 - 0.0% (1.25 KB)
[#002] sha256:39855706e49a3eeebf4c28a2ff3d706c5cdbe7bb1726d272188f08e91a46bfb8 - 0.0% (149 Bytes)
[#003] sha256:d20618766abceaed37866a438aaae27cf8c078ebe48ab8b344c431f897fb0fca - 95.41% (56.1 MB)
[#004] sha256:2ae1c0be05666280b920b09e0001229ebfd3020441fff0bd84ee430548147589 - 0.01% (8.05 KB)
[#005] sha256:d1a4454a31c09e13caa1763a82a1eee1dc53e4c006486240e48079483ae2a83f - 0.0% (160 Bytes)
[#006] sha256:0eac2512a47368d299f00a03bceafbda50ee334d9edcbf7055480eb3e7126651 - 0.0% (194 Bytes)
[#007] sha256:b4f832862b0135118555545789a45b2d1086cb6ea4d9f1fa0bb131de9c95e756 - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:8ec69d882e7f29f0652d537557160e638168550f738d0d49f90a7ef96bf31787 in /
2021-04-14 19:19:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-15 03:44:32 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2021-04-15 03:44:32 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-04-15 03:44:33 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-04-15 03:52:19 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2021-04-15 03:52:19 UTC/bin/sh -c #(nop) ENV PG_VERSION=12.6
2021-04-15 03:52:19 UTC/bin/sh -c #(nop) ENV PG_SHA256=df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
2021-04-15 03:58: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 bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm10-dev clang g++ make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev ; cd /usr/src/postgresql; awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new; grep '/var/run/postgresql' src/include/pg_config_manual.h.new; mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu --with-llvm ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2021-04-15 03:58:59 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-04-15 03:59:01 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-04-15 03:59:01 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-04-15 03:59:03 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-04-15 03:59:04 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-04-15 03:59:04 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-04-15 03:59:05 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-04-15 03:59:05 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-04-15 03:59:05 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-04-15 03:59:06 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-04-15 02:52:51 UTC
57.2 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR12
PG_SHA256df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
PG_VERSION12.6
[#000] sha256:740c950346cf39c85b52576998695c9b909c24a58a8bb1b64cce91fda3ef1d3a - 4.37% (2.5 MB)
[#001] sha256:eb015ae0de556d839b1cce178f0d7aac974efbf85f07dae41e1cb18f4704b7f2 - 0.0% (1.25 KB)
[#002] sha256:ce063f2d27607cdd3336512bf1e2cdeb8caa1488efded3002dcaf4c6c267a296 - 0.0% (149 Bytes)
[#003] sha256:12f70915ba72f88cb46b8cb8f1aae20fcb1fc00643bd5ea369f96c6d8acb5271 - 95.61% (54.7 MB)
[#004] sha256:f373f77db9aba064999ea35440c359b6cd093c344a7878ec59c33464744582f9 - 0.01% (8.05 KB)
[#005] sha256:4cc1979b1f58ea455ac7182836ccd6a414c8040102d9b35165d4549241592abe - 0.0% (161 Bytes)
[#006] sha256:60f828e659ffd74cd634f69841b8cbce8191f2e0738e4fdd0e5d240188c4ffd1 - 0.0% (194 Bytes)
[#007] sha256:7543842ea611ad8d8882d435523c13021b8b953afc13178f95e5e8604ec896f8 - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:4479f0a51530e039edf231d87201896dcff908aa542a613cdccb015f93dda8a3 in /
2021-04-14 18:49:40 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-15 02:39:44 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2021-04-15 02:39:45 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-04-15 02:39:48 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-04-15 02:47:59 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2021-04-15 02:48:00 UTC/bin/sh -c #(nop) ENV PG_VERSION=12.6
2021-04-15 02:48:02 UTC/bin/sh -c #(nop) ENV PG_SHA256=df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
2021-04-15 02:52:30 UTC/bin/sh -c set -eux; wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2"; echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c -; mkdir -p /usr/src/postgresql; tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 ; rm postgresql.tar.bz2; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm10-dev clang g++ make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev ; cd /usr/src/postgresql; awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new; grep '/var/run/postgresql' src/include/pg_config_manual.h.new; mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu --with-llvm ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2021-04-15 02:52:35 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-04-15 02:52:38 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-04-15 02:52:41 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-04-15 02:52:45 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-04-15 02:52:46 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-04-15 02:52:47 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-04-15 02:52:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-04-15 02:52:49 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-04-15 02:52:50 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-04-15 02:52:51 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-04-15 03:54:11 UTC
54.4 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR12
PG_SHA256df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
PG_VERSION12.6
[#000] sha256:e160e00eb35d5bc2373770873fbc9c8f5706045b0b06bfd1c364fcf69f02e9fe - 4.25% (2.31 MB)
[#001] sha256:d289031c7f8e86cc05ec575d7c122bc6d615e827ae76e96bca00fd9b0bba9dfb - 0.0% (1.25 KB)
[#002] sha256:65b79752b7fbad651a271862e12e829d3ce7258cfa9386e5945f7c4232008d57 - 0.0% (148 Bytes)
[#003] sha256:2d04a177f8ec8cf2f360d9f21f9393c5139e7d6cd38d41ac9c37ca015ccec0da - 95.72% (52.1 MB)
[#004] sha256:7b256a492c102efa5d6ca8030adacd1359876fc8cc7e072fdbb06a53b281da32 - 0.01% (8.05 KB)
[#005] sha256:75de1c8edaf9de9f3323d8943083b36e617261d25ec9abc9377960c74dfe2ae9 - 0.0% (163 Bytes)
[#006] sha256:74a548ceaa22842453e287e9741a809f0c40807aa3242b7a24bcf5fccecf1513 - 0.0% (195 Bytes)
[#007] sha256:a4ffe68aa7381fe88d6e540b912572adb564fa579c0b70f31eda0a7d56597459 - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:028c5b473d862250586e174c5dd19b37f8fc3bffbc02d888e72df30f32fd6129 in /
2021-04-14 18:57:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-15 03:45:28 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2021-04-15 03:45:30 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-04-15 03:45:35 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-04-15 03:50:36 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2021-04-15 03:50:37 UTC/bin/sh -c #(nop) ENV PG_VERSION=12.6
2021-04-15 03:50:37 UTC/bin/sh -c #(nop) ENV PG_SHA256=df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
2021-04-15 03:53:46 UTC/bin/sh -c set -eux; wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2"; echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c -; mkdir -p /usr/src/postgresql; tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 ; rm postgresql.tar.bz2; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm10-dev clang g++ make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev ; cd /usr/src/postgresql; awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new; grep '/var/run/postgresql' src/include/pg_config_manual.h.new; mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu --with-llvm ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2021-04-15 03:53:52 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-04-15 03:53:56 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-04-15 03:53:57 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-04-15 03:53:59 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-04-15 03:54:00 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-04-15 03:54:02 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-04-15 03:54:03 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-04-15 03:54:05 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-04-15 03:54:09 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-04-15 03:54:11 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-04-15 06:31:30 UTC
58.1 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR12
PG_SHA256df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
PG_VERSION12.6
[#000] sha256:595b0fe564bb9444ebfe78288079a01ee6d7f666544028d5e96ba610f909ee43 - 4.45% (2.59 MB)
[#001] sha256:343d254f5bda6431d4dc0605dac9afc2ec2451bb699bf4fb33ba376136dd6667 - 0.0% (1.25 KB)
[#002] sha256:94173ef17c9429dd105f2740fe97f3abcddc3d368f05478b43414fd1e3c0d89c - 0.0% (147 Bytes)
[#003] sha256:d49f259a1d93349d277a5082f357003e062dc7f26a5ec0ddcfeedf634d66e5e3 - 95.52% (55.5 MB)
[#004] sha256:ee122f1166989054472b329d4db3c229c7ca543883a7485d46295c8c072e019e - 0.01% (8.05 KB)
[#005] sha256:b4cad09a32815dac2a0b083018e60030eee24a27921d2aaba91e04a93579206d - 0.0% (162 Bytes)
[#006] sha256:9359f8850a0e576a463894bfd31a391b37e90862ed84ae70747f1c4dc003536c - 0.0% (193 Bytes)
[#007] sha256:fe28643429f33667a927b1919e486b5a171ae2494a903ffa793ea8db1699ee0d - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:ca9d8b5d1cc2f2186983fc6b9507da6ada5eb92f2b518c06af1128d5396c6f34 in /
2021-04-14 18:42:38 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-15 06:22:54 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2021-04-15 06:22:55 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-04-15 06:22:58 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-04-15 06:27:32 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2021-04-15 06:27:34 UTC/bin/sh -c #(nop) ENV PG_VERSION=12.6
2021-04-15 06:27:35 UTC/bin/sh -c #(nop) ENV PG_SHA256=df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
2021-04-15 06:31:07 UTC/bin/sh -c set -eux; wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2"; echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c -; mkdir -p /usr/src/postgresql; tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 ; rm postgresql.tar.bz2; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm10-dev clang g++ make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev ; cd /usr/src/postgresql; awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new; grep '/var/run/postgresql' src/include/pg_config_manual.h.new; mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu --with-llvm ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2021-04-15 06:31:13 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-04-15 06:31:16 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-04-15 06:31:18 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-04-15 06:31:22 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-04-15 06:31:24 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-04-15 06:31:25 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-04-15 06:31:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-04-15 06:31:28 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-04-15 06:31:29 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-04-15 06:31:30 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-04-15 04:49:24 UTC
61 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR12
PG_SHA256df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
PG_VERSION12.6
[#000] sha256:771d2590aa602a0d4a922e322f02b22cc9d193f8cd159d9d1a140cadf1f8b4d4 - 4.4% (2.68 MB)
[#001] sha256:85f26f1d1b4701765dc7858aba1bef999c1ba3b78d85ae321be21792492595da - 0.0% (1.25 KB)
[#002] sha256:6c0eecc487c054210f70b7f1edd080c1373eb1ca361753079d68703ae4d81948 - 0.0% (149 Bytes)
[#003] sha256:844053b6053de92f07012b345b6028947558d411ed0bb16f5056b55f0feeaace - 95.58% (58.3 MB)
[#004] sha256:7f2fb41647d10edec77c996fa2009cd586e1d9273470440658e9741800a7358e - 0.01% (8.04 KB)
[#005] sha256:6deb76f21111c6532ad91bcea81d7183cc15f4e9fc3b22909b03dcdcaa94aca8 - 0.0% (161 Bytes)
[#006] sha256:e77b1bf0053dc47185559fb5c85bea7c45e8a04599b39c72640bcfb5d8738f76 - 0.0% (193 Bytes)
[#007] sha256:9a4d7f451bf49629b89b37733fec7533f64b677827af66e22c0417cdf39f1fb6 - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:52162c4413e3597dad4ccb790c379b67ef40d50c0d0659e8b6c65d833886b3af in /
2021-04-14 19:31:02 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-15 04:37:26 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2021-04-15 04:37:29 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-04-15 04:37:35 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-04-15 04:43:46 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2021-04-15 04:43:58 UTC/bin/sh -c #(nop) ENV PG_VERSION=12.6
2021-04-15 04:44:04 UTC/bin/sh -c #(nop) ENV PG_SHA256=df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
2021-04-15 04:48:16 UTC/bin/sh -c set -eux; wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2"; echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c -; mkdir -p /usr/src/postgresql; tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 ; rm postgresql.tar.bz2; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm10-dev clang g++ make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev ; cd /usr/src/postgresql; awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new; grep '/var/run/postgresql' src/include/pg_config_manual.h.new; mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu --with-llvm ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2021-04-15 04:48:28 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-04-15 04:48:39 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-04-15 04:48:42 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-04-15 04:48:53 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-04-15 04:48:56 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-04-15 04:49:00 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-04-15 04:49:03 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-04-15 04:49:08 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-04-15 04:49:15 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-04-15 04:49:24 UTC/bin/sh -c #(nop) CMD ["postgres"]
2021-04-15 02:43:15 UTC
61.3 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR12
PG_SHA256df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
PG_VERSION12.6
[#000] sha256:afadee6ad6a38d3172beeeca818219604c782efbe93201ef4d39512f289b05ae - 4.05% (2.48 MB)
[#001] sha256:f539beccb9c12dbbd5eb5238188d7421b0e766e3e536f47e5a25dce4187b138f - 0.0% (1.25 KB)
[#002] sha256:78639c932051e59362713e29f35ff376c4cd5627ea231422efbf7cf7b253ec7a - 0.0% (149 Bytes)
[#003] sha256:e7ae9a5b11e5aa3dc815e6e30d69da17a903209e4c874864c65540ccca04be65 - 95.93% (58.8 MB)
[#004] sha256:fad60a4ec65380c2b7f2729e282ceb12d5c3b8067af54663c9678bcddcf54f00 - 0.01% (8.04 KB)
[#005] sha256:3ba4ad182707f80f62367b5151e561d5995d94edaa428362d31fb4559f2b05d3 - 0.0% (160 Bytes)
[#006] sha256:a529480521cc68884c477f9fab74c075becb0b06b91edfb15f1a100a4ef492b5 - 0.0% (194 Bytes)
[#007] sha256:c00e1191132ad69c4118b8bccf54a5bf551f66390f830bed417bc261b030e40d - 0.01% (4.3 KB)
/bin/sh -c #(nop) ADD file:c715fef757fe2b022ae1bbff71dbc58bddf5a858deb0aac5a6fbcf10d5f3111c in /
2021-04-14 18:41:36 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-15 02:35:26 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2021-04-15 02:35:26 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2021-04-15 02:35:27 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-04-15 02:39:22 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2021-04-15 02:39:23 UTC/bin/sh -c #(nop) ENV PG_VERSION=12.6
2021-04-15 02:39:23 UTC/bin/sh -c #(nop) ENV PG_SHA256=df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
2021-04-15 02:43:09 UTC/bin/sh -c set -eux; wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2"; echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c -; mkdir -p /usr/src/postgresql; tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 ; rm postgresql.tar.bz2; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm10-dev clang g++ make openssl-dev perl-utils perl-ipc-run util-linux-dev zlib-dev icu-dev ; cd /usr/src/postgresql; awk '$1 == "#define" && $2 == "DEFAULT_PGSOCKET_DIR" && $3 == "\"/tmp\"" { $3 = "\"/var/run/postgresql\""; print; next } { print }' src/include/pg_config_manual.h > src/include/pg_config_manual.h.new; grep '/var/run/postgresql' src/include/pg_config_manual.h.new; mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; ./configure --build="$gnuArch" --enable-integer-datetimes --enable-thread-safety --enable-tap-tests --disable-rpath --with-uuid=e2fs --with-gnu-ld --with-pgport=5432 --with-system-tzdata=/usr/share/zoneinfo --prefix=/usr/local --with-includes=/usr/local/include --with-libraries=/usr/local/lib --with-openssl --with-libxml --with-libxslt --with-icu --with-llvm ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2021-04-15 02:43:12 UTC/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample
2021-04-15 02:43:13 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2021-04-15 02:43:13 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2021-04-15 02:43:14 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2021-04-15 02:43:14 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2021-04-15 02:43:14 UTC/bin/sh -c #(nop) COPY file:ad28506adc606e446eefc263bc99d4cb809e608d4f550956143bf13c82c91f85 in /usr/local/bin/
2021-04-15 02:43:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-04-15 02:43:15 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2021-04-15 02:43:15 UTC/bin/sh -c #(nop) EXPOSE 5432
2021-04-15 02:43:15 UTC/bin/sh -c #(nop) CMD ["postgres"]