Namespace
timescale
Image / Tag
timescaledb:2.10.2-pg14
Content Digest
sha256:c9500400c7f0ac85b400aa7290e7a32e1eaec6f3d8e82a66aa02b625bccfba62
Pull command
Details
Created

2023-04-20 06:29:55 UTC

Size

184 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

14

PG_SHA256

cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331

PG_VERSION

14.7


Layers

[#000] sha256:b2b0f0faedf1b87a3c77cf90d027fb7a25aa67f35400244a4655ad5842a757e4 - 1.77% (3.25 MB)

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

[#002] sha256:c9240ad70b88ce913defeb189e06f474ad7afe836b50e6c9459c9e438fb48fe0 - 0.0% (147 Bytes)

[#003] sha256:7ecd6556b36d9851120588b83b25a199e830be2577741f33afaf3b600523a3eb - 49.17% (90.5 MB)

[#004] sha256:95cec8c790d7106bb7afb41966b616cdcef51e31dbc06be62afbeced16c83d16 - 0.0% (8.99 KB)

[#005] sha256:68b42399e63051424dc6befb633313e896d937e3fbb7adc57d20e4b5fc76554d - 0.0% (160 Bytes)

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

[#007] sha256:4bbf799211218e5815ee0f10f9da0cd9abeb61d054471027f5d90dd3b6d1afe9 - 0.0% (4.68 KB)

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

[#009] sha256:4e46dc7d2bd69b7fc1cce4e4caf1e07857c6a33149852c46bd7061a7d76d326b - 3.24% (5.97 MB)

[#010] sha256:7ce0dc4d0965319a647bee99fc00a6537241c7a0ad172af5eccb0ddb609c9497 - 31.24% (57.5 MB)

[#011] sha256:f5170ca22a30ee264b484c57c219681d739b3ef610f62ca3f717e771335fb9a5 - 9.11% (16.8 MB)

[#012] sha256:2a12d6c4d05ed76d82f2ed17f325a36676622639db1509d6f6e29976255a6f7e - 5.45% (10 MB)


History
2023-03-29 17:38:30 UTC

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

2023-03-29 17:38:30 UTC

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

2023-03-29 21:54:17 UTC

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

2023-03-29 21:54:17 UTC

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

2023-03-29 21:54:18 UTC

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

2023-03-29 21:59:25 UTC

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

2023-03-29 21:59:25 UTC

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

2023-03-29 21:59:25 UTC

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

2023-03-29 22:04:06 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 lz4-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 --with-lz4 ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full $([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version

2023-03-29 22:04:08 UTC

/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample

2023-03-29 22:04:08 UTC

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

2023-03-29 22:04:08 UTC

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

2023-03-29 22:04:09 UTC

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

2023-03-29 22:04:09 UTC

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

2023-03-29 22:04:09 UTC

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

2023-03-29 22:04:09 UTC

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

2023-03-29 22:04:09 UTC

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

2023-03-29 22:04:09 UTC

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

2023-03-29 22:04:09 UTC

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

2023-04-20 06:23:21 UTC (buildkit.dockerfile.v0)

ARG OSS_ONLY

2023-04-20 06:23:21 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:23:21 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:24:56 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:24:56 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:24:57 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:24:57 UTC (buildkit.dockerfile.v0)

ARG TS_VERSION

2023-04-20 06:29:55 UTC (buildkit.dockerfile.v0)

RUN |2 OSS_ONLY= TS_VERSION=2.10.2 /bin/sh -c set -ex && apk add libssl1.1 && apk add --no-cache --virtual .fetch-deps ca-certificates git openssl openssl-dev tar && mkdir -p /build/ && git clone https://github.com/timescale/timescaledb /build/timescaledb && apk add --no-cache --virtual .build-deps coreutils dpkg-dev dpkg gcc krb5-dev libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TS_VERSION} && ./bootstrap -DCMAKE_BUILD_TYPE=RelWithDebInfo -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DGENERATE_DOWNGRADE_SCRIPT=ON -DWARNINGS_AS_ERRORS=OFF -DPROJECT_INSTALL_METHOD="docker"${OSS_ONLY} && cd build && make install && cd ~ && if [ "${OSS_ONLY}" != "" ]; then rm -f $(pg_config --pkglibdir)/timescaledb-tsl-*.so; fi && apk del .fetch-deps .build-deps && rm -rf /build && sed -r -i "s/[#]*\s*(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'timescaledb,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample # buildkit

Details
Created

2023-04-20 06:29:31 UTC

Size

182 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

14

PG_SHA256

cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331

PG_VERSION

14.7


Layers

[#000] sha256:f56be85fc22e46face30e2c3de3f7fe7c15f8fd7c4e5add29d7f64b87abdaa09 - 1.77% (3.22 MB)

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

[#002] sha256:f71699d7795ac5159478a278ffb6af3fcac0141e6a637d71062a601d7cab30c7 - 0.0% (147 Bytes)

[#003] sha256:4a99f2ea3d031a176467c9973201d20060aa811ab4fd148518c035f9a6aaae65 - 47.12% (85.9 MB)

[#004] sha256:91190ccd1c903f4a9a05e4b05066fa3576d8ea2a93d957c3e1412d8ada17aaaf - 0.0% (8.98 KB)

[#005] sha256:29d835c9ceb8af4a710e2e5ddc3f9306b28459c2cc43b77c9189e241aac8eb54 - 0.0% (160 Bytes)

[#006] sha256:df881c65c030943cc36d3df405816f8cd96457921501018cdd2b529bbc5cb0cf - 0.0% (196 Bytes)

[#007] sha256:df722b47c11f6462f3edaa7ee7662c28995a8985f8b299453421e7cc91a08680 - 0.0% (4.67 KB)

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

[#009] sha256:caadd2b2ff29ea003446c5741ae96aa879aaf5c008808aeabb7630766f1ef9ac - 3.27% (5.96 MB)

[#010] sha256:4637ca25426e540feab59348d3bc88cc8dd2b9a7910307305f9441adf728ac61 - 32.95% (60.1 MB)

[#011] sha256:cb55b21022f343fe287aa56e69da6dcc79af8ee27f1dbff44b04041301f1b886 - 9.2% (16.8 MB)

[#012] sha256:ca8246a04481eb842c84d23d485c4d43f830f29df213d0336938c19471a0c26a - 5.69% (10.4 MB)


History
2023-03-29 18:19:24 UTC

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

2023-03-29 18:19:24 UTC

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

2023-03-30 01:47:13 UTC

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

2023-03-30 01:47:13 UTC

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

2023-03-30 01:47:13 UTC

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

2023-03-30 01:50:07 UTC

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

2023-03-30 01:50:07 UTC

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

2023-03-30 01:50:07 UTC

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

2023-03-30 01:52:48 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 lz4-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 --with-lz4 ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full $([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version

2023-03-30 01:52:49 UTC

/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample

2023-03-30 01:52:49 UTC

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

2023-03-30 01:52:49 UTC

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

2023-03-30 01:52:50 UTC

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

2023-03-30 01:52:50 UTC

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

2023-03-30 01:52:50 UTC

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

2023-03-30 01:52:50 UTC

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

2023-03-30 01:52:50 UTC

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

2023-03-30 01:52:50 UTC

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

2023-03-30 01:52:50 UTC

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

2023-04-20 06:23:27 UTC (buildkit.dockerfile.v0)

ARG OSS_ONLY

2023-04-20 06:23:27 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:23:27 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:24:42 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:24:42 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:24:43 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:24:43 UTC (buildkit.dockerfile.v0)

ARG TS_VERSION

2023-04-20 06:29:31 UTC (buildkit.dockerfile.v0)

RUN |2 OSS_ONLY= TS_VERSION=2.10.2 /bin/sh -c set -ex && apk add libssl1.1 && apk add --no-cache --virtual .fetch-deps ca-certificates git openssl openssl-dev tar && mkdir -p /build/ && git clone https://github.com/timescale/timescaledb /build/timescaledb && apk add --no-cache --virtual .build-deps coreutils dpkg-dev dpkg gcc krb5-dev libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TS_VERSION} && ./bootstrap -DCMAKE_BUILD_TYPE=RelWithDebInfo -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DGENERATE_DOWNGRADE_SCRIPT=ON -DWARNINGS_AS_ERRORS=OFF -DPROJECT_INSTALL_METHOD="docker"${OSS_ONLY} && cd build && make install && cd ~ && if [ "${OSS_ONLY}" != "" ]; then rm -f $(pg_config --pkglibdir)/timescaledb-tsl-*.so; fi && apk del .fetch-deps .build-deps && rm -rf /build && sed -r -i "s/[#]*\s*(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'timescaledb,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample # buildkit

Details
Created

2023-04-20 07:01:11 UTC

Size

178 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

14

PG_SHA256

cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331

PG_VERSION

14.7


Layers

[#000] sha256:75257e753735e4ff78fae2d44018022a6ac775290e02103713a70699ece7576e - 1.67% (2.97 MB)

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

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

[#003] sha256:75bcd09c516bce7c74d50cd3dcd7c3851729830af8e9220dd9704178d4f08917 - 47.3% (84.1 MB)

[#004] sha256:61ec63af6823a9af1064ab44882327976fc813e58006c568256ab9ba27d71c33 - 0.0% (8.99 KB)

[#005] sha256:cd4d7b5c9846854234d6a8f582988cc896a97047f51fd40a0c8b751174e7e184 - 0.0% (160 Bytes)

[#006] sha256:358ab60529323e4243778a9d67e39e757b511ff34170bbf0cf6f9c5f742e1dc4 - 0.0% (195 Bytes)

[#007] sha256:60f9def139273e5c00991a64250b4b34fd61b08023abc7e301ad2a903fa5a8c8 - 0.0% (4.68 KB)

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

[#009] sha256:874fa06161152de93c88e6c2f88d8ae8a5e2454507a781e0ee3a3ed5da23a6af - 3.2% (5.69 MB)

[#010] sha256:417a6d1e81b14ea1e6898cbe542902812104b3e2acfb56679860b1bd5a4ceb00 - 32.95% (58.6 MB)

[#011] sha256:7607290c3dd638f2e1c624149ad3455be6f7a283f61d86867b350371fa40c960 - 9.43% (16.8 MB)

[#012] sha256:66857e761369339f51cb6f6f5de28ab70be588e78417fc423f0a632157e56f2a - 5.44% (9.66 MB)


History
2023-03-29 18:01:09 UTC

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

2023-03-29 18:01:09 UTC

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

2023-04-07 23:56: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

2023-04-07 23:56:12 UTC

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

2023-04-07 23:56:12 UTC

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

2023-04-07 23:59:33 UTC

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

2023-04-07 23:59:33 UTC

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

2023-04-07 23:59:33 UTC

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

2023-04-08 00:02:31 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 lz4-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 --with-lz4 ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full $([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version

2023-04-08 00: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

2023-04-08 00:02:33 UTC

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

2023-04-08 00:02:33 UTC

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

2023-04-08 00:02:34 UTC

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

2023-04-08 00:02:34 UTC

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

2023-04-08 00:02:34 UTC

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

2023-04-08 00:02:34 UTC

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

2023-04-08 00:02:34 UTC

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

2023-04-08 00:02:34 UTC

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

2023-04-08 00:02:34 UTC

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

2023-04-20 06:23:26 UTC (buildkit.dockerfile.v0)

ARG OSS_ONLY

2023-04-20 06:23:26 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:23:26 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:31:42 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:31:43 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:31:43 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:31:43 UTC (buildkit.dockerfile.v0)

ARG TS_VERSION

2023-04-20 07:01:11 UTC (buildkit.dockerfile.v0)

RUN |2 OSS_ONLY= TS_VERSION=2.10.2 /bin/sh -c set -ex && apk add libssl1.1 && apk add --no-cache --virtual .fetch-deps ca-certificates git openssl openssl-dev tar && mkdir -p /build/ && git clone https://github.com/timescale/timescaledb /build/timescaledb && apk add --no-cache --virtual .build-deps coreutils dpkg-dev dpkg gcc krb5-dev libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TS_VERSION} && ./bootstrap -DCMAKE_BUILD_TYPE=RelWithDebInfo -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DGENERATE_DOWNGRADE_SCRIPT=ON -DWARNINGS_AS_ERRORS=OFF -DPROJECT_INSTALL_METHOD="docker"${OSS_ONLY} && cd build && make install && cd ~ && if [ "${OSS_ONLY}" != "" ]; then rm -f $(pg_config --pkglibdir)/timescaledb-tsl-*.so; fi && apk del .fetch-deps .build-deps && rm -rf /build && sed -r -i "s/[#]*\s*(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'timescaledb,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample # buildkit

Details
Created

2023-04-20 07:01:19 UTC

Size

172 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

14

PG_SHA256

cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331

PG_VERSION

14.7


Layers

[#000] sha256:fd4b2aeb476b6c2c0c3049dae919de20fe09e90deac95e3181d717055cbe6707 - 1.59% (2.74 MB)

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

[#002] sha256:0a7a8a823bf099159d4dae6e3199708a6fcd5296c8b8dcf33abcff6900f6e2ce - 0.0% (144 Bytes)

[#003] sha256:ba942ce216b126b24aec72fee92950c765b2850105864f8203c0b023ba6a9094 - 45.97% (79.2 MB)

[#004] sha256:8c7002c856325fea1025445dccf247800f8aff3a7b602996a5485cab3892e0b9 - 0.01% (8.99 KB)

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

[#006] sha256:c44dadab09b77439041133730e638cd648a572fec75492d69fcd69760f45b015 - 0.0% (196 Bytes)

[#007] sha256:62380bbaa1131b1b649f8492a366985ad4f09b601f440281d8d8f87723659978 - 0.0% (4.68 KB)

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

[#009] sha256:e6d1062b22f3e9615e1596cf856d4014cebf6d332eba9e7c2f5e6071829ea7b4 - 3.3% (5.69 MB)

[#010] sha256:c9656a0c116b9d7969853adf697fb51125a726b45ff9ef8b46f87c8165978534 - 33.69% (58.1 MB)

[#011] sha256:9f040363120376b20725beab37f3194312f15ad67506774ed3692a04eb008b72 - 9.73% (16.8 MB)

[#012] sha256:5fde42f1c8d3b38add6553cd4d4d7830574635f1a2917e6e3c96ee93834f11d5 - 5.7% (9.83 MB)


History
2023-03-29 18:03:38 UTC

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

2023-03-29 18:03:38 UTC

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

2023-03-30 01:31:43 UTC

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

2023-03-30 01:31:43 UTC

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

2023-03-30 01:31:44 UTC

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

2023-04-08 02:51:52 UTC

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

2023-04-08 02:51:52 UTC

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

2023-04-08 02:51:52 UTC

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

2023-04-08 02:54:06 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 lz4-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 --with-lz4 ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full $([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version

2023-04-08 02:54:07 UTC

/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample

2023-04-08 02:54:08 UTC

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

2023-04-08 02:54:08 UTC

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

2023-04-08 02:54:08 UTC

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

2023-04-08 02:54:08 UTC

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

2023-04-08 02:54:08 UTC

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

2023-04-08 02:54:08 UTC

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

2023-04-08 02:54:09 UTC

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

2023-04-08 02:54:09 UTC

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

2023-04-08 02:54:09 UTC

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

2023-04-20 06:23:22 UTC (buildkit.dockerfile.v0)

ARG OSS_ONLY

2023-04-20 06:23:22 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:23:22 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:30:45 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:30:45 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:30:46 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:30:46 UTC (buildkit.dockerfile.v0)

ARG TS_VERSION

2023-04-20 07:01:19 UTC (buildkit.dockerfile.v0)

RUN |2 OSS_ONLY= TS_VERSION=2.10.2 /bin/sh -c set -ex && apk add libssl1.1 && apk add --no-cache --virtual .fetch-deps ca-certificates git openssl openssl-dev tar && mkdir -p /build/ && git clone https://github.com/timescale/timescaledb /build/timescaledb && apk add --no-cache --virtual .build-deps coreutils dpkg-dev dpkg gcc krb5-dev libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TS_VERSION} && ./bootstrap -DCMAKE_BUILD_TYPE=RelWithDebInfo -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DGENERATE_DOWNGRADE_SCRIPT=ON -DWARNINGS_AS_ERRORS=OFF -DPROJECT_INSTALL_METHOD="docker"${OSS_ONLY} && cd build && make install && cd ~ && if [ "${OSS_ONLY}" != "" ]; then rm -f $(pg_config --pkglibdir)/timescaledb-tsl-*.so; fi && apk del .fetch-deps .build-deps && rm -rf /build && sed -r -i "s/[#]*\s*(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'timescaledb,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample # buildkit

Details
Created

2023-04-20 07:02:09 UTC

Size

178 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

14

PG_SHA256

cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331

PG_VERSION

14.7


Layers

[#000] sha256:c41833b44d910632b415cd89a9cdaa4d62c9725dc56c99a7ddadafd6719960f9 - 1.74% (3.11 MB)

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

[#002] sha256:f607b407e77d670d9994288846b4aa232a6fe6e96aa01e8b3854d40c4783cde3 - 0.0% (147 Bytes)

[#003] sha256:cca37f82427459d9e34c64c3b4a83fcd556dd54f4147e3a2962c67a54f9a2c69 - 47.01% (83.9 MB)

[#004] sha256:e01b0fa451b98ae6afc2ff89804c251a7409e6eeb750248f9e67f54e32a79afd - 0.0% (8.99 KB)

[#005] sha256:d949853067d9f5ed08f246dd69864447e763dfda7e9f59fe551b58732a602ed9 - 0.0% (160 Bytes)

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

[#007] sha256:f32e572b6c2be8606eebea0caf50fdc48d744fabaa8c6b4d0ea311fbb51ea71d - 0.0% (4.68 KB)

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

[#009] sha256:be5d3d0dfb316a2f65fbfd0170fca16954f41cf5df8b4020f306db4a5967b8e7 - 3.14% (5.6 MB)

[#010] sha256:00ddc0b0aa76c0bb3e9a988aad90764bf7bd11085246448d2410f9d5ddf3d0b2 - 33.01% (58.9 MB)

[#011] sha256:9f294f27508fbdef690e30bae531b14939880aab789e8b34f202631c2b676f01 - 9.4% (16.8 MB)

[#012] sha256:3e09bd7081058b82d4fc5d94b39d4324a0f926dce0553d68c17d78e333e513ec - 5.69% (10.1 MB)


History
2023-03-29 17:39:18 UTC

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

2023-03-29 17:39:18 UTC

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

2023-03-30 05:17:20 UTC

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

2023-03-30 05:17:20 UTC

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

2023-03-30 05:17:21 UTC

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

2023-03-30 05:19:28 UTC

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

2023-03-30 05:19:28 UTC

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

2023-03-30 05:19:29 UTC

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

2023-03-30 05:21:24 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 lz4-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 --with-lz4 ; make -j "$(nproc)" world; make install-world; make -C contrib install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | grep -v -e perl -e python -e tcl )"; apk add --no-cache --virtual .postgresql-rundeps $runDeps bash su-exec tzdata zstd icu-data-full $([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') ; apk del --no-network .build-deps; cd /; rm -rf /usr/src/postgresql /usr/local/share/doc /usr/local/share/man ; postgres --version

2023-03-30 05:21:25 UTC

/bin/sh -c set -eux; cp -v /usr/local/share/postgresql/postgresql.conf.sample /usr/local/share/postgresql/postgresql.conf.sample.orig; sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/local/share/postgresql/postgresql.conf.sample; grep -F "listen_addresses = '*'" /usr/local/share/postgresql/postgresql.conf.sample

2023-03-30 05:21:26 UTC

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

2023-03-30 05:21:26 UTC

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

2023-03-30 05:21:26 UTC

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

2023-03-30 05:21:26 UTC

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

2023-03-30 05:21:26 UTC

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

2023-03-30 05:21:26 UTC

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

2023-03-30 05:21:27 UTC

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

2023-03-30 05:21:27 UTC

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

2023-03-30 05:21:27 UTC

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

2023-04-20 06:23:27 UTC (buildkit.dockerfile.v0)

ARG OSS_ONLY

2023-04-20 06:23:27 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:23:27 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:30:48 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:30:48 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:30:49 UTC (buildkit.dockerfile.v0)

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

2023-04-20 06:30:49 UTC (buildkit.dockerfile.v0)

ARG TS_VERSION

2023-04-20 07:02:09 UTC (buildkit.dockerfile.v0)

RUN |2 OSS_ONLY= TS_VERSION=2.10.2 /bin/sh -c set -ex && apk add libssl1.1 && apk add --no-cache --virtual .fetch-deps ca-certificates git openssl openssl-dev tar && mkdir -p /build/ && git clone https://github.com/timescale/timescaledb /build/timescaledb && apk add --no-cache --virtual .build-deps coreutils dpkg-dev dpkg gcc krb5-dev libc-dev make cmake util-linux-dev && cd /build/timescaledb && rm -fr build && git checkout ${TS_VERSION} && ./bootstrap -DCMAKE_BUILD_TYPE=RelWithDebInfo -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DGENERATE_DOWNGRADE_SCRIPT=ON -DWARNINGS_AS_ERRORS=OFF -DPROJECT_INSTALL_METHOD="docker"${OSS_ONLY} && cd build && make install && cd ~ && if [ "${OSS_ONLY}" != "" ]; then rm -f $(pg_config --pkglibdir)/timescaledb-tsl-*.so; fi && apk del .fetch-deps .build-deps && rm -rf /build && sed -r -i "s/[#]*\s*(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'timescaledb,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample # buildkit

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