2023-03-07 07:04:51 UTC
149 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR13
PG_SHA2565bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2
PG_VERSION13.10
[#000] sha256:b3e346c15c2377ec0e75cc9efa98baecd58b0e9bb92f0ec07eeda0bcc7e67fc7 - 2.19% (3.25 MB)
[#001] sha256:c6d832ce0f2518e1427fb90867ab1e1f588b864b5528ba4a0b6cd07b40356657 - 0.0% (1.25 KB)
[#002] sha256:bbb6368f3eb13852efc507b7749b5b5a5ca180692cf768f5de160b3103e8b030 - 0.0% (149 Bytes)
[#003] sha256:4169dac1b5425cba5479e8b7bc51f5ae24ec9a8acce1ff993327664ac882ba70 - 59.81% (89 MB)
[#004] sha256:79856bb9688c9f3369c960f0da4743126f3e5af3548bb1154768b25c3711c26a - 0.01% (8.81 KB)
[#005] sha256:e4dc775400785bb7ec8b922f1566cd9f61c4ecc875930c5100b4ab9d70e731d2 - 0.0% (163 Bytes)
[#006] sha256:f103b67d797e1bde9e9b90cc41feb37470aa99bdfc64c21f1e557ecc2e7b5e4d - 0.0% (194 Bytes)
[#007] sha256:54cd5eeb838ff9450cbfb7e5ed9333f0fad13bd0ed60296e81186c22603c2d08 - 0.0% (4.67 KB)
[#008] sha256:f1eb9accf47b62cf5f513b03a5836a65d84b4404cf7c54e55116e9b89d3034a1 - 0.0% (2.06 KB)
[#009] sha256:cd194d27afa314e22945b2a381d572515404e22da79823e60fd45f0fa0fb6344 - 4.01% (5.97 MB)
[#010] sha256:e48982c18d912728a6834ad9c5119f3e531a52c225c07cf539c0dee7d1fa3b29 - 18.49% (27.5 MB)
[#011] sha256:459115e5438b4cbfe0beadf63d49b024d7194e6d0cc99172ec82a23e328f16ff - 10.39% (15.5 MB)
[#012] sha256:a3b794c0a8e2c44e34e5ea22ec66179580e3cc5c8e35df515583bd4ec502c67d - 5.11% (7.61 MB)
/bin/sh -c #(nop) ADD file:125f3514520a5cd29df2830a409aa026a2bc06a77a7a5d150133436404b33d41 in /
2023-02-10 21:24:24 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-03-01 18:58:30 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-03-01 18:58:30 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2023-03-01 18:58:30 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-03-01 19:36:07 UTC/bin/sh -c #(nop) ENV PG_MAJOR=13
2023-03-01 19:36:07 UTC/bin/sh -c #(nop) ENV PG_VERSION=13.10
2023-03-01 19:36:07 UTC/bin/sh -c #(nop) ENV PG_SHA256=5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2
2023-03-01 19:40:34 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 krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm-dev clang g++ 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'; ./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-krb5 --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-03-01 19:40:36 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-03-01 19:40:36 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2023-03-01 19:40:36 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-03-01 19:40:37 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2023-03-01 19:40:37 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-03-01 19:40:37 UTC/bin/sh -c #(nop) COPY file:8532d121e17f2ce9a5f749e2bb1c2800d41f880daad16051150ea9824a2ed88f in /usr/local/bin/
2023-03-01 19:40:37 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-03-01 19:40:37 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-03-01 19:40:37 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-03-01 19:40:38 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-03-07 07:01:47 UTC (buildkit.dockerfile.v0)ARG OSS_ONLY
2023-03-07 07:01:47 UTC (buildkit.dockerfile.v0)LABEL maintainer=Timescale https://www.timescale.com
2023-03-07 07:01:47 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ # buildkit
2023-03-07 07:02:50 UTC (buildkit.dockerfile.v0)COPY /go/bin/* /usr/local/bin/ # buildkit
2023-03-07 07:02:50 UTC (buildkit.dockerfile.v0)COPY /usr/local/lib/postgresql/timescaledb-*.so /usr/local/lib/postgresql/ # buildkit
2023-03-07 07:02:51 UTC (buildkit.dockerfile.v0)COPY /usr/local/share/postgresql/extension/timescaledb--*.sql /usr/local/share/postgresql/extension/ # buildkit
2023-03-07 07:02:51 UTC (buildkit.dockerfile.v0)ARG TS_VERSION
2023-03-07 07:04:51 UTC (buildkit.dockerfile.v0)RUN |2 OSS_ONLY= -DAPACHE_ONLY=1 TS_VERSION=2.10.1 /bin/sh -c set -ex && apk add libssl1.1 && apk add --no-cache --virtual .fetch-deps ca-certificates git openssl openssl-dev tar && mkdir -p /build/ && git clone https://github.com/timescale/timescaledb /build/timescaledb && apk add --no-cache --virtual .build-deps coreutils dpkg-dev dpkg gcc krb5-dev libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TS_VERSION} && ./bootstrap -DCMAKE_BUILD_TYPE=RelWithDebInfo -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DGENERATE_DOWNGRADE_SCRIPT=ON -DWARNINGS_AS_ERRORS=OFF -DPROJECT_INSTALL_METHOD="docker"${OSS_ONLY} && cd build && make install && cd ~ && if [ "${OSS_ONLY}" != "" ]; then rm -f $(pg_config --pkglibdir)/timescaledb-tsl-*.so; fi && apk del .fetch-deps .build-deps && rm -rf /build && sed -r -i "s/[#]*\s*(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'timescaledb,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample # buildkit
2023-03-07 07:04:18 UTC
146 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR13
PG_SHA2565bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2
PG_VERSION13.10
[#000] sha256:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c - 2.21% (3.22 MB)
[#001] sha256:c441836541d936a780ab5a18cf835d5ae7199cb588cec248614c06418dc7d74c - 0.0% (1.26 KB)
[#002] sha256:d49de1a24361effb80661c973c1fcf863dca0564eec7667a9be5b9981501e6a4 - 0.0% (149 Bytes)
[#003] sha256:6c609d08dc3c06bf716770f3e0c5d102efbb0b998f7af8c33cfad99bd919cce8 - 58.06% (84.5 MB)
[#004] sha256:e801cecfb07c483cb37c1bd8c2f9069af40ad155dd7597486859fc4a78a02701 - 0.01% (8.81 KB)
[#005] sha256:98756d4318400cee9bdce78662c064ae80c15c8f21221917fec93583a196d9cd - 0.0% (161 Bytes)
[#006] sha256:d991736c9c5adbb6c7a3978ae0c28151246e065f390d43dcf45e24319a912984 - 0.0% (195 Bytes)
[#007] sha256:c708ebe2e647dd2aa997b443c5cb0db10850bbfd16c9abcdb2ee7575abbcf59e - 0.0% (4.67 KB)
[#008] sha256:7aa31cd8b51adf2bdc43960822b629aa4d90850bf791dcd93661552dc74dd3a8 - 0.0% (2.06 KB)
[#009] sha256:bb1d1751cc703d013567f4bd21413aef1cdd65b84555e36292caf19a4558cefe - 4.09% (5.96 MB)
[#010] sha256:a544cdd806b6d9180a2514dc2be4e3b4d381f02be0997a62147b48cfa7d633be - 19.62% (28.6 MB)
[#011] sha256:164c12e4a680008423a975c828db781551e0980b7fdcfd6b360b28b7a36f60e0 - 10.63% (15.5 MB)
[#012] sha256:d0ffa441cb973ccbe0dbc1761f84c311fea1d8eedc0981efdea0996eb5ba0df9 - 5.38% (7.83 MB)
/bin/sh -c #(nop) ADD file:40887ab7c06977737e63c215c9bd297c0c74de8d12d16ebdf1c3d40ac392f62d in /
2023-02-11 04:46:42 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-02-11 05:02:45 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-02-11 05:02:45 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2023-02-11 05:02:46 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-02-11 05:09:19 UTC/bin/sh -c #(nop) ENV PG_MAJOR=13
2023-02-11 05:09:19 UTC/bin/sh -c #(nop) ENV PG_VERSION=13.10
2023-02-11 05:09:20 UTC/bin/sh -c #(nop) ENV PG_SHA256=5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2
2023-02-11 05:11:51 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 krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm-dev clang g++ 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'; ./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-krb5 --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-02-11 05:11:52 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-02-11 05:11:52 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2023-02-11 05:11:52 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-02-11 05:11:53 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2023-02-11 05:11:53 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-02-11 05:11:53 UTC/bin/sh -c #(nop) COPY file:8532d121e17f2ce9a5f749e2bb1c2800d41f880daad16051150ea9824a2ed88f in /usr/local/bin/
2023-02-11 05:11:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-02-11 05:11:53 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-02-11 05:11:54 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-02-11 05:11:54 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-03-07 07:01:43 UTC (buildkit.dockerfile.v0)ARG OSS_ONLY
2023-03-07 07:01:43 UTC (buildkit.dockerfile.v0)LABEL maintainer=Timescale https://www.timescale.com
2023-03-07 07:01:43 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ # buildkit
2023-03-07 07:02:24 UTC (buildkit.dockerfile.v0)COPY /go/bin/* /usr/local/bin/ # buildkit
2023-03-07 07:02:24 UTC (buildkit.dockerfile.v0)COPY /usr/local/lib/postgresql/timescaledb-*.so /usr/local/lib/postgresql/ # buildkit
2023-03-07 07:02:24 UTC (buildkit.dockerfile.v0)COPY /usr/local/share/postgresql/extension/timescaledb--*.sql /usr/local/share/postgresql/extension/ # buildkit
2023-03-07 07:02:24 UTC (buildkit.dockerfile.v0)ARG TS_VERSION
2023-03-07 07:04:18 UTC (buildkit.dockerfile.v0)RUN |2 OSS_ONLY= -DAPACHE_ONLY=1 TS_VERSION=2.10.1 /bin/sh -c set -ex && apk add libssl1.1 && apk add --no-cache --virtual .fetch-deps ca-certificates git openssl openssl-dev tar && mkdir -p /build/ && git clone https://github.com/timescale/timescaledb /build/timescaledb && apk add --no-cache --virtual .build-deps coreutils dpkg-dev dpkg gcc krb5-dev libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TS_VERSION} && ./bootstrap -DCMAKE_BUILD_TYPE=RelWithDebInfo -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DGENERATE_DOWNGRADE_SCRIPT=ON -DWARNINGS_AS_ERRORS=OFF -DPROJECT_INSTALL_METHOD="docker"${OSS_ONLY} && cd build && make install && cd ~ && if [ "${OSS_ONLY}" != "" ]; then rm -f $(pg_config --pkglibdir)/timescaledb-tsl-*.so; fi && apk del .fetch-deps .build-deps && rm -rf /build && sed -r -i "s/[#]*\s*(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'timescaledb,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample # buildkit
2023-03-07 07:17:49 UTC
142 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR13
PG_SHA2565bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2
PG_VERSION13.10
[#000] sha256:6a6e4ab63e54442e16400f69d37f662d60cbd67565631eff6bf59b4176e482c3 - 2.09% (2.97 MB)
[#001] sha256:fd3be2e4174da8cb5ecbedfb0b85ae6b362b7c443a6479bdf91457dbae634dd0 - 0.0% (1.23 KB)
[#002] sha256:9877c20fd3ad89eeb42094eba3dabd48c6d80c883b60ebfe4177ea4b69588705 - 0.0% (115 Bytes)
[#003] sha256:b44d87b8adc84127c6f61071ae35d62b34e4c9308e87bd8e83a3a1ba24c4394b - 58.25% (82.7 MB)
[#004] sha256:8f56de71523194b723429f006d91f00d30196bdbdef147a2b828574be978aca3 - 0.01% (8.81 KB)
[#005] sha256:d34a178f792b913246e9b10eb439697f986c75768f6a11fa8a7d78c7b2bd9850 - 0.0% (129 Bytes)
[#006] sha256:18af4ad22f460e2ef411e1246f5d4dd99e532398efbdab080eadc6aa34e03b80 - 0.0% (166 Bytes)
[#007] sha256:31ff0f5fe0171058a1eadf57b706d048e8447c872134cbe553eccf81c2a88745 - 0.0% (4.67 KB)
[#008] sha256:f1eb9accf47b62cf5f513b03a5836a65d84b4404cf7c54e55116e9b89d3034a1 - 0.0% (2.06 KB)
[#009] sha256:aeb9b2ff17d8263b909f7271ee9d76fd855cf40376e73f109a8dcc94e1e93dc6 - 4.01% (5.69 MB)
[#010] sha256:8de6a7d3a291a1fddcc2b35b233f69d268fd766f7caafdc0b35a11ac83df1787 - 19.68% (27.9 MB)
[#011] sha256:dabb87542acc22f5232c00f3ce322f28d5ef24d295cf46f5107bdb35b4a72689 - 10.9% (15.5 MB)
[#012] sha256:315215e3df73d61bcc371c7f348db0d564ca1a39c60d4af21eba184614e5118c - 5.06% (7.19 MB)
/bin/sh -c #(nop) ADD file:d825d9aef59df0df23c0140a490998407ee0a62a051699b5c050aef7cb03f042 in /
2023-02-10 20:49:28 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-02-11 06:16: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
2023-02-11 06:16:55 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2023-02-11 06:16:55 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-02-11 06:24:06 UTC/bin/sh -c #(nop) ENV PG_MAJOR=13
2023-02-11 06:24:06 UTC/bin/sh -c #(nop) ENV PG_VERSION=13.10
2023-02-11 06:24:06 UTC/bin/sh -c #(nop) ENV PG_SHA256=5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2
2023-02-11 06:26:57 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 krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm-dev clang g++ 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'; ./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-krb5 --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-02-11 06:26:59 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-02-11 06:26:59 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2023-02-11 06:26:59 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-02-11 06:27:00 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2023-02-11 06:27:00 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-02-11 06:27:00 UTC/bin/sh -c #(nop) COPY file:8532d121e17f2ce9a5f749e2bb1c2800d41f880daad16051150ea9824a2ed88f in /usr/local/bin/
2023-02-11 06:27:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-02-11 06:27:00 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-02-11 06:27:00 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-02-11 06:27:01 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-03-07 07:01:48 UTC (buildkit.dockerfile.v0)ARG OSS_ONLY
2023-03-07 07:01:48 UTC (buildkit.dockerfile.v0)LABEL maintainer=Timescale https://www.timescale.com
2023-03-07 07:01:48 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ # buildkit
2023-03-07 07:07:02 UTC (buildkit.dockerfile.v0)COPY /go/bin/* /usr/local/bin/ # buildkit
2023-03-07 07:07:02 UTC (buildkit.dockerfile.v0)COPY /usr/local/lib/postgresql/timescaledb-*.so /usr/local/lib/postgresql/ # buildkit
2023-03-07 07:07:02 UTC (buildkit.dockerfile.v0)COPY /usr/local/share/postgresql/extension/timescaledb--*.sql /usr/local/share/postgresql/extension/ # buildkit
2023-03-07 07:07:02 UTC (buildkit.dockerfile.v0)ARG TS_VERSION
2023-03-07 07:17:49 UTC (buildkit.dockerfile.v0)RUN |2 OSS_ONLY= -DAPACHE_ONLY=1 TS_VERSION=2.10.1 /bin/sh -c set -ex && apk add libssl1.1 && apk add --no-cache --virtual .fetch-deps ca-certificates git openssl openssl-dev tar && mkdir -p /build/ && git clone https://github.com/timescale/timescaledb /build/timescaledb && apk add --no-cache --virtual .build-deps coreutils dpkg-dev dpkg gcc krb5-dev libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TS_VERSION} && ./bootstrap -DCMAKE_BUILD_TYPE=RelWithDebInfo -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DGENERATE_DOWNGRADE_SCRIPT=ON -DWARNINGS_AS_ERRORS=OFF -DPROJECT_INSTALL_METHOD="docker"${OSS_ONLY} && cd build && make install && cd ~ && if [ "${OSS_ONLY}" != "" ]; then rm -f $(pg_config --pkglibdir)/timescaledb-tsl-*.so; fi && apk del .fetch-deps .build-deps && rm -rf /build && sed -r -i "s/[#]*\s*(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'timescaledb,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample # buildkit
2023-03-07 07:17:33 UTC
137 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR13
PG_SHA2565bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2
PG_VERSION13.10
[#000] sha256:6fb81ff47bd6d7db0ed86c9b951ad6417ec73ab60af6d22daa604076a902629c - 2.0% (2.74 MB)
[#001] sha256:b779979c0a1a5e809efea05974f4b9601f4b1a66e912e3c8c442cd3d791926bc - 0.0% (1.26 KB)
[#002] sha256:6ba6cc7df0ec1c30b09b5bd76f0571e735591a65a03e3d79cca9435a88dfd968 - 0.0% (149 Bytes)
[#003] sha256:b05c87458753426abcb4a246eac421ed3155b8f0e3505a1e491abfcd7d02ff0e - 56.94% (77.8 MB)
[#004] sha256:06646e04ea6ded3787638855a28dfbb2741454abf5d0554621e84e7a4a160788 - 0.01% (8.82 KB)
[#005] sha256:bc3c9ef4d4f42dd21145603afa0621d52afbb5a6f8ccdfbf86724a65f882f512 - 0.0% (161 Bytes)
[#006] sha256:b09f0b39d3a545549a26dd0e710bacb77f834acd13aabfe377e36104655c6eb8 - 0.0% (195 Bytes)
[#007] sha256:00255192e166a8e6a83246c13f3bdab1b03e8c89923c9ee26a433b9b148e9d2b - 0.0% (4.67 KB)
[#008] sha256:b8188efaa395f28b87aa94f123a00121cfa39cefb864a2a27f7472014300c23a - 0.0% (2.06 KB)
[#009] sha256:074065752fce048b482bb9a2f645ed240f6603f84e2294fa07d1265720a6e955 - 4.16% (5.69 MB)
[#010] sha256:4eb9875d2552126a920f8ca8f70d03cbe5240d81789c36b0be9fb58def93339d - 20.17% (27.6 MB)
[#011] sha256:d01c5b59bd47d90fdea284b506195fe21d676ace28dcd0457c7d292df6600289 - 11.32% (15.5 MB)
[#012] sha256:ca7517b56f76fc6d9b94b7bb5b0e817ec4b255ba91bc0bc8c7a193fe50eabdad - 5.39% (7.37 MB)
/bin/sh -c #(nop) ADD file:143b601fcc6b5d7d95d3e5ccad3fec7081191a47e28d4f9294a7fb2499cab1af in /
2023-02-10 21:51:31 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-03-01 10:57:10 UTC/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql
2023-03-01 10:57:10 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2023-03-01 10:57:11 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-03-01 11:30:47 UTC/bin/sh -c #(nop) ENV PG_MAJOR=13
2023-03-01 11:30:47 UTC/bin/sh -c #(nop) ENV PG_VERSION=13.10
2023-03-01 11:30:47 UTC/bin/sh -c #(nop) ENV PG_SHA256=5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2
2023-03-01 11:34:37 UTC/bin/sh -c set -eux; wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2"; echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c -; mkdir -p /usr/src/postgresql; tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 ; rm postgresql.tar.bz2; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm-dev clang g++ 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'; ./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-krb5 --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-03-01 11:34:38 UTC/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample
2023-03-01 11:34:40 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2023-03-01 11:34:40 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-03-01 11:34:42 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2023-03-01 11:34:42 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-03-01 11:34:43 UTC/bin/sh -c #(nop) COPY file:8532d121e17f2ce9a5f749e2bb1c2800d41f880daad16051150ea9824a2ed88f in /usr/local/bin/
2023-03-01 11:34:43 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-03-01 11:34:44 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-03-01 11:34:44 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-03-01 11:34:44 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-03-07 07:01:41 UTC (buildkit.dockerfile.v0)ARG OSS_ONLY
2023-03-07 07:01:41 UTC (buildkit.dockerfile.v0)LABEL maintainer=Timescale https://www.timescale.com
2023-03-07 07:01:41 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ # buildkit
2023-03-07 07:06:14 UTC (buildkit.dockerfile.v0)COPY /go/bin/* /usr/local/bin/ # buildkit
2023-03-07 07:06:14 UTC (buildkit.dockerfile.v0)COPY /usr/local/lib/postgresql/timescaledb-*.so /usr/local/lib/postgresql/ # buildkit
2023-03-07 07:06:14 UTC (buildkit.dockerfile.v0)COPY /usr/local/share/postgresql/extension/timescaledb--*.sql /usr/local/share/postgresql/extension/ # buildkit
2023-03-07 07:06:14 UTC (buildkit.dockerfile.v0)ARG TS_VERSION
2023-03-07 07:17:33 UTC (buildkit.dockerfile.v0)RUN |2 OSS_ONLY= -DAPACHE_ONLY=1 TS_VERSION=2.10.1 /bin/sh -c set -ex && apk add libssl1.1 && apk add --no-cache --virtual .fetch-deps ca-certificates git openssl openssl-dev tar && mkdir -p /build/ && git clone https://github.com/timescale/timescaledb /build/timescaledb && apk add --no-cache --virtual .build-deps coreutils dpkg-dev dpkg gcc krb5-dev libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TS_VERSION} && ./bootstrap -DCMAKE_BUILD_TYPE=RelWithDebInfo -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DGENERATE_DOWNGRADE_SCRIPT=ON -DWARNINGS_AS_ERRORS=OFF -DPROJECT_INSTALL_METHOD="docker"${OSS_ONLY} && cd build && make install && cd ~ && if [ "${OSS_ONLY}" != "" ]; then rm -f $(pg_config --pkglibdir)/timescaledb-tsl-*.so; fi && apk del .fetch-deps .build-deps && rm -rf /build && sed -r -i "s/[#]*\s*(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'timescaledb,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample # buildkit
2023-03-07 07:17:43 UTC
142 MB
en_US.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGDATA/var/lib/postgresql/data
PG_MAJOR13
PG_SHA2565bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2
PG_VERSION13.10
[#000] sha256:af6eaf76a39c2d3e7e0b8a0420486e3df33c4027d696c076a99a3d0ac09026af - 2.18% (3.11 MB)
[#001] sha256:71286d2ce0cc0803a31c93bdd02c2974bcf648b2587eab598a95d3304821b328 - 0.0% (1.26 KB)
[#002] sha256:b82afe47906a58fdc251da4eba9d943f6f1aa95833f128935ffac4ee84c4ef75 - 0.0% (149 Bytes)
[#003] sha256:a12505865e74b1de5e5401120fb30f45a33ccfeccb53d058b4c4596383592c9a - 57.89% (82.5 MB)
[#004] sha256:c68d9979ca88e74d5bfe523c61529e8b5ec32f900a9999ea1682dd89f2516443 - 0.01% (8.81 KB)
[#005] sha256:506ff9c88f58669341ad89a1ba464fa13511f28a7144738195dca053d8b35ba4 - 0.0% (160 Bytes)
[#006] sha256:0d446aee04be8035a6c0703b17559d6e809ea52869dad0cb69dc23abaa663bda - 0.0% (193 Bytes)
[#007] sha256:6d4756cfff679ed0c809b850aaba1bdbf2d69428c1009a13ef0f9a07073808ad - 0.0% (4.67 KB)
[#008] sha256:40fd260764b52d78c25e8bf5a077bcf2d8c9c469f04d4677173eccc6632ca545 - 0.0% (2.06 KB)
[#009] sha256:1aa4566bc2172604c4f5876df99981eec639ae05ea387b53227946ed63b627e5 - 3.93% (5.6 MB)
[#010] sha256:f7577b9a08f7ba4479a4728581da7ced553a63077d17e7338c12e238e5dd6b97 - 19.75% (28.1 MB)
[#011] sha256:74e71fd744f9f60a7709ac4d5bc160660453c62c3c48d90beb1c3d08a66a646c - 10.86% (15.5 MB)
[#012] sha256:cf2f5181dec76dad56d1aedb9dfd6222422f921c61edd9725da111bc6ed5f96f - 5.38% (7.67 MB)
/bin/sh -c #(nop) ADD file:9bd9ea42a9f3bdc769e80c6b8a4b117d65f73ae68e155a6172a1184e7ac8bcc1 in /
2023-02-10 21:24:08 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-02-11 03:07:58 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-02-11 03:07:58 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2023-02-11 03:07:59 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-02-11 03:12:17 UTC/bin/sh -c #(nop) ENV PG_MAJOR=13
2023-02-11 03:12:17 UTC/bin/sh -c #(nop) ENV PG_VERSION=13.10
2023-02-11 03:12:17 UTC/bin/sh -c #(nop) ENV PG_SHA256=5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2
2023-02-11 03:14:08 UTC/bin/sh -c set -eux; wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2"; echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c -; mkdir -p /usr/src/postgresql; tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 ; rm postgresql.tar.bz2; apk add --no-cache --virtual .build-deps bison coreutils dpkg-dev dpkg flex gcc krb5-dev libc-dev libedit-dev libxml2-dev libxslt-dev linux-headers llvm-dev clang g++ 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'; ./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-krb5 --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-02-11 03:14:09 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-02-11 03:14:09 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2023-02-11 03:14:09 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2023-02-11 03:14:10 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2023-02-11 03:14:10 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2023-02-11 03:14:10 UTC/bin/sh -c #(nop) COPY file:8532d121e17f2ce9a5f749e2bb1c2800d41f880daad16051150ea9824a2ed88f in /usr/local/bin/
2023-02-11 03:14:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-02-11 03:14:10 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2023-02-11 03:14:10 UTC/bin/sh -c #(nop) EXPOSE 5432
2023-02-11 03:14:10 UTC/bin/sh -c #(nop) CMD ["postgres"]
2023-03-07 07:01:40 UTC (buildkit.dockerfile.v0)ARG OSS_ONLY
2023-03-07 07:01:40 UTC (buildkit.dockerfile.v0)LABEL maintainer=Timescale https://www.timescale.com
2023-03-07 07:01:40 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ # buildkit
2023-03-07 07:06:06 UTC (buildkit.dockerfile.v0)COPY /go/bin/* /usr/local/bin/ # buildkit
2023-03-07 07:06:06 UTC (buildkit.dockerfile.v0)COPY /usr/local/lib/postgresql/timescaledb-*.so /usr/local/lib/postgresql/ # buildkit
2023-03-07 07:06:06 UTC (buildkit.dockerfile.v0)COPY /usr/local/share/postgresql/extension/timescaledb--*.sql /usr/local/share/postgresql/extension/ # buildkit
2023-03-07 07:06:06 UTC (buildkit.dockerfile.v0)ARG TS_VERSION
2023-03-07 07:17:43 UTC (buildkit.dockerfile.v0)RUN |2 OSS_ONLY= -DAPACHE_ONLY=1 TS_VERSION=2.10.1 /bin/sh -c set -ex && apk add libssl1.1 && apk add --no-cache --virtual .fetch-deps ca-certificates git openssl openssl-dev tar && mkdir -p /build/ && git clone https://github.com/timescale/timescaledb /build/timescaledb && apk add --no-cache --virtual .build-deps coreutils dpkg-dev dpkg gcc krb5-dev libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TS_VERSION} && ./bootstrap -DCMAKE_BUILD_TYPE=RelWithDebInfo -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DGENERATE_DOWNGRADE_SCRIPT=ON -DWARNINGS_AS_ERRORS=OFF -DPROJECT_INSTALL_METHOD="docker"${OSS_ONLY} && cd build && make install && cd ~ && if [ "${OSS_ONLY}" != "" ]; then rm -f $(pg_config --pkglibdir)/timescaledb-tsl-*.so; fi && apk del .fetch-deps .build-deps && rm -rf /build && sed -r -i "s/[#]*\s*(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'timescaledb,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample # buildkit
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.