镜像概览

完整引用
docker.io/airbyte/worker
Registry
docker.io
命名空间
airbyte
仓库
worker
已缓存 Tag 数
15163
最近同步
07/06/2026, 05:53 AM

简介

Airbyte 数据同步 Worker 镜像,执行 ETL connector 读写任务,需与 airbyte-server 和 db 同栈部署。

详细介绍

airbyte/worker 运行 Airbyte 同步引擎,拉取 source connector 数据写入 destination。定位为 ETL Worker 无状态服务,需 PostgreSQL 元数据库与 Temporal/消息队列;K8s Deployment 水平扩展 worker 副本。

快速启动

docker run -d --name airbyte-worker \
  -e DATABASE_URL=postgresql://airbyte:pass@db:5432/airbyte \
  -e WORKSPACE_ROOT=/tmp/workspace \
  docker.io/airbyte/worker:latest

推荐实践

docker run -d --name airbyte-worker \
  --restart unless-stopped \
  -e DATABASE_URL=postgresql://airbyte:pass@airbyte-db:5432/airbyte \
  -e WORKSPACE_ROOT=/data/workspace \
  -v /data/airbyte-workspace:/data/workspace \
  docker.io/airbyte/worker:0.63.0

核心参数说明

  • -e DATABASE_URL — 元数据库连接(高敏
  • -e WORKSPACE_ROOT — 同步临时工作目录
  • -v .../workspace:... — 大数据量 sync 缓存
  • 固定 tag — Airbyte 栈 pin

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: airbyte-worker
spec:
  replicas: 3
  selector:
    matchLabels:
      app: airbyte-worker
  template:
    metadata:
      labels:
        app: airbyte-worker
    spec:
      containers:
        - name: worker
          image: docker.io/airbyte/worker:0.63.0
          envFrom:
            - secretRef:
                name: airbyte-secrets
          volumeMounts:
            - name: workspace
              mountPath: /data/workspace
      volumes:
        - name: workspace
          emptyDir: {}
---
apiVersion: v1
kind: Service
metadata:
  name: airbyte-worker
spec:
  selector:
    app: airbyte-worker
  clusterIP: None
  ports:
    - port: 9000

airbyte-server/db 独立 Deployment;worker 按 sync 负载扩缩。

最新 Tag(20 条)

查看全部 15163 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/airbyte/worker
:build-f29f41da89-24444-master
linux/amd64linux/arm64
2026/06/30 08:05471.9 MBsha256:83066191c85e
docker.io/airbyte/worker
:build-606703fc6f-24443-master
linux/amd64linux/arm64
2026/06/30 04:53471.9 MBsha256:8545cec2575b
docker.io/airbyte/worker
:dev-463a976
linux/amd64
2026/06/29 15:07471.9 MBsha256:aeda121cd37a
docker.io/airbyte/worker
:build-463a976989-24442-master
linux/amd64linux/arm64
2026/06/29 08:09471.9 MBsha256:188d65fb55a0
docker.io/airbyte/worker
:dev-f3960c0
linux/amd64
2026/06/28 14:49471.9 MBsha256:709e706fd75b
docker.io/airbyte/worker
:build-f3960c0c6d-24441-master
linux/amd64linux/arm64
2026/06/28 08:05471.9 MBsha256:601d85486239
docker.io/airbyte/worker
:dev-b148b1e
linux/amd64
2026/06/27 14:38471.9 MBsha256:b46a4ed2de5a
docker.io/airbyte/worker
:build-b148b1e4fa-24440-master
linux/amd64linux/arm64
2026/06/27 08:06471.9 MBsha256:482d642d1da3
docker.io/airbyte/worker
:build-42c4f2b750-24439-master
linux/amd64linux/arm64
2026/06/27 04:47471.9 MBsha256:86682287ac36
docker.io/airbyte/worker
:dev-759c34d
linux/amd64
2026/06/26 14:48471.9 MBsha256:038f12b9b2f4
docker.io/airbyte/worker
:build-759c34d4f4-24438-master
linux/amd64linux/arm64
2026/06/26 08:08471.9 MBsha256:ce6c924c9838
docker.io/airbyte/worker
:build-eeae722aaa-24437-master
linux/amd64linux/arm64
2026/06/25 23:44471.9 MBsha256:2a32cbf458e2
docker.io/airbyte/worker
:dev-ffc47f1
linux/amd64
2026/06/25 14:47471.9 MBsha256:527f3911b3ac
docker.io/airbyte/worker
:build-ffc47f1d62-24436-master
linux/amd64linux/arm64
2026/06/25 08:06471.9 MBsha256:dfba22890805
docker.io/airbyte/worker
:build-3412078205-24435-master
linux/amd64linux/arm64
2026/06/25 02:50471.9 MBsha256:3377b31261e1
docker.io/airbyte/worker
:build-f870d8aa21-24434-master
linux/amd64linux/arm64
2026/06/25 01:23471.8 MBsha256:6692abca2043
docker.io/airbyte/worker
:dev-2c4184e
linux/amd64
2026/06/24 14:47471.8 MBsha256:485b7f15c2a3
docker.io/airbyte/worker
:build-2c4184e618-24433-master
linux/amd64linux/arm64
2026/06/24 08:04471.8 MBsha256:97fdac46d2f5
docker.io/airbyte/worker
:build-cbbc148248-24432-master
linux/amd64linux/arm64
2026/06/24 05:46471.8 MBsha256:eeb1d2822b6e
docker.io/airbyte/worker
:build-eebdec28c1-24431-master
linux/amd64linux/arm64
2026/06/23 23:19471.8 MBsha256:f5b55a7d548e