Namespace
timescale
Image / Tag
timescaledb:2.0.0-rc2-pg12
Content Digest
sha256:16dc3a999204be6b5bf8476374f3ea0bc069d9d68b004f9dc534812f4dd21886
Details
Created

2020-10-21 14:49:44 UTC

Size

71.9 MB

Content Digest
Labels
  • maintainer
    Timescale https://www.timescale.com

Environment
LANG

en_US.utf8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

12

PG_SHA256

bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc

PG_VERSION

12.4

TIMESCALEDB_VERSION

2.0.0-rc2


Layers

[#000] sha256:0625b4155e2a59f647ece47c0cd77ed3196b1f84454fa64ce80cad90e2b9b79e - 3.71% (2.66 MB)

[#001] sha256:c748d368bf108a32daf0810b28e1996f37eca0dfed0dac7c8c2598e6c6029748 - 0.0% (1.22 KB)

[#002] sha256:8b0010b2123bc87ca763bce1e85a2350a168ce13065a7ae9b47e6ed49fa4b72d - 0.0% (115 Bytes)

[#003] sha256:5cfa122a197f762f7c5178d672155fd3e3c9c9ea30aa1efb7917da63d8d566de - 83.07% (59.7 MB)

[#004] sha256:76a1e877bd846bac01952a0ffe972fa2a98429f6878b8c43a6b72a7c9a036b9c - 0.01% (8.02 KB)

[#005] sha256:6f1ff37dbf5cde9b167c1fee1968dc92100f358aa1fa0e74f43507338c191ef2 - 0.0% (128 Bytes)

[#006] sha256:79d817a980802e67b1b53f9010fc3dfbe38bd2e76e25d7e7c1d93e947c27a0f7 - 0.0% (163 Bytes)

[#007] sha256:7c50a5cc725f975bbca36f731d6712006966bd4d8990176c1f7a6e2f51e13136 - 0.01% (4.16 KB)

[#008] sha256:6653065cf86a663413e9f22c1c264c0533eb9c8f2df589adde9bafb1841c394c - 0.0% (2.05 KB)

[#009] sha256:01da164cb27aa76ec346ef66e4e6a5298694cc9b397b7f7069e43da950da50cb - 7.7% (5.53 MB)

[#010] sha256:4d4b722a7011c48a9b9ccd3e7519151ac01011faba15776a5a6028a003527dca - 3.6% (2.58 MB)

[#011] sha256:cf33ef94e6090683836f70e4035ed8003f19abeb4ec078b87ac84d81b4846130 - 0.16% (117 KB)

[#012] sha256:bcfccc7c4393f39c32ea9ed32170a94491379596bba01aec733d4b9b050fa4d6 - 1.75% (1.26 MB)


History
2020-05-29 21:38:33 UTC

/bin/sh -c #(nop) ADD file:5624441d97aca5eeb82a582941efc3586397098b8391227a9040ebe434cc1d6b in /

2020-05-29 21:38:33 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-06-11 23:02:21 UTC

/bin/sh -c set -eux; addgroup -g 70 -S postgres; adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; mkdir -p /var/lib/postgresql; chown -R postgres:postgres /var/lib/postgresql

2020-06-11 23:02:22 UTC

/bin/sh -c #(nop) ENV LANG=en_US.utf8

2020-06-11 23:02:23 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2020-06-11 23:14:36 UTC

/bin/sh -c #(nop) ENV PG_MAJOR=12

2020-08-14 17:51:26 UTC

/bin/sh -c #(nop) ENV PG_VERSION=12.4

2020-08-14 17:51:26 UTC

/bin/sh -c #(nop) ENV PG_SHA256=bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc

2020-09-29 01:01: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

2020-09-29 01:01:47 UTC

/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample

2020-09-29 01:01:48 UTC

/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

2020-09-29 01:01:48 UTC

/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data

2020-09-29 01:01:49 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2020-09-29 01:01:49 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]

2020-09-29 01:01:49 UTC

/bin/sh -c #(nop) COPY file:8f542efd076b9b67ef64928f3c0185ed50bfcbbc3572436a7222e879810d747f in /usr/local/bin/

2020-09-29 01:01:49 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-09-29 01:01:49 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2020-09-29 01:01:50 UTC

/bin/sh -c #(nop) EXPOSE 5432

2020-09-29 01:01:50 UTC

/bin/sh -c #(nop) CMD ["postgres"]

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

ARG OSS_ONLY

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Timescale https://www.timescale.com

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

ENV TIMESCALEDB_VERSION=2.0.0-rc2

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ # buildkit

2020-10-21 14:47:05 UTC (buildkit.dockerfile.v0)

COPY /go/bin/* /usr/local/bin/ # buildkit

2020-10-21 14:47:05 UTC (buildkit.dockerfile.v0)

COPY /usr/local/lib/postgresql/timescaledb-*.so /usr/local/lib/postgresql/ # buildkit

2020-10-21 14:47:05 UTC (buildkit.dockerfile.v0)

COPY /usr/local/share/postgresql/extension/timescaledb--*.sql /usr/local/share/postgresql/extension/ # buildkit

2020-10-21 14:49:44 UTC (buildkit.dockerfile.v0)

RUN |1 OSS_ONLY= /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 libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TIMESCALEDB_VERSION} && ./bootstrap -DREGRESS_CHECKS=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

Details
Created

2020-10-21 14:49:23 UTC

Size

68.2 MB

Content Digest
Labels
  • maintainer
    Timescale https://www.timescale.com

Environment
LANG

en_US.utf8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

12

PG_SHA256

bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc

PG_VERSION

12.4

TIMESCALEDB_VERSION

2.0.0-rc2


Layers

[#000] sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c - 3.91% (2.67 MB)

[#001] sha256:600cd4e17445b526dc093ca716d204a866349e5c7228251e31178e81371c47ff - 0.0% (1.22 KB)

[#002] sha256:04c8eedc9a7657acd81498f6619dffcb88d9a150879f9ec0cc358834aa84aaf7 - 0.0% (115 Bytes)

[#003] sha256:e1426bb92bdb2d3e360138c5917e4932cb067f0bcf78b2b9b115c39ac3cf7745 - 82.61% (56.3 MB)

[#004] sha256:a50b40f87c33841d2e5c48a9a8c969e279b4b84469142e71b02b4c72f7911c77 - 0.01% (8.01 KB)

[#005] sha256:8f2ab59d35c2a19d1f0a96094b929cd857ecd0d96229d880676f31a1081fe1e1 - 0.0% (130 Bytes)

[#006] sha256:40bf07073f7739dc1be2f7c9ef313f3a759e7e1742b976b7209bb132fb6bec9d - 0.0% (163 Bytes)

[#007] sha256:42557388816c3bf6bb673aad5ba62ea2a1dc5d5af07492e8f91ca72423c76da6 - 0.01% (4.16 KB)

[#008] sha256:912cb5087dfc4c3b5332d4fef1edfbab29a491f16a26d75d3661f93936dd6f79 - 0.0% (2.05 KB)

[#009] sha256:94f30e79499094b9fabe85077e6fbe8cb2536052d8505a81b28b1d2aa5bca89b - 8.21% (5.6 MB)

[#010] sha256:715e2752de1408cb2d9bbb0df07575c0b5caf0217268165a7d698edf4260a2d5 - 3.33% (2.27 MB)

[#011] sha256:02401d4d9023b46c5367843ec79e32da91e9e3c148f0b05ff0d3e7e8203a0f2d - 0.17% (117 KB)

[#012] sha256:0f8317735bdb46cc204f0d062323cd3e438bbe988132c4f22be3f042a1f79756 - 1.75% (1.19 MB)


History
2020-05-29 21:19:46 UTC

/bin/sh -c #(nop) ADD file:c92c248239f8c7b9b3c067650954815f391b7bcb09023f984972c082ace2a8d0 in /

2020-05-29 21:19:46 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-06-11 22:46: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

2020-06-11 22:46:48 UTC

/bin/sh -c #(nop) ENV LANG=en_US.utf8

2020-06-11 22:46:49 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2020-06-11 22:56:01 UTC

/bin/sh -c #(nop) ENV PG_MAJOR=12

2020-08-14 17:27:15 UTC

/bin/sh -c #(nop) ENV PG_VERSION=12.4

2020-08-14 17:27:15 UTC

/bin/sh -c #(nop) ENV PG_SHA256=bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc

2020-09-29 01:40: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 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

2020-09-29 01:40:16 UTC

/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample

2020-09-29 01:40:17 UTC

/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

2020-09-29 01:40:17 UTC

/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data

2020-09-29 01:40:18 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2020-09-29 01:40:18 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]

2020-09-29 01:40:18 UTC

/bin/sh -c #(nop) COPY file:8f542efd076b9b67ef64928f3c0185ed50bfcbbc3572436a7222e879810d747f in /usr/local/bin/

2020-09-29 01:40:18 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-09-29 01:40:19 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2020-09-29 01:40:19 UTC

/bin/sh -c #(nop) EXPOSE 5432

2020-09-29 01:40:19 UTC

/bin/sh -c #(nop) CMD ["postgres"]

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

ARG OSS_ONLY

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Timescale https://www.timescale.com

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

ENV TIMESCALEDB_VERSION=2.0.0-rc2

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ # buildkit

2020-10-21 14:46:58 UTC (buildkit.dockerfile.v0)

COPY /go/bin/* /usr/local/bin/ # buildkit

2020-10-21 14:46:58 UTC (buildkit.dockerfile.v0)

COPY /usr/local/lib/postgresql/timescaledb-*.so /usr/local/lib/postgresql/ # buildkit

2020-10-21 14:46:58 UTC (buildkit.dockerfile.v0)

COPY /usr/local/share/postgresql/extension/timescaledb--*.sql /usr/local/share/postgresql/extension/ # buildkit

2020-10-21 14:49:23 UTC (buildkit.dockerfile.v0)

RUN |1 OSS_ONLY= /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 libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TIMESCALEDB_VERSION} && ./bootstrap -DREGRESS_CHECKS=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

Details
Created

2020-10-21 15:06:32 UTC

Size

66.1 MB

Content Digest
Labels
  • maintainer
    Timescale https://www.timescale.com

Environment
LANG

en_US.utf8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

12

PG_SHA256

bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc

PG_VERSION

12.4

TIMESCALEDB_VERSION

2.0.0-rc2


Layers

[#000] sha256:b4b72e716706d29f5d2351709c20bf737b94f876a5472a43ff1b6e203c65d27f - 3.75% (2.48 MB)

[#001] sha256:4e0c6822b30b82f1bf3837b7d730cf7d68d7101602023fc38fb839cf826a5bd6 - 0.0% (1.25 KB)

[#002] sha256:dcc1c5a5bbcba93ab5809dbcc58c6042d7a9983681f6a6f951d947b0d4d0c3b5 - 0.0% (149 Bytes)

[#003] sha256:b5f646c305919a9928d54b34bb7b98afa615070e65dab73e20be4179d4461bc7 - 82.92% (54.8 MB)

[#004] sha256:18700be549e5bfd7f1b206a750645b84de5683d6224f6f6daba5f258e41e4ce8 - 0.01% (8.02 KB)

[#005] sha256:87bf56d036f882a4024d18fcd91e2d326fb0e355fd05f8eb499aab2f0767056b - 0.0% (162 Bytes)

[#006] sha256:443676fea68bb03d1e489850bedefebf1c338791f82ddfcb64b23849af2742ce - 0.0% (194 Bytes)

[#007] sha256:34f5e9b828fde883b5c83bffdfc334ec56635d39958beb159471b2e5b1585f7f - 0.01% (4.16 KB)

[#008] sha256:e13ec62e899bb1866c10f0756d4904184db0067afe08b751d2c847cdfbadfc3c - 0.0% (2.05 KB)

[#009] sha256:600ebd7551623e2c84d9ddb1e8347d0c41058e7b2b6d31e749ca54d82079c532 - 8.02% (5.3 MB)

[#010] sha256:55b5e0e05714c781e2938c8a96cc3ae6cf36997675435d941c94c6dd630362ac - 3.34% (2.21 MB)

[#011] sha256:48d3739f3d789f8ea1d2494fa7842ac53b2899b1a6246b633f661e463e882861 - 0.17% (117 KB)

[#012] sha256:989e654b4a1600e4530f1f762801b8539bf51c0b5466543717c957e28edde6f3 - 1.78% (1.17 MB)


History
2020-05-29 21:50:55 UTC

/bin/sh -c #(nop) ADD file:f46e997a56849423db17e5fc9f0249ab6c73b155245927dba5fcb9dfd65f622f in /

2020-05-29 21:50:56 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-06-11 20:27:27 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

2020-06-11 20:27:28 UTC

/bin/sh -c #(nop) ENV LANG=en_US.utf8

2020-06-11 20:27:30 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2020-06-11 20:32:21 UTC

/bin/sh -c #(nop) ENV PG_MAJOR=12

2020-08-14 16:55:35 UTC

/bin/sh -c #(nop) ENV PG_VERSION=12.4

2020-08-14 16:55:36 UTC

/bin/sh -c #(nop) ENV PG_SHA256=bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc

2020-09-29 01:05:55 UTC

/bin/sh -c set -eux; wget -O postgresql.tar.bz2 "https://ftp.postgresql.org/pub/source/v$PG_VERSION/postgresql-$PG_VERSION.tar.bz2"; echo "$PG_SHA256 *postgresql.tar.bz2" | sha256sum -c -; mkdir -p /usr/src/postgresql; tar --extract --file postgresql.tar.bz2 --directory /usr/src/postgresql --strip-components 1 ; rm postgresql.tar.bz2; apk add --no-cache --virtual .build-deps 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

2020-09-29 01:06:01 UTC

/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample

2020-09-29 01:06:05 UTC

/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

2020-09-29 01:06:06 UTC

/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data

2020-09-29 01:06:10 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2020-09-29 01:06:11 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]

2020-09-29 01:06:12 UTC

/bin/sh -c #(nop) COPY file:8f542efd076b9b67ef64928f3c0185ed50bfcbbc3572436a7222e879810d747f in /usr/local/bin/

2020-09-29 01:06:15 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-09-29 01:06:19 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2020-09-29 01:06:20 UTC

/bin/sh -c #(nop) EXPOSE 5432

2020-09-29 01:06:24 UTC

/bin/sh -c #(nop) CMD ["postgres"]

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

ARG OSS_ONLY

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Timescale https://www.timescale.com

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

ENV TIMESCALEDB_VERSION=2.0.0-rc2

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ # buildkit

2020-10-21 14:50:52 UTC (buildkit.dockerfile.v0)

COPY /go/bin/* /usr/local/bin/ # buildkit

2020-10-21 14:50:53 UTC (buildkit.dockerfile.v0)

COPY /usr/local/lib/postgresql/timescaledb-*.so /usr/local/lib/postgresql/ # buildkit

2020-10-21 14:50:53 UTC (buildkit.dockerfile.v0)

COPY /usr/local/share/postgresql/extension/timescaledb--*.sql /usr/local/share/postgresql/extension/ # buildkit

2020-10-21 15:06:32 UTC (buildkit.dockerfile.v0)

RUN |1 OSS_ONLY= /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 libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TIMESCALEDB_VERSION} && ./bootstrap -DREGRESS_CHECKS=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

Details
Created

2020-10-21 15:05:58 UTC

Size

63.2 MB

Content Digest
Labels
  • maintainer
    Timescale https://www.timescale.com

Environment
LANG

en_US.utf8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

12

PG_SHA256

bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc

PG_VERSION

12.4

TIMESCALEDB_VERSION

2.0.0-rc2


Layers

[#000] sha256:52278dd8e57993669c5b72a9620e89bebdc098f2af2379caaa8945f7403f77a2 - 3.63% (2.3 MB)

[#001] sha256:fcd3f931b2a724d22b1f76af233e84a5d592aa2a21caad88700c700ef28bec95 - 0.0% (1.24 KB)

[#002] sha256:19f754b96158415f11b928d9d9e9f98a8cd305f2a033ef0b4c6e7bfe6645b508 - 0.0% (149 Bytes)

[#003] sha256:72df1ebbfa4f6bdc99d8c34c18c55119ba1a0f666ef44cec5322d7df22a62ddf - 82.76% (52.3 MB)

[#004] sha256:e6d385b53ac8125bd47eee846c343250d6b118c6454fbecba7b2b136047cf958 - 0.01% (8.02 KB)

[#005] sha256:1931d16d5cd2ce0dccc99f6dd315bfc9d8f727974272fc7273c898fcc2e12186 - 0.0% (162 Bytes)

[#006] sha256:bc287310c75c04e1159afae4d326866ca92bff0f95ad5a31ce8265da751e1c2d - 0.0% (193 Bytes)

[#007] sha256:ecb4cf0a46ea3a1730babca6137207995266c9c344e87d7e888dd3483e0be305 - 0.01% (4.16 KB)

[#008] sha256:cca54734fdc958e415bb1978e3c4fcacb405f4279238e3e0a257db1059ddbd58 - 0.0% (2.05 KB)

[#009] sha256:7dc2ad28102eef1ca50e9c23e3fe3b7ef80de8b27d7cbe117a5c6d0532073fbf - 8.39% (5.3 MB)

[#010] sha256:1696f96c8afd30541cbed431dac5a479c8d6c01bbe4670eba7db0f30640a4c14 - 3.21% (2.03 MB)

[#011] sha256:cd4e4e6534843c66d0c8b953e625c0d25a5db9e7de9d375e48c4444cb08f9092 - 0.18% (117 KB)

[#012] sha256:601d1af1a8e048969394b635e6e285f4d632ec55b6cd49bc272ab5e754074c3b - 1.8% (1.13 MB)


History
2020-05-29 21:02:07 UTC

/bin/sh -c #(nop) ADD file:e97bf0d217846312b19a9f7264604851aedd125c23b4d291eed4c69b880dce26 in /

2020-05-29 21:02:08 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-06-11 20:43:57 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

2020-06-11 20:43:58 UTC

/bin/sh -c #(nop) ENV LANG=en_US.utf8

2020-06-11 20:44:01 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2020-06-11 20:47:49 UTC

/bin/sh -c #(nop) ENV PG_MAJOR=12

2020-08-14 17:51:00 UTC

/bin/sh -c #(nop) ENV PG_VERSION=12.4

2020-08-14 17:51:00 UTC

/bin/sh -c #(nop) ENV PG_SHA256=bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc

2020-09-29 01:13: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

2020-09-29 01:13:24 UTC

/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample

2020-09-29 01:13:31 UTC

/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

2020-09-29 01:13:32 UTC

/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data

2020-09-29 01:13:39 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2020-09-29 01:13:40 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]

2020-09-29 01:13:42 UTC

/bin/sh -c #(nop) COPY file:8f542efd076b9b67ef64928f3c0185ed50bfcbbc3572436a7222e879810d747f in /usr/local/bin/

2020-09-29 01:13:43 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-09-29 01:13:44 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2020-09-29 01:13:45 UTC

/bin/sh -c #(nop) EXPOSE 5432

2020-09-29 01:13:47 UTC

/bin/sh -c #(nop) CMD ["postgres"]

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

ARG OSS_ONLY

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Timescale https://www.timescale.com

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

ENV TIMESCALEDB_VERSION=2.0.0-rc2

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ # buildkit

2020-10-21 14:49:49 UTC (buildkit.dockerfile.v0)

COPY /go/bin/* /usr/local/bin/ # buildkit

2020-10-21 14:49:49 UTC (buildkit.dockerfile.v0)

COPY /usr/local/lib/postgresql/timescaledb-*.so /usr/local/lib/postgresql/ # buildkit

2020-10-21 14:49:49 UTC (buildkit.dockerfile.v0)

COPY /usr/local/share/postgresql/extension/timescaledb--*.sql /usr/local/share/postgresql/extension/ # buildkit

2020-10-21 15:05:58 UTC (buildkit.dockerfile.v0)

RUN |1 OSS_ONLY= /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 libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TIMESCALEDB_VERSION} && ./bootstrap -DREGRESS_CHECKS=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

Details
Created

2020-10-21 15:06:11 UTC

Size

67.4 MB

Content Digest
Labels
  • maintainer
    Timescale https://www.timescale.com

Environment
LANG

en_US.utf8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGDATA

/var/lib/postgresql/data

PG_MAJOR

12

PG_SHA256

bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc

PG_VERSION

12.4

TIMESCALEDB_VERSION

2.0.0-rc2


Layers

[#000] sha256:b538f80385f9b48122e3da068c932a96ea5018afa3c7be79da00437414bd18cd - 3.83% (2.58 MB)

[#001] sha256:f9d4833cc285b7342c1d7bab9159e04f3cb6d84914e4a6376bd605ef138613aa - 0.0% (1.25 KB)

[#002] sha256:6bf1f783f6dc9622807ab9414bb09346699c6eea41fd6260efcfe679699f206d - 0.0% (149 Bytes)

[#003] sha256:6f9d672361115b2916988f895a47768df2b6aa30954d5d7033da8f7faa88fb28 - 83.12% (56 MB)

[#004] sha256:b7762b30adae5530cbd19ae95717f2e3b04ac2e78d025930b72c79f6e877a0ea - 0.01% (8.02 KB)

[#005] sha256:c21caf58f4bf1ee6a43565ce33f6cdacdb395cb9eee4f8d572849bfc14da36dc - 0.0% (161 Bytes)

[#006] sha256:8b03659d4b6d61eda6872509aa2327fe55634594135c512246d64c9dc6ae700c - 0.0% (194 Bytes)

[#007] sha256:890147d2b547974742826952fcd5bf5904c33c47681ee7118e1b0a1be9246adb - 0.01% (4.16 KB)

[#008] sha256:880d0feb21e5676ec113dcb2fcea3b4d9326063bb9a19e0ca85142ea615e1326 - 0.0% (2.05 KB)

[#009] sha256:8dfc9ee2243f76acdc3084a8ea6c30988aba85e7d93c2bab572132f5a960cb5e - 7.82% (5.27 MB)

[#010] sha256:3915d8fb0db4dae59d0b8dc75c04d45b93a8ad43fd317df64ef6e55aa272fc46 - 3.29% (2.22 MB)

[#011] sha256:9d554ee1d6332258c840948bb54c45a3ca05c3c7e5ac6f2b480c32bfd58a8c63 - 0.17% (117 KB)

[#012] sha256:6501cb50adbbd338c205f38d01b6e0a919a7ffc542534d874d4523174097ea6a - 1.75% (1.18 MB)


History
2020-05-29 21:43:19 UTC

/bin/sh -c #(nop) ADD file:7574aee4e37a85460ab889212d52912723a9b30dda1c060548f0deb4a05fc398 in /

2020-05-29 21:43:20 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2020-06-11 21:06:12 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

2020-06-11 21:06:13 UTC

/bin/sh -c #(nop) ENV LANG=en_US.utf8

2020-06-11 21:06:16 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2020-06-11 21:10:22 UTC

/bin/sh -c #(nop) ENV PG_MAJOR=12

2020-08-14 17:45:54 UTC

/bin/sh -c #(nop) ENV PG_VERSION=12.4

2020-08-14 17:45:55 UTC

/bin/sh -c #(nop) ENV PG_SHA256=bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc

2020-09-29 00:53: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

2020-09-29 00:54:01 UTC

/bin/sh -c sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample

2020-09-29 00:54:03 UTC

/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql

2020-09-29 00:54:11 UTC

/bin/sh -c #(nop) ENV PGDATA=/var/lib/postgresql/data

2020-09-29 00:54:23 UTC

/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA"

2020-09-29 00:54:26 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/postgresql/data]

2020-09-29 00:54:27 UTC

/bin/sh -c #(nop) COPY file:8f542efd076b9b67ef64928f3c0185ed50bfcbbc3572436a7222e879810d747f in /usr/local/bin/

2020-09-29 00:54:27 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-09-29 00:54:28 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2020-09-29 00:54:29 UTC

/bin/sh -c #(nop) EXPOSE 5432

2020-09-29 00:54:30 UTC

/bin/sh -c #(nop) CMD ["postgres"]

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

ARG OSS_ONLY

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Timescale https://www.timescale.com

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

ENV TIMESCALEDB_VERSION=2.0.0-rc2

2020-10-21 14:46:29 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ # buildkit

2020-10-21 14:49:56 UTC (buildkit.dockerfile.v0)

COPY /go/bin/* /usr/local/bin/ # buildkit

2020-10-21 14:49:56 UTC (buildkit.dockerfile.v0)

COPY /usr/local/lib/postgresql/timescaledb-*.so /usr/local/lib/postgresql/ # buildkit

2020-10-21 14:49:56 UTC (buildkit.dockerfile.v0)

COPY /usr/local/share/postgresql/extension/timescaledb--*.sql /usr/local/share/postgresql/extension/ # buildkit

2020-10-21 15:06:11 UTC (buildkit.dockerfile.v0)

RUN |1 OSS_ONLY= /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 libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TIMESCALEDB_VERSION} && ./bootstrap -DREGRESS_CHECKS=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

Danger Zone
Delete Tag

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.

Delete