镜像概览

完整引用
docker.io/airbyte/webapp
Registry
docker.io
命名空间
airbyte
仓库
webapp
已缓存 Tag 数
62756
最近同步
07/05/2026, 11:46 PM

简介

Airbyte ELT 数据集成 Web 前端镜像,Connector 管理与同步任务 Dashboard,需 Airbyte 后端 API。

详细介绍

airbyte/webapp 运行 Airbyte 开源 ELT 数据集成平台 Web 前端,管理 Source/Destination Connector 配置与同步任务调度。定位为数据集成 Web UI,需 airbyte-server/worker 后端;docker compose 或 K8s Helm 全栈部署。

快速启动

docker run -d --name airbyte-webapp \
  -p 8000:80 \
  -e AIRBYTE_API_URL=http://airbyte-server:8001 \
  docker.io/airbyte/webapp:latest

推荐实践

helm repo add airbyte https://airbytehq.github.io/helm-charts
helm install airbyte airbyte/airbyte

核心参数说明

  • -p 8000:80 — Airbyte Web UI
  • -e AIRBYTE_API_URL — 后端 API 地址
  • 推荐 — Helm 全栈安装
  • 功能 — Connector/同步任务管理

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: airbyte-webapp
spec:
  replicas: 1
  selector:
    matchLabels:
      app: airbyte-webapp
  template:
    metadata:
      labels:
        app: airbyte-webapp
    spec:
      containers:
        - name: webapp
          image: docker.io/airbyte/webapp:0.63.0
          ports:
            - containerPort: 80
          env:
            - name: AIRBYTE_API_URL
              value: http://airbyte-server:8001
---
apiVersion: v1
kind: Service
metadata:
  name: airbyte-webapp
spec:
  selector:
    app: airbyte-webapp
  ports:
    - port: 80
      targetPort: 80

Airbyte Helm Chart 全栈;Ingress 数据集成门户。

最新 Tag(20 条)

查看全部 62756 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/airbyte/webapp
:cloud-ci-build-4b6a7a4bc5-22324-trunk-1.7x
linux/amd64linux/arm64
2026/03/11 02:119.9 MBsha256:3e1b9ab2afc3
docker.io/airbyte/webapp
:build-4b6a7a4bc5-22324-trunk-1.7x
linux/amd64linux/arm64
2026/03/11 02:119.9 MBsha256:dc40172ceab9
docker.io/airbyte/webapp
:1.7.9-alpha-092241f
linux/amd64linux/arm64
2026/02/11 00:429.9 MBsha256:60f221185f29
docker.io/airbyte/webapp
:1.7.9-alpha-c7e12a9
linux/amd64linux/arm64
2026/02/10 12:389.9 MBsha256:343e254480d2
docker.io/airbyte/webapp
:1.7.9-alpha-947d532
linux/amd64linux/arm64
2026/02/10 12:099.9 MBsha256:2af362dd881b
docker.io/airbyte/webapp
:1.7.8
linux/amd64linux/arm64
2025/10/04 08:329.9 MBsha256:c0f4c621ebea
docker.io/airbyte/webapp
:1.7.8-alpha-65a5937
linux/amd64linux/arm64
2025/10/04 08:229.9 MBsha256:12a4cf579f54
docker.io/airbyte/webapp
:1.6.9
linux/amd64linux/arm64
2025/10/01 05:2410.4 MBsha256:2266a515cebc
docker.io/airbyte/webapp
:1.6.9-alpha-afe8d9b
linux/amd64linux/arm64
2025/10/01 04:4810.4 MBsha256:d9a30407ab42
docker.io/airbyte/webapp
:1.7.7
linux/arm64linux/amd64
2025/10/01 04:2110.3 MBsha256:de5e585ce50c
docker.io/airbyte/webapp
:1.7.7-alpha-67cfef1
linux/amd64linux/arm64
2025/10/01 04:009.9 MBsha256:8059656b3dcd
docker.io/airbyte/webapp
:1.7.7-alpha-c6ba8e7
linux/amd64linux/arm64
2025/10/01 03:479.9 MBsha256:c267d90230b8
docker.io/airbyte/webapp
:1.7.7-alpha-8a8654c
linux/amd64linux/arm64
2025/10/01 02:189.9 MBsha256:d0b4dfe07ac8
docker.io/airbyte/webapp
:1.7.3-alpha-d587a4c
linux/amd64linux/arm64
2025/10/01 02:009.9 MBsha256:d5a510dae1a7
docker.io/airbyte/webapp
:1.7.4-alpha-fe7b41b
linux/amd64linux/arm64
2025/10/01 01:599.9 MBsha256:91cc2cb57cd9
docker.io/airbyte/webapp
:1.7.5-alpha-2947897
linux/amd64linux/arm64
2025/10/01 01:589.8 MBsha256:0f5f1a1082dc
docker.io/airbyte/webapp
:1.7.6-alpha-8a8654c
linux/amd64linux/arm64
2025/10/01 01:579.9 MBsha256:b28610ea19fd
docker.io/airbyte/webapp
:1.7.6-alpha-6faa7d9
linux/arm64linux/amd64
2025/09/27 02:1010.3 MBsha256:199828492813
docker.io/airbyte/webapp
:1.7.6-alpha-d7d52f9
linux/amd64linux/arm64
2025/09/27 02:019.8 MBsha256:f2d370924db1
docker.io/airbyte/webapp
:1.7.5-alpha-d7d52f9
linux/arm64linux/amd64
2025/09/24 11:3310.3 MBsha256:41ebd84f6245