Overview

Full name
docker.io/airbyte/db
Registry
docker.io
Namespace
airbyte
Repository
db
Cached tags
14964
Last synced
07/06/2026, 07:28 AM

Introduction

Airbyte 数据集成平台内置 PostgreSQL 镜像,存储连接配置与同步状态,需与 Airbyte worker/webapp 同栈部署。

Details

airbyte/db 为 Airbyte 自托管栈提供元数据库,预置 schema 与 bootstrap 脚本。定位为 PostgreSQL 数据库服务,必须持久化 volume 并与 airbyte-server 同网段;K8s StatefulSet 或 compose 内网 Service。

快速启动

docker run -d --name airbyte-db \
  -p 5432:5432 \
  -e POSTGRES_PASSWORD=airbyte \
  -e POSTGRES_DB=airbyte \
  docker.io/airbyte/db:latest

推荐实践

docker run -d --name airbyte-db \
  --restart unless-stopped \
  -p 5432:5432 \
  -v /data/airbyte-db:/var/lib/postgresql/data \
  -e POSTGRES_PASSWORD=airbyte \
  -e POSTGRES_USER=airbyte \
  docker.io/airbyte/db:0.63.0

核心参数说明

  • -p 5432:5432 — PostgreSQL 协议端口
  • -v .../airbyte-db:... — 元数据持久化
  • -e POSTGRES_PASSWORD — 数据库密码(高敏
  • 固定 tag — 与 Airbyte 栈 pin

Kubernetes

apiVersion: apps/v1
kind: StatefulSet
metadata:
  name: airbyte-db
spec:
  serviceName: airbyte-db
  replicas: 1
  selector:
    matchLabels:
      app: airbyte-db
  template:
    metadata:
      labels:
        app: airbyte-db
    spec:
      containers:
        - name: postgres
          image: docker.io/airbyte/db:0.63.0
          ports:
            - containerPort: 5432
          envFrom:
            - secretRef:
                name: airbyte-db-secret
          volumeMounts:
            - name: data
              mountPath: /var/lib/postgresql/data
  volumeClaimTemplates:
    - metadata:
        name: data
      spec:
        accessModes: [ReadWriteOnce]
        resources:
          requests:
            storage: 20Gi
---
apiVersion: v1
kind: Service
metadata:
  name: airbyte-db
spec:
  selector:
    app: airbyte-db
  ports:
    - port: 5432
      targetPort: 5432

Airbyte 其他组件独立 Deployment。

Latest tags (20)

View all 14964 tags →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/airbyte/db
:dev-f29f41d
linux/amd64
2026/06/30 14:47101.8 MBsha256:f6240c903001
docker.io/airbyte/db
:build-f29f41da89-24444-master
linux/amd64linux/arm64
2026/06/30 08:04101.8 MBsha256:308b28d5d066
docker.io/airbyte/db
:build-606703fc6f-24443-master
linux/amd64linux/arm64
2026/06/30 04:51101.8 MBsha256:5e91e93b7a2e
docker.io/airbyte/db
:dev-463a976
linux/amd64
2026/06/29 15:06101.8 MBsha256:9031aa03abaa
docker.io/airbyte/db
:build-463a976989-24442-master
linux/amd64linux/arm64
2026/06/29 08:05101.8 MBsha256:19c5a414897e
docker.io/airbyte/db
:dev-f3960c0
linux/amd64
2026/06/28 14:48101.8 MBsha256:f40142f3b217
docker.io/airbyte/db
:build-f3960c0c6d-24441-master
linux/amd64linux/arm64
2026/06/28 08:04101.8 MBsha256:a96f9560e50f
docker.io/airbyte/db
:dev-b148b1e
linux/amd64
2026/06/27 14:37101.8 MBsha256:aa2093b835fc
docker.io/airbyte/db
:build-b148b1e4fa-24440-master
linux/amd64linux/arm64
2026/06/27 08:04101.8 MBsha256:bf80babd8575
docker.io/airbyte/db
:build-42c4f2b750-24439-master
linux/amd64linux/arm64
2026/06/27 04:45101.8 MBsha256:97276f19a0b5
docker.io/airbyte/db
:dev-759c34d
linux/amd64
2026/06/26 14:47101.8 MBsha256:fcad684ae8bb
docker.io/airbyte/db
:build-759c34d4f4-24438-master
linux/amd64linux/arm64
2026/06/26 08:06101.8 MBsha256:96536b61ab60
docker.io/airbyte/db
:build-eeae722aaa-24437-master
linux/amd64linux/arm64
2026/06/25 23:43101.8 MBsha256:6db3b564d7c5
docker.io/airbyte/db
:dev-ffc47f1
linux/amd64
2026/06/25 14:46101.8 MBsha256:9c37963afb1c
docker.io/airbyte/db
:build-ffc47f1d62-24436-master
linux/amd64linux/arm64
2026/06/25 08:05101.8 MBsha256:49e877ba8c91
docker.io/airbyte/db
:build-3412078205-24435-master
linux/amd64linux/arm64
2026/06/25 02:48101.8 MBsha256:485f4db3dc61
docker.io/airbyte/db
:build-f870d8aa21-24434-master
linux/amd64linux/arm64
2026/06/25 01:22101.8 MBsha256:4cfb18c9a0a7
docker.io/airbyte/db
:dev-2c4184e
linux/amd64
2026/06/24 14:46101.8 MBsha256:c5ea5ecb7551
docker.io/airbyte/db
:build-2c4184e618-24433-master
linux/amd64linux/arm64
2026/06/24 08:03101.8 MBsha256:05927e0c0c67
docker.io/airbyte/db
:build-cbbc148248-24432-master
linux/amd64linux/arm64
2026/06/24 05:44101.8 MBsha256:b83f1e33c92c