ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
docker.io/timescale/timescaledb:latest-pg18
linux/amd64 docker.io Milotic 贡献

TimescaleDB 镜像

描述

这是一个包含 TimescaleDB 数据库的 Docker 镜像。TimescaleDB 是一个开源的关系型数据库,它在 PostgreSQL 之上构建,用于时间序列数据。

该镜像提供了一个预先配置的 TimescaleDB 环境,方便用户快速部署和使用。

22
浏览次数
1.08GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb:latest-pg18
源镜像
docker.io/timescale/timescaledb:latest-pg18
镜像ID
sha256:dbafe94395e92dc4bae2bad9a2bf5454f469c6411493d89b3dee08c431560e0b
镜像 TAG
latest-pg18
镜像大小
1.08GB
平台架构
linux/amd64
镜像源
docker.io
CMD
postgres
启动入口
docker-entrypoint.sh
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-09-17T09:23:07.598228709Z
同步时间
2026-09-21 14:57
浏览量
22 次
贡献者
avatar Milotic
🔌 开放端口 1
5432/tcp
📁 目录挂载 1
 /var/lib/postgresql
⚙️ 环境变量 8
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
GOSU_VERSION=1.19 1
LANG=en_US.utf8 2
PG_MAJOR=18 3
PG_VERSION=18.6 4
PG_SHA256=555610c24d53e4316da5b7d3fc25c279d96856d5e0e23ee308c328c5fa881d9f 5
DOCKER_PG_LLVM_DEPS=llvm21-dev clang21 6
PGDATA=/var/lib/postgresql/18/docker 7
🏷️ 镜像标签 1
KeyValue
Timescale https://www.timescale.com maintainer
🛡️ 镜像安全扫描
alpine 3.23.5 Trivy 2026-09-21 14:58 查看完整报告
5
低危 LOW
54
中危 MEDIUM
74
高危 HIGH
3
严重 CRITICAL
受影响目标 (4)
docker.io/timescale/timescaledb:latest-pg18 (alpine 3.23.5) alpine usr/local/bin/gosu gobinary usr/local/bin/timescaledb-parallel-copy gobinary usr/local/bin/timescaledb-tune gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb:latest-pg18
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb:latest-pg18  docker.io/timescale/timescaledb:latest-pg18

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb:latest-pg18
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb:latest-pg18  docker.io/timescale/timescaledb:latest-pg18

Shell快速替换命令

sed -i 's#timescale/timescaledb:latest-pg18#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb:latest-pg18#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb:latest-pg18 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb:latest-pg18  docker.io/timescale/timescaledb:latest-pg18'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb:latest-pg18 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb:latest-pg18  docker.io/timescale/timescaledb:latest-pg18'

镜像构建历史


# 2026-09-17 17:23:07  44.14MB 执行命令并创建新的镜像层
RUN |7 OSS_ONLY= PG_VERSION=18 PG_MAJOR_VERSION=18 ALPINE_VERSION=3.23 PGVECTOR_VERSION=v0.8.1 CLANG_VERSION=21 TS_VERSION=2.30.1 /bin/sh -c set -ex     && apk add --no-cache --virtual .fetch-deps                 ca-certificates                 git                 openssl                 openssl-dev                 tar         && apk add --no-cache --virtual .build-deps                 coreutils                 dpkg-dev dpkg                 icu-dev                 gcc                 libc-dev                 make                 cmake                 util-linux-dev         && cd /build/timescaledb && rm -fr build     && ./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 -j"$(nproc)" install     && cd ~         && if [ "${OSS_ONLY}" != "" ]; then rm -f $(pg_config --pkglibdir)/timescaledb-tsl-*.so; fi     && apk del .fetch-deps .build-deps     && sed -r -i "s/[#]*\s*(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'timescaledb,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample # buildkit
                        
# 2026-09-12 08:25:58  0.00B 定义构建参数
ARG TS_VERSION=2.30.1
                        
# 2026-09-12 08:25:58  358.77MB 复制新文件或目录到容器中
COPY /usr/local/share/postgresql/extension/timescaledb--*.sql /usr/local/share/postgresql/extension/ # buildkit
                        
# 2026-09-12 08:25:57  347.00MB 复制新文件或目录到容器中
COPY /usr/local/lib/postgresql/timescaledb-*.so /usr/local/lib/postgresql/ # buildkit
                        
# 2026-09-12 08:25:57  17.83MB 复制新文件或目录到容器中
COPY /out/* /usr/local/bin/ # buildkit
                        
# 2026-09-12 08:25:55  5.95KB 复制新文件或目录到容器中
COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/ # buildkit
                        
# 2026-09-12 08:25:55  9.72MB 执行命令并创建新的镜像层
RUN |6 OSS_ONLY= PG_VERSION=18 PG_MAJOR_VERSION=18 ALPINE_VERSION=3.23 PGVECTOR_VERSION=v0.8.1 CLANG_VERSION=21 /bin/sh -c set -ex;     apk update;     apk add --no-cache --virtual .vector-deps         postgresql${PG_VERSION}-dev         build-base         clang${CLANG_VERSION}         llvm${CLANG_VERSION}-dev         llvm${CLANG_VERSION};     cd /build/pgvector;     make -j"$(nproc)" OPTFLAGS="";     make install;     apk del .vector-deps # buildkit
                        
# 2026-09-12 08:25:39  0.00B 定义构建参数
ARG PG_MAJOR_VERSION=18
                        
# 2026-09-12 08:25:39  0.00B 定义构建参数
ARG CLANG_VERSION=21
                        
# 2026-09-12 08:25:39  0.00B 定义构建参数
ARG PG_VERSION=18
                        
# 2026-09-12 08:25:39  0.00B 定义构建参数
ARG PGVECTOR_VERSION=v0.8.1
                        
# 2026-09-12 08:25:39  2.92MB 执行命令并创建新的镜像层
RUN |4 OSS_ONLY= PG_VERSION=18 PG_MAJOR_VERSION=18 ALPINE_VERSION=3.23 /bin/sh -c set -ex;     echo "https://dl-cdn.alpinelinux.org/alpine/v${ALPINE_VERSION}/community/" >> /etc/apk/repositories;     apk update;     if [ "$PG_MAJOR_VERSION" -ge 16 ] && [ "$PG_MAJOR_VERSION" -lt 18 ] ; then         apk add --no-cache postgresql${PG_VERSION}-plpython3;     fi # buildkit
                        
# 2026-09-12 08:25:39  0.00B 定义构建参数
ARG ALPINE_VERSION=3.23
                        
# 2026-09-12 08:25:39  0.00B 定义构建参数
ARG PG_MAJOR_VERSION=18
                        
# 2026-09-12 08:25:39  0.00B 定义构建参数
ARG PG_VERSION=18
                        
# 2026-09-12 08:25:39  0.00B 添加元数据标签
LABEL maintainer=Timescale https://www.timescale.com
                        
# 2026-09-12 08:25:39  0.00B 定义构建参数
ARG OSS_ONLY
                        
# 2026-08-14 03:17:31  0.00B 设置默认要执行的命令
CMD ["postgres"]
                        
# 2026-08-14 03:17:31  0.00B 声明容器运行时监听的端口
EXPOSE map[5432/tcp:{}]
                        
# 2026-08-14 03:17:31  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGINT
                        
# 2026-08-14 03:17:31  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2026-08-14 03:17:31  23.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -sT docker-ensure-initdb.sh /usr/local/bin/docker-enforce-initdb.sh # buildkit
                        
# 2026-08-14 03:17:31  16.89KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ # buildkit
                        
# 2026-08-14 03:17:31  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/lib/postgresql]
                        
# 2026-08-14 03:17:31  0.00B 设置环境变量 PGDATA
ENV PGDATA=/var/lib/postgresql/18/docker
                        
# 2026-08-14 03:17:31  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c install --verbose --directory --owner postgres --group postgres --mode 3777 /var/run/postgresql # buildkit
                        
# 2026-08-14 03:17:31  65.26KB 执行命令并创建新的镜像层
RUN /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 # buildkit
                        
# 2026-08-14 03:17:31  291.83MB 执行命令并创建新的镜像层
RUN /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 		$DOCKER_PG_LLVM_DEPS 		bison 		coreutils 		dpkg-dev dpkg 		flex 		g++ 		gcc 		krb5-dev 		libc-dev 		libedit-dev 		libxml2-dev 		libxslt-dev 		linux-headers 		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 		zstd-dev 		curl-dev 		liburing-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)"; 		export LLVM_CONFIG="/usr/lib/llvm21/bin/llvm-config"; 	export CLANG=clang-21; 		./configure 		--enable-option-checking=fatal 		--build="$gnuArch" 		--enable-integer-datetimes 		--enable-tap-tests 		--disable-rpath 		--with-uuid=e2fs 		--with-pgport=5432 		--with-system-tzdata=/usr/share/zoneinfo 		--prefix=/usr/local 		--with-includes=/usr/local/include 		--with-libraries=/usr/local/lib 		--with-gssapi 		--with-icu 		--with-ldap 		--with-libcurl 		--with-liburing 		--with-libxml 		--with-libxslt 		--with-llvm 		--with-lz4 		--with-openssl 		--with-perl 		--with-python 		--with-tcl 		--with-zstd 	; 	make -j "$(nproc)" world-bin; 	make install-world-bin; 	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 		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 # buildkit
                        
# 2026-08-14 03:15:07  0.00B 设置环境变量 DOCKER_PG_LLVM_DEPS
ENV DOCKER_PG_LLVM_DEPS=llvm21-dev 		clang21
                        
# 2026-08-14 03:15:07  0.00B 设置环境变量 PG_SHA256
ENV PG_SHA256=555610c24d53e4316da5b7d3fc25c279d96856d5e0e23ee308c328c5fa881d9f
                        
# 2026-08-14 03:15:07  0.00B 设置环境变量 PG_VERSION
ENV PG_VERSION=18.6
                        
# 2026-08-14 03:15:07  0.00B 设置环境变量 PG_MAJOR
ENV PG_MAJOR=18
                        
# 2026-08-14 03:15:07  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
                        
# 2026-08-14 03:15:07  0.00B 设置环境变量 LANG
ENV LANG=en_US.utf8
                        
# 2026-08-14 03:15:07  1.97MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 		apk add --no-cache --virtual .gosu-deps 		ca-certificates 		dpkg 		gnupg 	; 		dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; 	wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; 	wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc"; 		export GNUPGHOME="$(mktemp -d)"; 	gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; 	gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; 	gpgconf --kill all; 	rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; 		apk del --no-network .gosu-deps; 		chmod +x /usr/local/bin/gosu; 	gosu --version; 	gosu nobody true # buildkit
                        
# 2026-08-14 03:15:07  0.00B 设置环境变量 GOSU_VERSION
ENV GOSU_VERSION=1.19
                        
# 2026-08-14 03:15:05  3.06KB 执行命令并创建新的镜像层
RUN /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; 	install --verbose --directory --owner postgres --group postgres --mode 1777 /var/lib/postgresql # buildkit
                        
# 2026-06-23 03:20:09  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-06-23 03:20:09  8.41MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.23.5-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:dbafe94395e92dc4bae2bad9a2bf5454f469c6411493d89b3dee08c431560e0b",
    "RepoTags": [
        "timescale/timescaledb:latest-pg18",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb:latest-pg18"
    ],
    "RepoDigests": [
        "timescale/timescaledb@sha256:9dede0e3ccc071cf71935b17f76bf243331df0b1575338c8ac294640fcf12a36",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timescale/timescaledb@sha256:fb3aa708d5164676a59080462e4040fb6939aaa570a19d883a2c915241023202"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-09-17T09:23:07.598228709Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "5432/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "GOSU_VERSION=1.19",
            "LANG=en_US.utf8",
            "PG_MAJOR=18",
            "PG_VERSION=18.6",
            "PG_SHA256=555610c24d53e4316da5b7d3fc25c279d96856d5e0e23ee308c328c5fa881d9f",
            "DOCKER_PG_LLVM_DEPS=llvm21-dev \t\tclang21",
            "PGDATA=/var/lib/postgresql/18/docker"
        ],
        "Cmd": [
            "postgres"
        ],
        "Image": "",
        "Volumes": {
            "/var/lib/postgresql": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "Timescale https://www.timescale.com"
        },
        "StopSignal": "SIGINT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1082683471,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/64248c44ee23d2b03881007ad8640379ccb2b3b369faa7d51db8633e3ae64aa4/diff:/var/lib/docker/overlay2/1efe0a17badbcf8561c2959e20737a54923a35fb52e4a4dbdb19889a307ed897/diff:/var/lib/docker/overlay2/cd87dc2c5c23e98a4585aba5bcd2aa5ade58e8305718c061ee9e338b0b92329a/diff:/var/lib/docker/overlay2/b34596ae483d770ec9ec6216552958872a01a77cff76f0a894bae02c976a2b6b/diff:/var/lib/docker/overlay2/45650469ad3debe03b80a2050624153e22f7f55c4e1a68fc065c18c281f1f66c/diff:/var/lib/docker/overlay2/b679c8962410fe9df03ccae81019d02de05c1ac9616181ddebcf7892f360775f/diff:/var/lib/docker/overlay2/8522daa2a73fa060a4d2347ee34805c4cd0669cb7d7401f0eed0898366dc626d/diff:/var/lib/docker/overlay2/f5772c9e56d34672000298f98a74bf9f2b6063fe6bd3991dbd2a71fc7b9e0dcf/diff:/var/lib/docker/overlay2/25a6a6cf400419a5e29ca748d1717bb97dbefd4d09b784b9bf9a6e25ac74a589/diff:/var/lib/docker/overlay2/f493daebe2f63a63171df2adf3dd497e240e83f57bd5f705717d2c6515006d55/diff:/var/lib/docker/overlay2/1948a83057735b26d25cc1fb05573724d42c882bdd95e0df843094df564616a8/diff:/var/lib/docker/overlay2/73e1bdd3ff3c4ca6c6b3999de0e931d3d6dc6a6509624453fe42418986dadad5/diff:/var/lib/docker/overlay2/364dbbeed3a124bd8d44d710a1751f566674607bb41242afeec3397ac1bcfbbb/diff:/var/lib/docker/overlay2/4e49ed87aaff25396b595bf3b3d4ce013b5dd707dc771f5a0db2139a9b457fe4/diff:/var/lib/docker/overlay2/c02101ece7ca742acf9eb8be1c3e6c9a526f60a2fdc24bd51220bf2052c2d135/diff",
            "MergedDir": "/var/lib/docker/overlay2/f7804effb39ebc9ff839a8f454f599bb36d3043153405eec3b808564761c8dff/merged",
            "UpperDir": "/var/lib/docker/overlay2/f7804effb39ebc9ff839a8f454f599bb36d3043153405eec3b808564761c8dff/diff",
            "WorkDir": "/var/lib/docker/overlay2/f7804effb39ebc9ff839a8f454f599bb36d3043153405eec3b808564761c8dff/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:31ad4a471c6852bfec14d757cc75a566c82a9769f12c3918cf6bf52cc0eeb3d0",
            "sha256:b694f447c38aff876a7ae633ff028f50a9316c1ae3d6a198dd05a6d3b0d796bf",
            "sha256:01b212285766f8faec0c44ee8863bb80001b6f11159c760a4347a52061cd88b0",
            "sha256:b647210f87cd4a21cf7441538a08d04d7ba6fe61950467a95bfeb551918892b8",
            "sha256:b317fa5582fa20eca9b17687bb9e62afa76477ae5cdc5fbf75e35da52f15df89",
            "sha256:77cc7f4ee44fe8619385d52023d2320ab27a5bc9c07e70a4e504d86812f1156e",
            "sha256:b949535f4c6a4dad0f5f6a0b2bd82da24d2ab69282672f30541701324cb979e8",
            "sha256:ab9edb510433fc1bbef2484796a153ade27870c3572fb03360f6c6132ad7774a",
            "sha256:1d0a7e272d8cdd06c26daaba6bd7f54927aa1af877f4c6fb0642563e984220d9",
            "sha256:ae4b0a42f1452690ca25dea44b1cd5109410599f685bce1912a49d5e80ef1181",
            "sha256:23cb489fca4ecf3ac90f01dfbbea14c4fc42dd8fcdb9e5ae5358a5f4d4c73edc",
            "sha256:3a283854464c2516e635a99984a7cf4fc9554271e2225599fbb298c2d2fd56ed",
            "sha256:5fc606b3f8717741ae93c96ac9a0f96bd24941b1449fe1d8111a405db9883279",
            "sha256:805683f15b8d193cfc0cf964d975d21f9823eca9304450ff0bdc9450a4892bc0",
            "sha256:1995faf751f88a4ca778f56046a60e6fc15c707a321219bb8a74a3b847c08b3a",
            "sha256:e3fe9371a5d11d9a14c81277d28e0e52b74c866592c35357a98400fc120f1541"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-09-21T14:57:19.6065003+08:00"
    }
}

更多版本

docker.io/timescale/timescaledb-ha:pg14-latest

linux/amd64 docker.io2.99GB2025-02-06 22:06
1511

docker.io/timescale/timescaledb-ha:pg14.19-ts2.19.3-all

linux/amd64 docker.io2.85GB2025-10-24 09:49
592

docker.io/timescale/timescaledb-ha:pg15-latest

linux/amd64 docker.io3.37GB2025-02-07 18:07
1570

docker.io/timescale/timescaledb-ha:pg15.13-ts2.20.0-all

linux/amd64 docker.io3.81GB2025-05-20 10:44
842

docker.io/timescale/timescaledb-ha:pg15.13-ts2.20.0-all

linux/arm64 docker.io3.72GB2025-09-29 11:58
585

docker.io/timescale/timescaledb-ha:pg16

linux/amd64 docker.io2.29GB2025-03-24 15:47
1344

docker.io/timescale/timescaledb-ha:pg16-ts2.17-all

linux/amd64 docker.io6.03GB2024-10-16 11:08
1207

docker.io/timescale/timescaledb-ha:pg16-ts2.19-all-oss

linux/amd64 docker.io4.41GB2025-04-17 10:54
1133

docker.io/timescale/timescaledb-ha:pg16.8-ts2.19.0-all

linux/amd64 docker.io6.65GB2025-03-24 15:43
990

docker.io/timescale/timescaledb-ha:pg17

linux/amd64 docker.io2.03GB2025-03-25 13:45
2072

docker.io/timescale/timescaledb-ha:pg17-amd64

linux/amd64 docker.io5.10GB2026-05-08 14:59
651

docker.io/timescale/timescaledb-ha:pg17-ts2.23

linux/amd64 docker.io4.73GB2025-11-07 16:17
566

docker.io/timescale/timescaledb-ha:pg17-ts2.24-all

linux/amd64 docker.io7.00GB2025-12-11 02:30
700

docker.io/timescale/timescaledb-ha:pg17.5-ts2.21.3

linux/amd64 docker.io3.24GB2025-08-20 12:45
664

docker.io/timescale/timescaledb-ha:pg18

linux/amd64 docker.io4.27GB2026-04-07 20:42
919

docker.io/timescale/timescaledb-ha:pg18.4-ts2.27.1

linux/amd64 docker.io4.42GB2026-05-29 16:31
330

docker.io/timescale/timescaledb-ha:pg18.4-ts2.29.0-all-oss

linux/amd64 docker.io3.80GB2026-08-03 16:19
131

docker.io/timescale/timescaledb-ha:pg18.4-ts2.29.2

linux/amd64 docker.io2.28GB2026-09-02 15:09
63

docker.io/timescale/timescaledb-postgis:1.3.0-pg11

linux/amd64 docker.io162.86MB2025-01-22 16:17
606

docker.io/timescale/timescaledb-postgis:2.1.0-pg11

linux/amd64 docker.io313.30MB2025-09-11 12:01
418

docker.io/timescale/timescaledb-postgis:latest-pg13

linux/amd64 docker.io308.37MB2025-06-27 16:37
575

docker.io/timescale/timescaledb:1.3.0-pg11

linux/amd64 docker.io86.73MB2025-01-22 15:20
489

docker.io/timescale/timescaledb:2.16.1-pg16

linux/amd64 docker.io699.12MB2026-08-26 15:42
64

docker.io/timescale/timescaledb:2.17.0-pg16

linux/amd64 docker.io718.49MB2024-10-31 15:04
735

docker.io/timescale/timescaledb:2.18.0-pg16

linux/amd64 docker.io1.83GB2026-06-24 17:18
199

docker.io/timescale/timescaledb:2.18.1-pg17

linux/amd64 docker.io472.86MB2026-09-15 16:50
44

docker.io/timescale/timescaledb:2.19.2-pg14-oss

linux/arm64 docker.io1.02GB2025-07-16 11:58
450

docker.io/timescale/timescaledb:2.19.3-pg14

linux/amd64 docker.io1.24GB2025-10-17 09:29
370

docker.io/timescale/timescaledb:2.19.3-pg14

linux/arm64 docker.io1.24GB2025-07-16 12:05
510

docker.io/timescale/timescaledb:2.20.0-pg17

linux/amd64 docker.io622.20MB2026-01-15 14:33
624

docker.io/timescale/timescaledb:2.22.1-pg17

linux/amd64 docker.io846.12MB2025-10-21 11:09
536

docker.io/timescale/timescaledb:2.25.0-pg17

linux/amd64 docker.io902.29MB2026-02-08 19:22
416

docker.io/timescale/timescaledb:2.25.2-pg17

linux/amd64 docker.io953.83MB2026-03-10 15:23
380

docker.io/timescale/timescaledb:2.25.2-pg17

linux/arm64 docker.io935.21MB2026-03-11 15:48
247

docker.io/timescale/timescaledb:2.29.0-pg17

linux/amd64 docker.io1.44GB2026-07-29 16:24
143

docker.io/timescale/timescaledb:2.29.2-pg18

linux/amd64 docker.io994.24MB2026-09-21 15:27
24

docker.io/timescale/timescaledb:2.29.2-pg18

linux/arm64 docker.io960.12MB2026-09-04 10:09
54

docker.io/timescale/timescaledb:2.3.1-pg11

linux/amd64 docker.io228.21MB2024-11-25 11:42
651

docker.io/timescale/timescaledb:latest-pg11

linux/amd64 docker.io228.21MB2025-01-22 14:49
450

docker.io/timescale/timescaledb:latest-pg12

linux/amd64 docker.io586.77MB2025-01-22 14:37
1063

docker.io/timescale/timescaledb:latest-pg14

linux/amd64 docker.io1.02GB2025-02-06 19:30
942

docker.io/timescale/timescaledb:latest-pg14

linux/arm64 docker.io1.24GB2026-04-22 17:24
191

docker.io/timescale/timescaledb:latest-pg15

linux/amd64 docker.io1.30GB2025-11-11 19:38
817

docker.io/timescale/timescaledb:latest-pg16

linux/amd64 docker.io1.83GB2025-02-06 19:41
2386

docker.io/timescale/timescaledb:latest-pg18

linux/amd64 docker.io1.08GB2026-09-21 14:57
21
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×