概要
- フル名
docker.io/timescale/timescaledb-ha- Registry
- docker.io
- 名前空間
- timescale
- リポジトリ
- timescaledb-ha
- キャッシュ Tag 数
- 3511
- 最終同期
- 07/05/2026, 06:04 AM
- 関連トピック
概要
TimescaleDB HA 高可用时序数据库镜像,基于 PostgreSQL 扩展 hypertable,Patroni 集群自动故障转移,IoT 与监控指标长期存储。
詳細
timescale/timescaledb-ha 打包 TimescaleDB 与 Patroni 高可用组件,支持 hypertable 时序分区与自动主备切换。定位为时序数据库 HA 服务,需 etcd/Consul 协调与多节点部署;K8s StatefulSet IoT 指标与 APM 数据存储。
快速启动
docker run -d --name timescaledb \
-p 5432:5432 \
-e POSTGRES_PASSWORD=changeme \
docker.io/timescale/timescaledb-ha:pg16
推荐实践
docker run -d --name timescaledb \
--restart unless-stopped \
-p 5432:5432 \
-v /data/timescale:/var/lib/postgresql/data \
-e POSTGRES_PASSWORD=changeme \
-e PATRONI_SCOPE=timescale-cluster \
docker.io/timescale/timescaledb-ha:pg16-ts2.14.2
核心参数说明
-p 5432:5432— PostgreSQL 协议端口-e PATRONI_SCOPE— HA 集群标识-v .../timescale:...— 时序数据持久化- HA — 多节点 + DCS 协调
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: timescaledb
spec:
serviceName: timescaledb
replicas: 3
selector:
matchLabels:
app: timescaledb
template:
metadata:
labels:
app: timescaledb
spec:
containers:
- name: timescaledb
image: docker.io/timescale/timescaledb-ha:pg16-ts2.14.2
ports:
- containerPort: 5432
envFrom:
- secretRef:
name: timescaledb-env
volumeMounts:
- name: data
mountPath: /var/lib/postgresql/data
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 200Gi
---
apiVersion: v1
kind: Service
metadata:
name: timescaledb
spec:
clusterIP: None
selector:
app: timescaledb
ports:
- port: 5432
targetPort: 5432
配置 etcd Service;按保留策略压缩 hypertable。
最新 Tag(20 件)
すべての 3511 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/timescale/timescaledb-ha :pg16.14-ts2.28.1-oss | linux/amd64linux/arm64 | 2026/06/24 03:29 | 1.2 GB | sha256:a76ff015a8c8… | |||
docker.io/timescale/timescaledb-ha :pg16-ts2.28-oss | linux/amd64linux/arm64 | 2026/06/24 03:29 | 1.2 GB | sha256:a76ff015a8c8… | |||
docker.io/timescale/timescaledb-ha :pg18.4-ts2.28.1-all | linux/amd64linux/arm64 | 2026/06/24 03:29 | 2.5 GB | sha256:e930c7c9b7c1… | |||
docker.io/timescale/timescaledb-ha :pg15.18-ts2.28.1-all-oss | linux/arm64linux/amd64 | 2026/06/24 03:29 | 595.8 MB | sha256:a19fc692a793… | |||
docker.io/timescale/timescaledb-ha :pg17.10-ts2.28.1 | linux/arm64linux/amd64 | 2026/06/24 03:29 | 1.3 GB | sha256:1378771e2e62… | |||
docker.io/timescale/timescaledb-ha :pg15.18-ts2.28.1-oss | linux/arm64linux/amd64 | 2026/06/24 03:29 | 595.8 MB | sha256:50a935b15324… | |||
docker.io/timescale/timescaledb-ha :pg17.10-ts2.28.1-oss | linux/arm64linux/amd64 | 2026/06/24 03:29 | 1.1 GB | sha256:6126667f2aef… | |||
docker.io/timescale/timescaledb-ha :pg16.14-ts2.28.1-all-oss | linux/arm64linux/amd64 | 2026/06/24 03:29 | 1.5 GB | sha256:c043b3f9129d… | |||
docker.io/timescale/timescaledb-ha :pg16-oss | linux/amd64linux/arm64 | 2026/06/24 03:29 | 1.2 GB | sha256:a76ff015a8c8… | |||
docker.io/timescale/timescaledb-ha :pg16.14-ts2.28.1 | linux/arm64linux/amd64 | 2026/06/24 03:29 | 1.4 GB | sha256:df1184c6254d… | |||
docker.io/timescale/timescaledb-ha :pg15.18-ts2.28.1 | linux/amd64linux/arm64 | 2026/06/24 03:29 | 777.6 MB | sha256:a25a99068906… | |||
docker.io/timescale/timescaledb-ha :pg18-ts2.28-all | linux/amd64linux/arm64 | 2026/06/24 03:29 | 2.5 GB | sha256:e930c7c9b7c1… | |||
docker.io/timescale/timescaledb-ha :pg15-ts2.28-all-oss | linux/arm64linux/amd64 | 2026/06/24 03:29 | 595.8 MB | sha256:a19fc692a793… | |||
docker.io/timescale/timescaledb-ha :pg17-ts2.28 | linux/arm64linux/amd64 | 2026/06/24 03:29 | 1.3 GB | sha256:1378771e2e62… | |||
docker.io/timescale/timescaledb-ha :pg15-ts2.28-oss | linux/arm64linux/amd64 | 2026/06/24 03:29 | 595.8 MB | sha256:50a935b15324… | |||
docker.io/timescale/timescaledb-ha :pg17-ts2.28-oss | linux/arm64linux/amd64 | 2026/06/24 03:29 | 1.1 GB | sha256:6126667f2aef… | |||
docker.io/timescale/timescaledb-ha :pg16-ts2.28-all-oss | linux/arm64linux/amd64 | 2026/06/24 03:29 | 1.5 GB | sha256:c043b3f9129d… | |||
docker.io/timescale/timescaledb-ha :pg16-ts2.28 | linux/arm64linux/amd64 | 2026/06/24 03:29 | 1.4 GB | sha256:df1184c6254d… | |||
docker.io/timescale/timescaledb-ha :pg16.14-oss-builder | linux/arm64linux/amd64 | 2026/06/24 03:29 | 2.0 GB | sha256:1f9b55d2c512… | |||
docker.io/timescale/timescaledb-ha :pg18-all | linux/amd64linux/arm64 | 2026/06/24 03:29 | 2.5 GB | sha256:e930c7c9b7c1… |