Overview
- Full name
docker.io/airbyte/server- Registry
- docker.io
- Namespace
- airbyte
- Repository
- server
- Cached tags
- 14256
- Last synced
- 07/05/2026, 04:46 AM
Introduction
Airbyte 数据集成平台 Server 镜像,编排 ELT 连接器同步任务,管理 source/destination 配置,需 PostgreSQL 与 worker 组件。
Details
airbyte/server 运行 Airbyte 开源 ELT 平台控制面,管理 source/destination 连接器配置、同步任务调度与状态监控。定位为数据集成 API/Web 服务,依赖 PostgreSQL 与 airbyte/worker 等同栈组件;K8s Helm 或 docker-compose 全栈部署。
快速启动
docker run -d --name airbyte-server \
-p 8000:8000 \
-e DATABASE_URL=postgresql://airbyte:pass@postgres:5432/airbyte \
docker.io/airbyte/server:latest
推荐实践
docker run -d --name airbyte-server \
--restart unless-stopped \
-p 8000:8000 \
-e DATABASE_URL=postgresql://airbyte:pass@postgres.internal:5432/airbyte \
-e AIRBYTE_VERSION=0.63.0 \
docker.io/airbyte/server:0.63.0
核心参数说明
-p 8000:8000— Airbyte Web UI 与 API-e DATABASE_URL— PostgreSQL 连接串(高敏)- 依赖 — worker + temporal + postgres
--restart unless-stopped— 控制面持续在线
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: airbyte-server
spec:
replicas: 1
selector:
matchLabels:
app: airbyte-server
template:
metadata:
labels:
app: airbyte-server
spec:
containers:
- name: server
image: docker.io/airbyte/server:0.63.0
ports:
- containerPort: 8000
envFrom:
- secretRef:
name: airbyte-db
---
apiVersion: v1
kind: Service
metadata:
name: airbyte-server
spec:
selector:
app: airbyte-server
ports:
- port: 8000
targetPort: 8000
Airbyte Helm Chart 生产推荐;worker/temporal 同 namespace 部署。
Latest tags (20)
View all 14256 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/airbyte/server :dev-b148b1e | linux/amd64 | 2026/06/27 14:39 | 503.2 MB | sha256:a9051df6a296… | |||
docker.io/airbyte/server :build-b148b1e4fa-24440-master | linux/amd64linux/arm64 | 2026/06/27 08:06 | 503.2 MB | sha256:5824ad03cd40… | |||
docker.io/airbyte/server :build-42c4f2b750-24439-master | linux/amd64linux/arm64 | 2026/06/27 04:47 | 503.2 MB | sha256:df1d7c39ef0f… | |||
docker.io/airbyte/server :dev-759c34d | linux/amd64 | 2026/06/26 14:48 | 503.2 MB | sha256:8a271da71264… | |||
docker.io/airbyte/server :build-759c34d4f4-24438-master | linux/amd64linux/arm64 | 2026/06/26 08:08 | 503.2 MB | sha256:1ce45342c7b6… | |||
docker.io/airbyte/server :build-eeae722aaa-24437-master | linux/amd64linux/arm64 | 2026/06/25 23:45 | 503.2 MB | sha256:4c6a83c04047… | |||
docker.io/airbyte/server :dev-ffc47f1 | linux/amd64 | 2026/06/25 14:48 | 503.2 MB | sha256:d5b259644d74… | |||
docker.io/airbyte/server :build-ffc47f1d62-24436-master | linux/amd64linux/arm64 | 2026/06/25 08:07 | 503.2 MB | sha256:c4028177e04e… | |||
docker.io/airbyte/server :build-3412078205-24435-master | linux/amd64linux/arm64 | 2026/06/25 02:50 | 503.2 MB | sha256:b6231e7d47d3… | |||
docker.io/airbyte/server :build-f870d8aa21-24434-master | linux/amd64linux/arm64 | 2026/06/25 01:24 | 503.2 MB | sha256:3288bb2aedf1… | |||
docker.io/airbyte/server :dev-2c4184e | linux/amd64 | 2026/06/24 14:48 | 503.2 MB | sha256:0ceab55447f9… | |||
docker.io/airbyte/server :build-2c4184e618-24433-master | linux/amd64linux/arm64 | 2026/06/24 08:05 | 503.2 MB | sha256:3df0e106c696… | |||
docker.io/airbyte/server :build-cbbc148248-24432-master | linux/amd64linux/arm64 | 2026/06/24 05:46 | 503.2 MB | sha256:6ca85487b7e2… | |||
docker.io/airbyte/server :build-eebdec28c1-24431-master | linux/amd64linux/arm64 | 2026/06/23 23:19 | 503.2 MB | sha256:285f08046eb8… | |||
docker.io/airbyte/server :dev-303a200 | linux/amd64 | 2026/06/23 14:48 | 503.1 MB | sha256:456ca39d07af… | |||
docker.io/airbyte/server :build-303a200bab-24430-master | linux/amd64linux/arm64 | 2026/06/23 08:06 | 503.1 MB | sha256:8fefeb6f0f6d… | |||
docker.io/airbyte/server :build-c4996aa1ef-24429-master | linux/amd64linux/arm64 | 2026/06/23 03:47 | 503.1 MB | sha256:b9def722203e… | |||
docker.io/airbyte/server :build-0bb8ecc305-24428-master | linux/amd64linux/arm64 | 2026/06/23 03:31 | 503.1 MB | sha256:eab6798008cc… | |||
docker.io/airbyte/server :dev-6356195 | linux/amd64 | 2026/06/22 15:18 | 503.1 MB | sha256:657c56619090… | |||
docker.io/airbyte/server :build-6356195bcf-24427-master | linux/amd64linux/arm64 | 2026/06/21 08:06 | 503.1 MB | sha256:181feecb7e78… |