2022-08-31 17:44:12 UTC
125 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_SHA25634b3f1c69408e22068c0c71b1827691f1c89153b0ad576c1a44f8920a858039c
PG_VERSION12.12
[#000] sha256:6c0d3b419d848ea31ca748254611d5d5ce3b76e3d7bba520fd87400fbb75f3b9 - 2.14% (2.68 MB)
[#001] sha256:08c28e75c4cf92ef72dba94a55ce482cf503fbc49400e209e8c7f918c4c3b738 - 0.0% (1.23 KB)
[#002] sha256:5ec2f418c543a35f5a9bd4622f8333170308c8bfc39d60776c46f8cd414f6218 - 0.0% (115 Bytes)
[#003] sha256:4dae5e7a9606f5a1564d47dde1b762a7708d096e16bfd3ae11d22854bea64e65 - 64.69% (81 MB)
[#004] sha256:4cb56d2fe023dbe639ecf92a30486d4ad6c5399a02c8b9d473d918ec26f56d39 - 0.01% (8.49 KB)
[#005] sha256:05cd29682fcd4684e4427d8fe7f43333fe73ae3fbd4a8fcd6adb2c6143ed77aa - 0.0% (129 Bytes)
[#006] sha256:a18c9193dc5bea8c9a95251ceec0fd8b893e6a2491e1a149916c3a0127ff68da - 0.0% (171 Bytes)
[#007] sha256:0bd9bd84055dc166a4219efcf24baf377936662803733bdefe16cefecf0746cf - 0.0% (4.59 KB)
[#008] sha256:21f14482d21505436cda89988dbcec743e0957b306ca95b0e5f51bc3f1128ff5 - 0.0% (2.04 KB)
[#009] sha256:1b6a1a515dc0e0cd708f6fc2ced3d28dc67f80b8ce2d6b6c203b7ae9710a7107 - 12.82% (16.1 MB)
[#010] sha256:de1b803680419a2214bf6cdfd31fee81330d124ade58ab9771cc5bf8477452dd - 12.47% (15.6 MB)
[#011] sha256:15d8f91fe79c0219a8fa23ecc6b44679ad4a674966b9acdc29205b8f69c3f410 - 5.22% (6.54 MB)
[#012] sha256:492ccc60ccf2e4ae812db04155356b8c33d3975cfb064ac2890f6b088cabc014 - 2.65% (3.32 MB)
/bin/sh -c #(nop) ADD file:b828bc14bc5ff03c8f7310fe0aed6ac5df19a393622d5d1d779a523234d07c0a in /
2022-08-09 17:38:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-08-09 20:53:15 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
2022-08-09 20:53:16 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2022-08-09 20:53:17 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-08-09 21:06:08 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2022-08-12 00:44:21 UTC/bin/sh -c #(nop) ENV PG_VERSION=12.12
2022-08-12 00:44:22 UTC/bin/sh -c #(nop) ENV PG_SHA256=34b3f1c69408e22068c0c71b1827691f1c89153b0ad576c1a44f8920a858039c
2022-08-12 00:47: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 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 del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2022-08-12 00:47: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
2022-08-12 00:47:53 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2022-08-12 00:47:54 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2022-08-12 00:47:55 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2022-08-12 00:47:56 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2022-08-12 00:47:58 UTC/bin/sh -c #(nop) COPY file:232dce6cf487afb0c0cc43d38932ff29614a74b57cd04557dc7398e6d2b93b8f in /usr/local/bin/
2022-08-12 00:47:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-08-12 00:47:59 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2022-08-12 00:48:00 UTC/bin/sh -c #(nop) EXPOSE 5432
2022-08-12 00:48:01 UTC/bin/sh -c #(nop) CMD ["postgres"]
2022-08-31 17:40:46 UTC (buildkit.dockerfile.v0)ARG OSS_ONLY
2022-08-31 17:40:46 UTC (buildkit.dockerfile.v0)LABEL maintainer=Timescale https://www.timescale.com
2022-08-31 17:40:46 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ # buildkit
2022-08-31 17:42:01 UTC (buildkit.dockerfile.v0)COPY /go/bin/* /usr/local/bin/ # buildkit
2022-08-31 17:42:01 UTC (buildkit.dockerfile.v0)COPY /usr/local/lib/postgresql/timescaledb-*.so /usr/local/lib/postgresql/ # buildkit
2022-08-31 17:42:01 UTC (buildkit.dockerfile.v0)COPY /usr/local/share/postgresql/extension/timescaledb--*.sql /usr/local/share/postgresql/extension/ # buildkit
2022-08-31 17:42:01 UTC (buildkit.dockerfile.v0)ARG TS_VERSION
2022-08-31 17:44:12 UTC (buildkit.dockerfile.v0)RUN |2 OSS_ONLY= -DAPACHE_ONLY=1 TS_VERSION=2.8.0 /bin/sh -c set -ex && 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
2022-08-31 17:43:55 UTC
121 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_SHA25634b3f1c69408e22068c0c71b1827691f1c89153b0ad576c1a44f8920a858039c
PG_VERSION12.12
[#000] sha256:213ec9aee27d8be045c6a92b7eac22c9a64b44558193775a1a7f626352392b49 - 2.22% (2.68 MB)
[#001] sha256:85c3ef7cf9a6beeec8ff5b757e39ad71347ec77e891ad4d7784b14019583b223 - 0.0% (1.26 KB)
[#002] sha256:ac29cc04759ac7a5bf2b2df30b2272ec2eddee0feb4eedd6b50afe7056c3194b - 0.0% (147 Bytes)
[#003] sha256:563d10e07bd17889dd09266d2f5737a8f4387bae0328977b1ebc473d65c4f68c - 63.06% (76 MB)
[#004] sha256:5a08087803d4652a87d56de10fff50b71e94b009ce5fd0a96d901de663809916 - 0.01% (8.49 KB)
[#005] sha256:e156d6e93944c0fd2c51a20a619cc34329802250cfbbdceafffc747ded7b185c - 0.0% (162 Bytes)
[#006] sha256:4cdc78c6909cf47f3cb5a53dd6a33814d55b94750e2950c38ac207458d0dce17 - 0.0% (195 Bytes)
[#007] sha256:7a3361fe23fd94b56f2fb1da60aa4dc802db61ac4dd13019e4b4419dcffa3f69 - 0.0% (4.59 KB)
[#008] sha256:21f14482d21505436cda89988dbcec743e0957b306ca95b0e5f51bc3f1128ff5 - 0.0% (2.04 KB)
[#009] sha256:756accd3ca46ef745c08732a5573885a7d8454d60bd8ca57f4d3be73a86c45d8 - 13.49% (16.3 MB)
[#010] sha256:d63eb7f8404d1b6fd421b67f09dea7050dd97bb10de6b2f7162f59a9783c465a - 12.97% (15.6 MB)
[#011] sha256:dcab3e52bed7a9975cd846af56d88d6f10e622a1c7350a51b27653834d33c1b8 - 5.42% (6.54 MB)
[#012] sha256:bb8e4490c5e51052bb7c4bc0569d0826c07f7ebde6202289186cfc6e5c34149e - 2.82% (3.41 MB)
/bin/sh -c #(nop) ADD file:2a949686d9886ac7c10582a6c29116fd29d3077d02755e87e111870d63607725 in /
2022-08-09 17:19:53 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-08-09 23:10:36 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
2022-08-09 23:10:37 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2022-08-09 23:10:37 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-08-09 23:21:07 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2022-08-12 00:52:13 UTC/bin/sh -c #(nop) ENV PG_VERSION=12.12
2022-08-12 00:52:13 UTC/bin/sh -c #(nop) ENV PG_SHA256=34b3f1c69408e22068c0c71b1827691f1c89153b0ad576c1a44f8920a858039c
2022-08-12 00:55:15 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 del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2022-08-12 00:55:16 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
2022-08-12 00:55:16 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2022-08-12 00:55:16 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2022-08-12 00:55:17 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2022-08-12 00:55:17 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2022-08-12 00:55:17 UTC/bin/sh -c #(nop) COPY file:232dce6cf487afb0c0cc43d38932ff29614a74b57cd04557dc7398e6d2b93b8f in /usr/local/bin/
2022-08-12 00:55:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-08-12 00:55:17 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2022-08-12 00:55:17 UTC/bin/sh -c #(nop) EXPOSE 5432
2022-08-12 00:55:18 UTC/bin/sh -c #(nop) CMD ["postgres"]
2022-08-31 17:40:46 UTC (buildkit.dockerfile.v0)ARG OSS_ONLY
2022-08-31 17:40:46 UTC (buildkit.dockerfile.v0)LABEL maintainer=Timescale https://www.timescale.com
2022-08-31 17:40:46 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ # buildkit
2022-08-31 17:41:55 UTC (buildkit.dockerfile.v0)COPY /go/bin/* /usr/local/bin/ # buildkit
2022-08-31 17:41:56 UTC (buildkit.dockerfile.v0)COPY /usr/local/lib/postgresql/timescaledb-*.so /usr/local/lib/postgresql/ # buildkit
2022-08-31 17:41:56 UTC (buildkit.dockerfile.v0)COPY /usr/local/share/postgresql/extension/timescaledb--*.sql /usr/local/share/postgresql/extension/ # buildkit
2022-08-31 17:41:56 UTC (buildkit.dockerfile.v0)ARG TS_VERSION
2022-08-31 17:43:55 UTC (buildkit.dockerfile.v0)RUN |2 OSS_ONLY= -DAPACHE_ONLY=1 TS_VERSION=2.8.0 /bin/sh -c set -ex && 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
2022-08-31 18:00:13 UTC
118 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_SHA25634b3f1c69408e22068c0c71b1827691f1c89153b0ad576c1a44f8920a858039c
PG_VERSION12.12
[#000] sha256:9506b835437abb4d8ba1683e00c500b8f77e1975e930b356fbb72f2dbdc274d9 - 2.12% (2.49 MB)
[#001] sha256:b2041638875c51a479e6eebba8c0987b5ffc3afbb9ae0e025c925dae805209f8 - 0.0% (1.25 KB)
[#002] sha256:b6486fdaa1c6892370bf2f055a3d2aab714affd6d377828de930664fb1ba8358 - 0.0% (149 Bytes)
[#003] sha256:1cdda509be4987c12055c667d159e4e494f40421d44ac6755a730b73612501b9 - 63.36% (74.5 MB)
[#004] sha256:d2799657d6a2083d7db8467a4e6c74d3504ecc4386cddae605660054243deb0a - 0.01% (8.49 KB)
[#005] sha256:64ef6e615c06dd0ae4978b58901d1a0f568f2fb82d56aa6bd4e27a8678f10403 - 0.0% (163 Bytes)
[#006] sha256:6199edbf212ec485e8e3523e8f5fd226169f18c8cf003f2b6f84b2c07e8b31d3 - 0.0% (194 Bytes)
[#007] sha256:294927bf3f1d851c85942e822f6923065435aed62fea29971f8e85fd3c5c7cf0 - 0.0% (4.59 KB)
[#008] sha256:21f14482d21505436cda89988dbcec743e0957b306ca95b0e5f51bc3f1128ff5 - 0.0% (2.04 KB)
[#009] sha256:4bef4bf9a3b7cb5384f22ceb5d148224634a6d6a1ee7a87acc1dd656318981a6 - 13.09% (15.4 MB)
[#010] sha256:9a414c4c43efc6654995951d3d74e7f11f57b7a2017256905b6be98a5529c7de - 12.98% (15.3 MB)
[#011] sha256:b06172ef1e12d0ce29467d24a81d348666cba7fbd967c50821855ded343cf454 - 5.56% (6.54 MB)
[#012] sha256:ed01af8e217f1ac7b06acbe1ffc6640c3fcd517392cd2300bc8d6b9aad898126 - 2.87% (3.38 MB)
/bin/sh -c #(nop) ADD file:e8733e8cc0a81e15ca4041760b6e27392c34171512d34405a9b262b1fff5c687 in /
2022-08-09 17:49:22 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-08-10 16:32:48 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
2022-08-10 16:32:48 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2022-08-10 16:32:49 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-08-10 17:07:04 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2022-08-12 01:08:39 UTC/bin/sh -c #(nop) ENV PG_VERSION=12.12
2022-08-12 01:08:39 UTC/bin/sh -c #(nop) ENV PG_SHA256=34b3f1c69408e22068c0c71b1827691f1c89153b0ad576c1a44f8920a858039c
2022-08-12 01:24: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 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 del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2022-08-12 01:24:28 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
2022-08-12 01:24:29 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2022-08-12 01:24:29 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2022-08-12 01:24:30 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2022-08-12 01:24:30 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2022-08-12 01:24:30 UTC/bin/sh -c #(nop) COPY file:232dce6cf487afb0c0cc43d38932ff29614a74b57cd04557dc7398e6d2b93b8f in /usr/local/bin/
2022-08-12 01:24:30 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-08-12 01:24:31 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2022-08-12 01:24:31 UTC/bin/sh -c #(nop) EXPOSE 5432
2022-08-12 01:24:31 UTC/bin/sh -c #(nop) CMD ["postgres"]
2022-08-31 17:40:46 UTC (buildkit.dockerfile.v0)ARG OSS_ONLY
2022-08-31 17:40:46 UTC (buildkit.dockerfile.v0)LABEL maintainer=Timescale https://www.timescale.com
2022-08-31 17:40:46 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ # buildkit
2022-08-31 17:47:50 UTC (buildkit.dockerfile.v0)COPY /go/bin/* /usr/local/bin/ # buildkit
2022-08-31 17:47:50 UTC (buildkit.dockerfile.v0)COPY /usr/local/lib/postgresql/timescaledb-*.so /usr/local/lib/postgresql/ # buildkit
2022-08-31 17:47:50 UTC (buildkit.dockerfile.v0)COPY /usr/local/share/postgresql/extension/timescaledb--*.sql /usr/local/share/postgresql/extension/ # buildkit
2022-08-31 17:47:50 UTC (buildkit.dockerfile.v0)ARG TS_VERSION
2022-08-31 18:00:13 UTC (buildkit.dockerfile.v0)RUN |2 OSS_ONLY= -DAPACHE_ONLY=1 TS_VERSION=2.8.0 /bin/sh -c set -ex && 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
2022-08-31 17:59:43 UTC
112 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_SHA25634b3f1c69408e22068c0c71b1827691f1c89153b0ad576c1a44f8920a858039c
PG_VERSION12.12
[#000] sha256:c6556b3b6858c6fa1e328377cc2c4becdc9cd1bc3e7302aa7299936522cf93ba - 2.05% (2.31 MB)
[#001] sha256:b8a738b39479fd8f48817ac98870f37b48f1856fe7db240c151ca31d02c8dc99 - 0.0% (1.26 KB)
[#002] sha256:03b8cd076cdce07e25ab5ecddc7b199911583628b53f4fd34d24488968b80d8b - 0.0% (149 Bytes)
[#003] sha256:a267fe2085378d23c93ab93ee2f3235fbcd1c4f2a62e9d926d7c5d25cfea9d98 - 62.3% (70.1 MB)
[#004] sha256:7a270d3eee381ae0be5174342387aac10aa014fce4c777861b9ca033bf49d155 - 0.01% (8.48 KB)
[#005] sha256:b6e4462b9e8edc7696d78f0095723b1e919d980bc90a9b241dc06c3e14543bfe - 0.0% (162 Bytes)
[#006] sha256:230c15b434e4234ef2947f9002089d111d335a184d2e9d44058d2c072540d736 - 0.0% (195 Bytes)
[#007] sha256:1fb052a3bb523a23a8d27283ee1781e55fd89216f0d632f8c52c89a5c37eaf83 - 0.0% (4.6 KB)
[#008] sha256:d9ae0b2b5248606518943024036bd357ecf2ecb7d27b0dcb10fb8ed7865bd7cf - 0.0% (2.04 KB)
[#009] sha256:654a6a8502b5f9e79055c4b3d6ded800ebfa6595ae8cbc72eb7f4c19707f6e1d - 13.67% (15.4 MB)
[#010] sha256:fd5af76737e373f1a9ddf98931bb8a4b7a11395f7b2baa65a4af08ee81a6d240 - 13.16% (14.8 MB)
[#011] sha256:57abb970d347ee06cadd058462c7a667849cd7268986cd677953fb5c8b360217 - 5.81% (6.54 MB)
[#012] sha256:6f0130d23729d8b1582e431f76f148be597e87a6d34b2b9df97277e43c8b91e9 - 2.99% (3.36 MB)
/bin/sh -c #(nop) ADD file:75521fe16320b193092588f6f31052c85e736965ceb11673de18bd14965a45e6 in /
2022-08-09 16:57:44 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-08-10 19:31:18 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
2022-08-10 19:31:18 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2022-08-10 19:31:19 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-08-10 20:06:33 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2022-08-12 02:38:28 UTC/bin/sh -c #(nop) ENV PG_VERSION=12.12
2022-08-12 02:38:28 UTC/bin/sh -c #(nop) ENV PG_SHA256=34b3f1c69408e22068c0c71b1827691f1c89153b0ad576c1a44f8920a858039c
2022-08-12 02:54: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 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 del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2022-08-12 02:54:42 UTC/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample
2022-08-12 02:54:43 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2022-08-12 02:54:43 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2022-08-12 02:54:44 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2022-08-12 02:54:44 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2022-08-12 02:54:45 UTC/bin/sh -c #(nop) COPY file:232dce6cf487afb0c0cc43d38932ff29614a74b57cd04557dc7398e6d2b93b8f in /usr/local/bin/
2022-08-12 02:54:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-08-12 02:54:45 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2022-08-12 02:54:45 UTC/bin/sh -c #(nop) EXPOSE 5432
2022-08-12 02:54:46 UTC/bin/sh -c #(nop) CMD ["postgres"]
2022-08-31 17:40:42 UTC (buildkit.dockerfile.v0)ARG OSS_ONLY
2022-08-31 17:40:42 UTC (buildkit.dockerfile.v0)LABEL maintainer=Timescale https://www.timescale.com
2022-08-31 17:40:42 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ # buildkit
2022-08-31 17:46:57 UTC (buildkit.dockerfile.v0)COPY /go/bin/* /usr/local/bin/ # buildkit
2022-08-31 17:46:58 UTC (buildkit.dockerfile.v0)COPY /usr/local/lib/postgresql/timescaledb-*.so /usr/local/lib/postgresql/ # buildkit
2022-08-31 17:46:58 UTC (buildkit.dockerfile.v0)COPY /usr/local/share/postgresql/extension/timescaledb--*.sql /usr/local/share/postgresql/extension/ # buildkit
2022-08-31 17:46:58 UTC (buildkit.dockerfile.v0)ARG TS_VERSION
2022-08-31 17:59:43 UTC (buildkit.dockerfile.v0)RUN |2 OSS_ONLY= -DAPACHE_ONLY=1 TS_VERSION=2.8.0 /bin/sh -c set -ex && 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
2022-08-31 18:00:23 UTC
118 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_SHA25634b3f1c69408e22068c0c71b1827691f1c89153b0ad576c1a44f8920a858039c
PG_VERSION12.12
[#000] sha256:9b18e9b68314027565b90ff6189d65942c0f7986da80df008b8431276885218e - 2.18% (2.58 MB)
[#001] sha256:75aada9edfc58771473e8896a13640c97ada8da22ee2296fb12338c45d0ab8d7 - 0.0% (1.23 KB)
[#002] sha256:8207736937506f07b9ceed008216a1acbd1e12c8e770a48463266154eea5a296 - 0.0% (115 Bytes)
[#003] sha256:83dc4392953751955b109b9d1819dca35974e09b9cb5dafc389abcddb5dd0650 - 63.5% (75 MB)
[#004] sha256:92e2c19af1249ec5bfcc92ab3e9c92d4a1eb8b660e48c8b4487e1d4e7df5e5e5 - 0.01% (8.49 KB)
[#005] sha256:52f242e5c20924809e2e61529012dd0a5ee099b378ce216dd97ddfd8b358ee07 - 0.0% (129 Bytes)
[#006] sha256:e0a8c8565c4293216a7227c09219b324914f2998d8cc4e0dff803b4a193704ac - 0.0% (173 Bytes)
[#007] sha256:a424ab83248778a289f0d5f36ac4bfb01982d286994f17b1b0bf78795bc0e423 - 0.0% (4.59 KB)
[#008] sha256:21f14482d21505436cda89988dbcec743e0957b306ca95b0e5f51bc3f1128ff5 - 0.0% (2.04 KB)
[#009] sha256:72e2893a337a15fcd4604b52bd0506c97a942ae90d431109a0dcb256b4372567 - 12.89% (15.2 MB)
[#010] sha256:58fb65e83189fb68ae1350f8fd8b041093dc8e9c49d87e7496fa30810db004e9 - 13.03% (15.4 MB)
[#011] sha256:e3066048044ef4fc77e4fdbd89d8dfaf5f6116560859181766c4f13615bc9c31 - 5.53% (6.54 MB)
[#012] sha256:525952d70ecded9523f1279f568ffd0cfbc049da423f33a1a9cd4f8f2123777e - 2.86% (3.38 MB)
/bin/sh -c #(nop) ADD file:960fd469d48cf79ba14bbda71f3192074ed860c112e30e0bc92bff3440cb45ab in /
2022-08-09 17:39:42 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-08-10 02:26: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
2022-08-10 02:26:40 UTC/bin/sh -c #(nop) ENV LANG=en_US.utf8
2022-08-10 02:26:41 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-08-10 02:38:32 UTC/bin/sh -c #(nop) ENV PG_MAJOR=12
2022-08-12 00:00:48 UTC/bin/sh -c #(nop) ENV PG_VERSION=12.12
2022-08-12 00:00:49 UTC/bin/sh -c #(nop) ENV PG_SHA256=34b3f1c69408e22068c0c71b1827691f1c89153b0ad576c1a44f8920a858039c
2022-08-12 00:03:54 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 del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version
2022-08-12 00:03:55 UTC/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample
2022-08-12 00:03:56 UTC/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
2022-08-12 00:03:57 UTC/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data
2022-08-12 00:03:58 UTC/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"
2022-08-12 00:03:59 UTC/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]
2022-08-12 00:04:01 UTC/bin/sh -c #(nop) COPY file:232dce6cf487afb0c0cc43d38932ff29614a74b57cd04557dc7398e6d2b93b8f in /usr/local/bin/
2022-08-12 00:04:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-08-12 00:04:02 UTC/bin/sh -c #(nop) STOPSIGNAL SIGINT
2022-08-12 00:04:03 UTC/bin/sh -c #(nop) EXPOSE 5432
2022-08-12 00:04:04 UTC/bin/sh -c #(nop) CMD ["postgres"]
2022-08-31 17:40:46 UTC (buildkit.dockerfile.v0)ARG OSS_ONLY
2022-08-31 17:40:46 UTC (buildkit.dockerfile.v0)LABEL maintainer=Timescale https://www.timescale.com
2022-08-31 17:40:46 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ # buildkit
2022-08-31 17:47:02 UTC (buildkit.dockerfile.v0)COPY /go/bin/* /usr/local/bin/ # buildkit
2022-08-31 17:47:03 UTC (buildkit.dockerfile.v0)COPY /usr/local/lib/postgresql/timescaledb-*.so /usr/local/lib/postgresql/ # buildkit
2022-08-31 17:47:03 UTC (buildkit.dockerfile.v0)COPY /usr/local/share/postgresql/extension/timescaledb--*.sql /usr/local/share/postgresql/extension/ # buildkit
2022-08-31 17:47:03 UTC (buildkit.dockerfile.v0)ARG TS_VERSION
2022-08-31 18:00:23 UTC (buildkit.dockerfile.v0)RUN |2 OSS_ONLY= -DAPACHE_ONLY=1 TS_VERSION=2.8.0 /bin/sh -c set -ex && 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.