概要
- フル名
docker.io/bitnamilegacy/postgresql- Registry
- docker.io
- 名前空間
- bitnamilegacy
- リポジトリ
- postgresql
- キャッシュ Tag 数
- 3499
- 最終同期
- 07/04/2026, 09:28 PM
- 関連トピック
概要
Bitnami Legacy PostgreSQL 关系型数据库镜像,ACID 事务与 JSONB 扩展,Web 应用、Odoo 与 analytics 主库首选。
詳細
bitnamilegacy/postgresql 运行 PostgreSQL Server,Bitnami 脚本处理初始化、权限与 /bitnami/postgresql 数据目录。定位为关系型数据库服务,需 PVC 持久化;K8s StatefulSet 或 docker 开发环境单机部署。
快速启动
docker run -d --name postgresql \
-p 5432:5432 \
-e POSTGRESQL_PASSWORD=changeme \
docker.io/bitnamilegacy/postgresql:latest
推荐实践
docker run -d --name postgresql \
--restart unless-stopped \
-p 5432:5432 \
-v /data/postgresql:/bitnami/postgresql \
-e POSTGRESQL_PASSWORD=changeme \
-e POSTGRESQL_DATABASE=appdb \
docker.io/bitnamilegacy/postgresql:16.2.0
核心参数说明
-p 5432:5432— PostgreSQL 协议端口-v .../postgresql:...— 数据目录持久化-e POSTGRESQL_PASSWORD— postgres 用户密码(高敏)-e POSTGRESQL_DATABASE— 初始化库名
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: postgresql
spec:
serviceName: postgresql
replicas: 1
selector:
matchLabels:
app: postgresql
template:
metadata:
labels:
app: postgresql
spec:
containers:
- name: postgres
image: docker.io/bitnamilegacy/postgresql:16.2.0
ports:
- containerPort: 5432
envFrom:
- secretRef:
name: postgresql-secret
volumeMounts:
- name: data
mountPath: /bitnami/postgresql
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 20Gi
---
apiVersion: v1
kind: Service
metadata:
name: postgresql
spec:
selector:
app: postgresql
ports:
- port: 5432
targetPort: 5432
备份 CronJob 与 pgBackRest 可选;StorageClass 按 IOPS 需求选择。
最新 Tag(20 件)
すべての 3499 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/bitnamilegacy/postgresql :17.6.0-debian-12-r4 | linux/amd64linux/arm64 | 2025/08/29 01:21 | 106.4 MB | sha256:42ce087c029b… | |||
docker.io/bitnamilegacy/postgresql :17.6.0-debian-12-r3 | linux/amd64linux/arm64 | 2025/08/29 01:21 | 106.3 MB | sha256:baea1fb7cfd4… | |||
docker.io/bitnamilegacy/postgresql :17.6.0-debian-12-r2 | linux/amd64linux/arm64 | 2025/08/22 19:13 | 106.3 MB | sha256:8b235b095134… | |||
docker.io/bitnamilegacy/postgresql :17.6.0-debian-12-r1 | linux/amd64linux/arm64 | 2025/08/22 19:13 | 106.3 MB | sha256:d256a1249805… | |||
docker.io/bitnamilegacy/postgresql :17.6.0-debian-12-r0 | linux/amd64linux/arm64 | 2025/08/22 19:13 | 106.3 MB | sha256:6a65604f541f… | |||
docker.io/bitnamilegacy/postgresql :17.6.0 | linux/amd64linux/arm64 | 2025/08/22 19:13 | 106.3 MB | sha256:8b235b095134… | |||
docker.io/bitnamilegacy/postgresql :latest-metadata | - | 2025/07/23 06:19 | - | - | |||
docker.io/bitnamilegacy/postgresql :latest | linux/amd64linux/arm64 | 2025/07/23 06:18 | 106.3 MB | sha256:42dc33a0ec41… | |||
docker.io/bitnamilegacy/postgresql :9.6.9-r9 | linux/amd64 | 2025/07/23 06:18 | 73.3 MB | sha256:470c9f9cef99… | |||
docker.io/bitnamilegacy/postgresql :9.6.9-r8 | linux/amd64 | 2025/07/23 06:18 | 73.3 MB | sha256:f2f19aebd049… | |||
docker.io/bitnamilegacy/postgresql :9.6.9-r7 | linux/amd64 | 2025/07/23 06:18 | 73.3 MB | sha256:4191505edf4c… | |||
docker.io/bitnamilegacy/postgresql :9.6.9-r6 | linux/amd64 | 2025/07/23 06:18 | 73.3 MB | sha256:a67acb1df646… | |||
docker.io/bitnamilegacy/postgresql :9.6.9-r5 | linux/amd64 | 2025/07/23 06:18 | 73.3 MB | sha256:e54b5015eab2… | |||
docker.io/bitnamilegacy/postgresql :9.6.9-r4 | linux/amd64 | 2025/07/23 06:18 | 73.3 MB | sha256:26ae99c458c6… | |||
docker.io/bitnamilegacy/postgresql :9.6.9-r36 | linux/amd64 | 2025/07/23 06:18 | 73.3 MB | sha256:294cb0b56eee… | |||
docker.io/bitnamilegacy/postgresql :9.6.9-r35 | linux/amd64 | 2025/07/23 06:18 | 73.3 MB | sha256:5d73a2ed3dc1… | |||
docker.io/bitnamilegacy/postgresql :9.6.9-r34 | linux/amd64 | 2025/07/23 06:18 | 73.3 MB | sha256:b13de311e600… | |||
docker.io/bitnamilegacy/postgresql :9.6.9-r33 | linux/amd64 | 2025/07/23 06:17 | 73.3 MB | sha256:bdfd5fed2fd3… | |||
docker.io/bitnamilegacy/postgresql :9.6.9-r32 | linux/amd64 | 2025/07/23 06:17 | 73.3 MB | sha256:9eddbf613541… | |||
docker.io/bitnamilegacy/postgresql :9.6.9-r31 | linux/amd64 | 2025/07/23 06:17 | 73.3 MB | sha256:f3b1c6520cff… |