镜像概览
- 完整引用
docker.io/timescale/timescaledb-postgis- Registry
- docker.io
- 命名空间
- timescale
- 仓库
- timescaledb-postgis
- 已缓存 Tag 数
- 137
- 最近同步
- 07/06/2026, 05:04 AM
- 相关主题
简介
TimescaleDB + PostGIS 时序地理数据库镜像,同时支持 time-series 与空间查询,适合 IoT 与 LBS 场景。
详细介绍
timescale/timescaledb-postgis 基于 PostgreSQL 预装 TimescaleDB 与 PostGIS 扩展,统一时序与地理数据模型。定位为时序+空间数据库服务,需 PVC 持久化;K8s StatefulSet 供 IoT/GIS 应用连接。
快速启动
docker run -d --name timescale-gis \
-p 5432:5432 \
-e POSTGRES_PASSWORD=changeme \
docker.io/timescale/timescaledb-postgis:latest
推荐实践
docker run -d --name timescale-gis \
--restart unless-stopped \
-p 5432:5432 \
-v /data/ts-gis:/var/lib/postgresql/data \
-e POSTGRES_PASSWORD=changeme \
docker.io/timescale/timescaledb-postgis:2.14.2-pg15
核心参数说明
-p 5432:5432— PostgreSQL 协议端口-v .../ts-gis:...— 时序+空间数据持久化-e POSTGRES_PASSWORD— 密码(高敏)- 固定 tag — TimescaleDB pin
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: timescale-gis
spec:
serviceName: timescale-gis
replicas: 1
selector:
matchLabels:
app: timescale-gis
template:
metadata:
labels:
app: timescale-gis
spec:
containers:
- name: postgres
image: docker.io/timescale/timescaledb-postgis:2.14.2-pg15
ports:
- containerPort: 5432
envFrom:
- secretRef:
name: timescale-gis-secret
volumeMounts:
- name: data
mountPath: /var/lib/postgresql/data
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 100Gi
---
apiVersion: v1
kind: Service
metadata:
name: timescale-gis
spec:
selector:
app: timescale-gis
ports:
- port: 5432
targetPort: 5432
高写入 IoT 场景调优 timescaledb 参数;备份 CronJob 独立。
最新 Tag(20 条)
查看全部 137 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/timescale/timescaledb-postgis :latest-pg13 | linux/amd64 | 2021/05/26 00:27 | 110.7 MB | sha256:7a742a575416… | |||
docker.io/timescale/timescaledb-postgis :latest-pg11 | linux/amd64 | 2021/05/26 00:27 | 114.4 MB | sha256:67adce344a79… | |||
docker.io/timescale/timescaledb-postgis :2.3.0-pg11 | linux/amd64 | 2021/05/26 00:27 | 114.4 MB | sha256:67adce344a79… | |||
docker.io/timescale/timescaledb-postgis :2.3.0-pg13 | linux/amd64 | 2021/05/26 00:27 | 110.7 MB | sha256:7a742a575416… | |||
docker.io/timescale/timescaledb-postgis :latest-pg12 | linux/amd64 | 2021/05/26 00:27 | 115.5 MB | sha256:7758704d4a14… | |||
docker.io/timescale/timescaledb-postgis :2.3.0-pg12 | linux/amd64 | 2021/05/26 00:27 | 115.5 MB | sha256:7758704d4a14… | |||
docker.io/timescale/timescaledb-postgis :2.2.1-pg13 | linux/amd64 | 2021/05/05 20:21 | 110.1 MB | sha256:3dfdf9e57c4d… | |||
docker.io/timescale/timescaledb-postgis :2.2.1-pg12 | linux/amd64 | 2021/05/05 20:21 | 114.9 MB | sha256:e8cd1cd8f084… | |||
docker.io/timescale/timescaledb-postgis :2.2.1-pg11 | linux/amd64 | 2021/05/05 20:21 | 113.8 MB | sha256:ae459736cf47… | |||
docker.io/timescale/timescaledb-postgis :2.2.0-pg11 | linux/amd64 | 2021/04/13 16:59 | 113.2 MB | sha256:3907c4053b64… | |||
docker.io/timescale/timescaledb-postgis :2.2.0-pg12 | linux/amd64 | 2021/04/13 16:58 | 114.3 MB | sha256:a838c95066c9… | |||
docker.io/timescale/timescaledb-postgis :2.2.0-pg13 | linux/amd64 | 2021/04/13 16:58 | 109.5 MB | sha256:ae05dc32739d… | |||
docker.io/timescale/timescaledb-postgis :2.1.1-pg11 | linux/amd64 | 2021/04/11 11:31 | 112.7 MB | sha256:df40fe415345… | |||
docker.io/timescale/timescaledb-postgis :2.1.1-pg12 | linux/amd64 | 2021/04/11 11:30 | 113.8 MB | sha256:7d2066faf85b… | |||
docker.io/timescale/timescaledb-postgis :2.1.0-pg11 | linux/amd64 | 2021/04/11 11:05 | 112.1 MB | sha256:b76872ec6691… | |||
docker.io/timescale/timescaledb-postgis :2.1.0-pg12 | linux/amd64 | 2021/04/11 11:04 | 113.3 MB | sha256:1490abf7d356… | |||
docker.io/timescale/timescaledb-postgis :2.0.2-pg12 | linux/amd64 | 2021/04/11 10:36 | 114.2 MB | sha256:42baea504f6b… | |||
docker.io/timescale/timescaledb-postgis :2.0.2-pg11 | linux/amd64 | 2021/04/11 10:35 | 113.1 MB | sha256:caedbdd5fefb… | |||
docker.io/timescale/timescaledb-postgis :2.1.1-pg13 | linux/amd64 | 2021/03/30 15:23 | 108.9 MB | sha256:8b9a0e039e21… | |||
docker.io/timescale/timescaledb-postgis :2.1.0-pg13 | linux/amd64 | 2021/03/19 21:32 | 108.4 MB | sha256:675a81c7c750… |