Overview

Full name
docker.io/airbyte/cron
Registry
docker.io
Namespace
airbyte
Repository
cron
Cached tags
14448
Last synced
07/06/2026, 01:48 PM

Introduction

Airbyte 数据集成平台 Cron 调度组件镜像,在 K8s/Compose 栈内触发 connector 同步任务,需与 airbyte-server 等同栈部署。

Details

airbyte/cron 是 Airbyte ELT 平台的定时调度 worker,读取数据库中的 connection 配置并按 cron 表达式触发 sync job。镜像不是通用 crond 替代品,必须与 airbyte-server、worker、db 等组件共享网络与数据库,无法单独 docker run 提供数据同步能力。与 kubernetes-cronjob 相比由 Airbyte 控制面 orchestrate;生产通过 Helm chart 或 abctl 安装整套栈,cron 镜像 tag 与 platform 版本严格对齐。

快速启动

# Airbyte cron 需完整栈,单独 docker run 无法调度 sync
docker pull docker.io/airbyte/cron:latest

推荐实践

# Helm 安装 Airbyte 平台(cron 由 chart 部署):
helm repo add airbyte https://airbytehq.github.io/helm-charts
helm upgrade --install airbyte airbyte/airbyte \
  --namespace airbyte --create-namespace \
  --set cron.image.repository=docker.io/airbyte/cron \
  --set cron.image.tag=0.63.0
kubectl get pods -n airbyte -l app.kubernetes.io/name=cron

核心参数说明

  • 安装方式 — Helm/abctl 全栈部署
  • 镜像 tag — 与 airbyte/server 大版本匹配
  • 角色 — 平台内定时 sync 触发器
  • 前提 — PostgreSQL + temporal/worker 就绪
  • 禁止 — 勿 docker run 期望独立 ELT
  • 配置 — connection schedule 存 Airbyte DB

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: airbyte-cron
  namespace: airbyte
spec:
  replicas: 1
  selector:
    matchLabels:
      app: airbyte-cron
  template:
    metadata:
      labels:
        app: airbyte-cron
    spec:
      containers:
        - name: cron
          image: docker.io/airbyte/cron:0.63.0
          envFrom:
            - secretRef:
                name: airbyte-db-secrets
          env:
            - name: AIRBYTE_VERSION
              value: "0.63.0"
            - name: DATABASE_URL
              valueFrom:
                secretKeyRef:
                  name: airbyte-db-secrets
                  key: DATABASE_URL

建议通过官方 Helm chart 部署而非手写 Deployment;DB 与 worker 地址由 chart values 注入,版本与 server/worker 同步升级。

Latest tags (20)

View all 14448 tags →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/airbyte/cron
:build-d37367e537-24448-master
linux/amd64linux/arm64
2026/07/01 08:06466.9 MBsha256:efa5a71bbc99
docker.io/airbyte/cron
:build-13d26a8a50-24447-master
linux/amd64linux/arm64
2026/07/01 04:46466.9 MBsha256:32597e8c21f0
docker.io/airbyte/cron
:build-ea9d558a8a-24446-master
linux/amd64linux/arm64
2026/06/30 23:27466.9 MBsha256:67e1025b4f18
docker.io/airbyte/cron
:build-73466672bf-24445-master
linux/amd64linux/arm64
2026/06/30 22:18466.9 MBsha256:77af11409a14
docker.io/airbyte/cron
:dev-f29f41d
linux/amd64
2026/06/30 14:48466.9 MBsha256:ee16c4a00752
docker.io/airbyte/cron
:build-f29f41da89-24444-master
linux/amd64linux/arm64
2026/06/30 08:05466.9 MBsha256:62dc3f67d4c5
docker.io/airbyte/cron
:build-606703fc6f-24443-master
linux/amd64linux/arm64
2026/06/30 04:52466.9 MBsha256:d2585f60b671
docker.io/airbyte/cron
:dev-463a976
linux/amd64
2026/06/29 15:07466.9 MBsha256:0a6ee6f665fa
docker.io/airbyte/cron
:build-463a976989-24442-master
linux/amd64linux/arm64
2026/06/29 08:09466.9 MBsha256:73192eb7a8bd
docker.io/airbyte/cron
:dev-f3960c0
linux/amd64
2026/06/28 14:49466.9 MBsha256:3434ed7ea275
docker.io/airbyte/cron
:build-f3960c0c6d-24441-master
linux/amd64linux/arm64
2026/06/28 08:05466.9 MBsha256:67168d170ee9
docker.io/airbyte/cron
:dev-b148b1e
linux/amd64
2026/06/27 14:38466.9 MBsha256:3b0095d3bbb5
docker.io/airbyte/cron
:build-b148b1e4fa-24440-master
linux/amd64linux/arm64
2026/06/27 08:05466.9 MBsha256:3346a83b1517
docker.io/airbyte/cron
:build-42c4f2b750-24439-master
linux/amd64linux/arm64
2026/06/27 04:47466.9 MBsha256:345752d71dbb
docker.io/airbyte/cron
:dev-759c34d
linux/amd64
2026/06/26 14:48466.9 MBsha256:6218099f1ad5
docker.io/airbyte/cron
:build-759c34d4f4-24438-master
linux/amd64linux/arm64
2026/06/26 08:07466.9 MBsha256:2dbd7e35cdde
docker.io/airbyte/cron
:build-eeae722aaa-24437-master
linux/amd64linux/arm64
2026/06/25 23:44466.9 MBsha256:ed096634b0bd
docker.io/airbyte/cron
:dev-ffc47f1
linux/amd64
2026/06/25 14:47466.9 MBsha256:8c94d24f1c23
docker.io/airbyte/cron
:build-ffc47f1d62-24436-master
linux/amd64linux/arm64
2026/06/25 08:06466.9 MBsha256:1c90ca6f5b41
docker.io/airbyte/cron
:build-3412078205-24435-master
linux/amd64linux/arm64
2026/06/25 02:50466.9 MBsha256:6343bc4b2592