Namespace
timescale
Image / Tag
timescaledb:2.7.1-pg13
Content Digest
sha256:42a122edc96a4acfcdbca03ca728e5dc1022c2ee102cf3b5f4e22aebd359545c
Pull command
Details
Created

2022-07-07 15:53:49 UTC

Size

130 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

13

PG_SHA256

1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399

PG_VERSION

13.7


Layers

[#000] sha256:bb638a3869eed698f88775c7a48f36f8e22e7c6bbaa98fa1d5678966b619b859 - 2.06% (2.67 MB)

[#001] sha256:fa6b536300ebf44ca3d811d15e76a960dacddafea21867a310b2bc9d308d382e - 0.0% (1.23 KB)

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

[#003] sha256:44e52fb4fcff763d6141c9710cdd4095e547f6e4bd35394327cf58c093996c38 - 62.98% (81.7 MB)

[#004] sha256:22e3804022615bb23c85ded29d881ab39f55eebcbaebce700082417ed600b168 - 0.01% (8.82 KB)

[#005] sha256:a6d52392c55e844cdcd6b4b6d4849a5fc19ed7f3f54d99aea161dd6259083ceb - 0.0% (129 Bytes)

[#006] sha256:b6af52221e7cbb1ed8d72e471d8fda09996a4e67cb07020345f6fb14746f65c5 - 0.0% (173 Bytes)

[#007] sha256:98c3363b98c242bdd10463c0e2e20719dd28a47e30d03ab65eecd17007d53fe6 - 0.0% (4.59 KB)

[#008] sha256:5861ea949e7dffdb4223d0f3c09ba0b42e0e672c46148a4299ea9d457cb9c538 - 0.0% (2.04 KB)

[#009] sha256:91af18fb12717513b08d82f712cdd0c7951c3b4467d633b962dc64492386f625 - 12.3% (16 MB)

[#010] sha256:287cba449c45f5b444e66a6c0131c4e57ad7b4a0669b34f0200c9cfd33ddd256 - 14.14% (18.3 MB)

[#011] sha256:e40f1d781cbfe1c270fa9c2fcbeeae12d7344f4b6c5e8d3faef7b06cfdeff40d - 3.5% (4.53 MB)

[#012] sha256:2b77755378e6159ec059087ca3f4713a8a4dd15002a355f13f8aaa8b85f25cb8 - 5.01% (6.51 MB)


History
2022-05-23 19:38:20 UTC

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

2022-05-23 19:38:20 UTC

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

2022-05-25 22:22:31 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-05-25 22:22:32 UTC

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

2022-05-25 22:22:33 UTC

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

2022-05-25 22:31:22 UTC

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

2022-05-25 22:31:23 UTC

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

2022-05-25 22:31:24 UTC

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

2022-06-06 21:02:32 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-06-06 21:02:32 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-06-06 21:02:33 UTC

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

2022-06-06 21:02:34 UTC

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

2022-06-06 21:02:35 UTC

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

2022-06-06 21:02:36 UTC

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

2022-06-22 01:59:51 UTC

/bin/sh -c #(nop) COPY file:232dce6cf487afb0c0cc43d38932ff29614a74b57cd04557dc7398e6d2b93b8f in /usr/local/bin/

2022-06-22 01:59:51 UTC

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

2022-06-22 01:59:52 UTC

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

2022-06-22 01:59:53 UTC

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

2022-06-22 01:59:54 UTC

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

2022-07-07 15:48:53 UTC (buildkit.dockerfile.v0)

ARG OSS_ONLY

2022-07-07 15:48:53 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:48:53 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:50:27 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:50:27 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:50:27 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:50:27 UTC (buildkit.dockerfile.v0)

ARG TS_VERSION

2022-07-07 15:53:49 UTC (buildkit.dockerfile.v0)

RUN |2 OSS_ONLY= TS_VERSION=2.7.1 /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

Details
Created

2022-07-07 15:52:53 UTC

Size

125 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

13

PG_SHA256

1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399

PG_VERSION

13.7


Layers

[#000] sha256:2408cc74d12b6cd092bb8b516ba7d5e290f485d3eb9672efc00f0583730179e8 - 2.13% (2.67 MB)

[#001] sha256:cde4337df78db353166be0e52015f790ef243152b9e250db922937c6c4435943 - 0.0% (1.26 KB)

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

[#003] sha256:56f1718fcdf51883186ded76f7ea9e12b5165d29c11cd5555cc111219dfe0f58 - 61.12% (76.7 MB)

[#004] sha256:728c5f526fa3574fededa0dfeb2976428c59b097837e7b03949385b213f4b5be - 0.01% (8.81 KB)

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

[#006] sha256:30dca59672f845430a53e1e223bec1617ed18d774f235392b859ae008c3e994e - 0.0% (194 Bytes)

[#007] sha256:a4fd8a42494f40890df5cbe40127d638f07ca30d3afeeafb91bf0efe75684495 - 0.0% (4.59 KB)

[#008] sha256:5861ea949e7dffdb4223d0f3c09ba0b42e0e672c46148a4299ea9d457cb9c538 - 0.0% (2.04 KB)

[#009] sha256:6fb088b8706ed06abcf972a9c8ac687be3750839c73a9597f516dbf68a938474 - 12.89% (16.2 MB)

[#010] sha256:771e77a04af4b568563d0e2f0ddde1da5bd3d547cf86d764bf3c87e969edcfe6 - 14.9% (18.7 MB)

[#011] sha256:958c3f6dce8fe4f1852f988bf781d2d0998c68b3775715c923655e7b857066ae - 3.62% (4.53 MB)

[#012] sha256:7aec641f07fb74228e894630e48d559e48ae846ddf4fbb781b79a5f1ac0de153 - 5.33% (6.69 MB)


History
2022-05-23 19:19:30 UTC

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

2022-05-23 19:19:31 UTC

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

2022-05-25 20:33:22 UTC

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

2022-05-25 20:33:22 UTC

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

2022-05-25 20:33:23 UTC

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

2022-05-25 20:41:12 UTC

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

2022-05-25 20:41:12 UTC

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

2022-05-25 20:41:12 UTC

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

2022-06-06 22:07: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 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-06-06 22:07:57 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-06-06 22:07:58 UTC

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

2022-06-06 22:07:58 UTC

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

2022-06-06 22:07:58 UTC

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

2022-06-06 22:07:58 UTC

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

2022-06-22 01:43:04 UTC

/bin/sh -c #(nop) COPY file:232dce6cf487afb0c0cc43d38932ff29614a74b57cd04557dc7398e6d2b93b8f in /usr/local/bin/

2022-06-22 01:43:04 UTC

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

2022-06-22 01:43:04 UTC

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

2022-06-22 01:43:04 UTC

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

2022-06-22 01:43:04 UTC

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

2022-07-07 15:48:53 UTC (buildkit.dockerfile.v0)

ARG OSS_ONLY

2022-07-07 15:48:53 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:48:53 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:49:57 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:49:57 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:49:57 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:49:57 UTC (buildkit.dockerfile.v0)

ARG TS_VERSION

2022-07-07 15:52:53 UTC (buildkit.dockerfile.v0)

RUN |2 OSS_ONLY= TS_VERSION=2.7.1 /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

Details
Created

2022-07-07 16:18:37 UTC

Size

122 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

13

PG_SHA256

1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399

PG_VERSION

13.7


Layers

[#000] sha256:79a25ccaf940855872635c06e7614d9b27dd38ffb5a8adfdb9274dfdc0ea0d87 - 2.04% (2.49 MB)

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

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

[#003] sha256:b9a574608f6338674b31a3b2aeee65db2d094ef48f78f37056288cadc6e737d2 - 61.6% (75 MB)

[#004] sha256:a58a20912060dc6f3e022bb2a19f30111f57a98ee33b72a1dae4ba1e1012af23 - 0.01% (8.82 KB)

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

[#006] sha256:4c688e910f9b83730730fd25017770b4d07247b38d4685d1a1e29864d80223cd - 0.0% (195 Bytes)

[#007] sha256:7e532a80cfd80281c0f0077fdda2dc11b9f08de7dc2c78c0e465afcd55f3b5dd - 0.0% (4.6 KB)

[#008] sha256:e0f63062fb63ca646d7c71a558c36cab48afe7de049a9f7a51210919a38f41a6 - 0.0% (2.04 KB)

[#009] sha256:b73d86d4580882663e94fff26e53c4db0b9327f739b339c4f358f5823146a527 - 12.55% (15.3 MB)

[#010] sha256:8d4949321a6e4cd7b85b918768e13cc9b1ae22be916b4de284e4b7a1e1133968 - 14.85% (18.1 MB)

[#011] sha256:dba35ff4fa95c128d6be88d7603a448ccef82a14e46735873cdaf1c386cd607a - 3.72% (4.53 MB)

[#012] sha256:f3bed466fe956d4e5cf5e3c3ed9360535ba567747a703ab1b0a14836b712dc28 - 5.22% (6.36 MB)


History
2022-05-23 19:49:32 UTC

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

2022-05-23 19:49:33 UTC

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

2022-05-25 22:54:04 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-05-25 22:54:04 UTC

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

2022-05-25 22:54:06 UTC

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

2022-05-25 23:07:22 UTC

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

2022-05-25 23:07:23 UTC

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

2022-05-25 23:07:24 UTC

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

2022-06-06 21:47: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 del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version

2022-06-06 21:47:56 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-06-06 21:48:00 UTC

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

2022-06-06 21:48:01 UTC

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

2022-06-06 21:48:05 UTC

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

2022-06-06 21:48:06 UTC

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

2022-06-22 00:00:29 UTC

/bin/sh -c #(nop) COPY file:232dce6cf487afb0c0cc43d38932ff29614a74b57cd04557dc7398e6d2b93b8f in /usr/local/bin/

2022-06-22 00:00:30 UTC

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

2022-06-22 00:00:30 UTC

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

2022-06-22 00:00:31 UTC

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

2022-06-22 00:00:31 UTC

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

2022-07-07 15:48:45 UTC (buildkit.dockerfile.v0)

ARG OSS_ONLY

2022-07-07 15:48:45 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:48:45 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:56:43 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:56:43 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:56:43 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:56:43 UTC (buildkit.dockerfile.v0)

ARG TS_VERSION

2022-07-07 16:18:37 UTC (buildkit.dockerfile.v0)

RUN |2 OSS_ONLY= TS_VERSION=2.7.1 /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

Details
Created

2022-07-07 16:17:55 UTC

Size

117 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

13

PG_SHA256

1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399

PG_VERSION

13.7


Layers

[#000] sha256:6366ba92f08e2418e90171f1e34bd86ecd50fdc95953b3f33b8943c143518eca - 1.97% (2.3 MB)

[#001] sha256:1485f2527978c240fce79b602a9c26b17948e5d60d3d518958be1069f0b225e6 - 0.0% (1.26 KB)

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

[#003] sha256:f28fa83683639588e9c97ba6d7f633e4995c7ec73414c45f5e6c13422f6f62e2 - 60.57% (70.6 MB)

[#004] sha256:ded5410bf3b12f934b72d253be5aa25300994f3ceb593239916e4fad8b8f1562 - 0.01% (8.82 KB)

[#005] sha256:a3d7cceac4468ae1266f66c9ba3183aa3fff4a03df0095f5b1639dd89f3c8930 - 0.0% (163 Bytes)

[#006] sha256:25cb9b20a877b77f3e56921f258a07d14869d425d67c76e018276df6fc3e8413 - 0.0% (195 Bytes)

[#007] sha256:79417a7ca8d8eb9ce7e54436001a4039a30ca7adaa59ee50a2bd4c4cb2cf0461 - 0.0% (4.6 KB)

[#008] sha256:62014650636c5b08fd557c012418907e5cdf8f9b57f5b04a4fb6dbf48debfa65 - 0.0% (2.04 KB)

[#009] sha256:67977126d8f381bf5149751eedcfc56211545d399d961338f5147622f9f5b570 - 13.11% (15.3 MB)

[#010] sha256:d33b1805d88e8b3d1500c6f16ff8bbeeba025121f7b898c3138ff81365a4af6a - 15.07% (17.6 MB)

[#011] sha256:323e27c4fe8048b9c15fccf201fbf1af16abee2c191dc5f47758a707ab91690e - 3.89% (4.53 MB)

[#012] sha256:4bfec7e04bbac8b676926cdb13cb46cb1bb670abddee23987f76494af90cef81 - 5.37% (6.26 MB)


History
2022-05-23 18:57:46 UTC

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

2022-05-23 18:57:47 UTC

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

2022-05-25 20:19:26 UTC

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

2022-05-25 20:19:27 UTC

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

2022-05-25 20:19:29 UTC

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

2022-05-25 20:32:27 UTC

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

2022-05-25 20:32:28 UTC

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

2022-05-25 20:32:28 UTC

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

2022-06-07 05:22: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-06-07 05:22:56 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-06-07 05:22:57 UTC

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

2022-06-07 05:22:58 UTC

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

2022-06-07 05:22:59 UTC

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

2022-06-07 05:23:00 UTC

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

2022-06-22 00:40:17 UTC

/bin/sh -c #(nop) COPY file:232dce6cf487afb0c0cc43d38932ff29614a74b57cd04557dc7398e6d2b93b8f in /usr/local/bin/

2022-06-22 00:40:18 UTC

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

2022-06-22 00:40:18 UTC

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

2022-06-22 00:40:19 UTC

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

2022-06-22 00:40:19 UTC

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

2022-07-07 15:48:46 UTC (buildkit.dockerfile.v0)

ARG OSS_ONLY

2022-07-07 15:48:46 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:48:46 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:55:31 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:55:31 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:55:31 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:55:31 UTC (buildkit.dockerfile.v0)

ARG TS_VERSION

2022-07-07 16:17:55 UTC (buildkit.dockerfile.v0)

RUN |2 OSS_ONLY= TS_VERSION=2.7.1 /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

Details
Created

2022-07-07 16:20:01 UTC

Size

123 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

13

PG_SHA256

1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399

PG_VERSION

13.7


Layers

[#000] sha256:b3c136eddcbf2003d3180787cef00f39d46b9fd9e4623178282ad6a8d63ad3b0 - 2.1% (2.57 MB)

[#001] sha256:428d3642719badb326ee04030ea97839d69d5a82b8306924e5ebcf3a65b191dc - 0.0% (1.23 KB)

[#002] sha256:9bd66d73c4e4594a6a582481c08b74269a6bda983845fb5018e8ff8e00fb5ec1 - 0.0% (115 Bytes)

[#003] sha256:92cc699c93fd54d6144fe8bb9be7d2a772d401920a0ae054502292a3df6066ee - 61.69% (75.7 MB)

[#004] sha256:0dcb2b5894a2759429bf12419ad1553b2421c341e0ca09d1e59f63f3490d134f - 0.01% (8.81 KB)

[#005] sha256:b8e7a864a14cd16a6b4c4c1492deb204ab919465b5c53f799bc6fd984aeb83a7 - 0.0% (129 Bytes)

[#006] sha256:c0d9a20356afa0cdb193b975cafb0ce672a9fe606efa91c0a7db8a8a519e889f - 0.0% (172 Bytes)

[#007] sha256:317f324b369e2d19e98c35f03a3fb227af4f895d986d8764fed611109a8a3822 - 0.0% (4.59 KB)

[#008] sha256:85e37cfe85875b63e21a52d9e2e48907d701f011b6ce826994d89bfb915d998a - 0.0% (2.04 KB)

[#009] sha256:9588dc5d1b89ba6289e4451b38500fe1b068d8b9e5cb16253bb7b01468d63b3c - 12.34% (15.1 MB)

[#010] sha256:e1e9cc3d0187a709a5c257e1c9c4309ee67daa8d850a612e787d595d60046058 - 14.86% (18.2 MB)

[#011] sha256:34c408373a544b950606b12520f7c2315b77e1fabbef44ddab9dcfd9fffa2423 - 3.7% (4.53 MB)

[#012] sha256:5052a19820c93f14647e6c5e62eae867c4fc6c27985d269e084e8f742b908b2b - 5.3% (6.5 MB)


History
2022-05-23 19:39:22 UTC

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

2022-05-23 19:39:22 UTC

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

2022-05-25 21:33:04 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-05-25 21:33:05 UTC

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

2022-05-25 21:33:06 UTC

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

2022-05-25 21:40:54 UTC

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

2022-05-25 21:40:55 UTC

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

2022-05-25 21:40:56 UTC

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

2022-06-07 01:09: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 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-06-07 01:09:57 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-06-07 01:09:58 UTC

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

2022-06-07 01:09:59 UTC

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

2022-06-07 01:10:00 UTC

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

2022-06-07 01:10:01 UTC

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

2022-06-22 02:46:29 UTC

/bin/sh -c #(nop) COPY file:232dce6cf487afb0c0cc43d38932ff29614a74b57cd04557dc7398e6d2b93b8f in /usr/local/bin/

2022-06-22 02:46:29 UTC

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

2022-06-22 02:46:30 UTC

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

2022-06-22 02:46:31 UTC

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

2022-06-22 02:46:32 UTC

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

2022-07-07 15:48:52 UTC (buildkit.dockerfile.v0)

ARG OSS_ONLY

2022-07-07 15:48:52 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:48:52 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:55:59 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:55:59 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:56:00 UTC (buildkit.dockerfile.v0)

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

2022-07-07 15:56:00 UTC (buildkit.dockerfile.v0)

ARG TS_VERSION

2022-07-07 16:20:01 UTC (buildkit.dockerfile.v0)

RUN |2 OSS_ONLY= TS_VERSION=2.7.1 /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

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