概要
- フル名
docker.io/airbyte/temporal- Registry
- docker.io
- 名前空間
- airbyte
- リポジトリ
- temporal
- キャッシュ Tag 数
- 11836
- 最終同期
- 07/06/2026, 11:34 AM
- 関連トピック
概要
Airbyte 发行版 Temporal 工作流引擎镜像,为 Airbyte 同步任务提供 durable execution,需与 Airbyte 栈同网段部署。
詳細
airbyte/temporal 运行 Temporal Server(或 Airbyte 定制分支),协调 Airbyte Worker 的 connector 同步状态机。典型作为 Airbyte 私有化安装的核心依赖,与独立 temporalio/auto-setup 相比版本与 Airbyte 发行 pin。定位为有状态工作流后端,需 PostgreSQL/Cassandra 与 Elasticsearch 等依赖;K8s 场景可 Deployment 部署但需外置数据库与 persistence 配置。
快速启动
docker run -d --name airbyte-temporal \
-p 7233:7233 \
-e DB=postgresql \
-e POSTGRES_SEEDS=postgres \
docker.io/airbyte/temporal:latest
推荐实践
docker run -d --name airbyte-temporal \
--restart unless-stopped \
-p 7233:7233 \
-e DB=postgresql \
-e POSTGRES_SEEDS=postgres.internal \
-e POSTGRES_USER=temporal \
-e POSTGRES_PWD=strong-pass \
docker.io/airbyte/temporal:0.50.0
核心参数说明
-p 7233:7233— Temporal gRPC 前端端口-e POSTGRES_SEEDS— PostgreSQL 地址(持久化必需)-e POSTGRES_USER/PWD— 数据库凭据(高敏)--restart unless-stopped— 工作流引擎持续在线- 固定 tag — 与 Airbyte 平台版本 pin
- 依赖 — 需 PostgreSQL 与 visibility 存储
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: airbyte-temporal
spec:
replicas: 1
selector:
matchLabels:
app: airbyte-temporal
template:
metadata:
labels:
app: airbyte-temporal
spec:
containers:
- name: temporal
image: docker.io/airbyte/temporal:0.50.0
ports:
- containerPort: 7233
envFrom:
- secretRef:
name: temporal-db-secrets
---
apiVersion: v1
kind: Service
metadata:
name: airbyte-temporal
spec:
selector:
app: airbyte-temporal
ports:
- port: 7233
targetPort: 7233
PostgreSQL 独立 StatefulSet;生产建议 Helm 安装完整 Airbyte 栈而非单容器。
最新 Tag(20 件)
すべての 11836 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/airbyte/temporal :build-4b6a7a4bc5-22324-trunk-1.7x | linux/amd64linux/arm64 | 2026/03/11 02:09 | 193.0 MB | sha256:695ffe4951bf… | |||
docker.io/airbyte/temporal :1.7.9-alpha-092241f | linux/amd64linux/arm64 | 2026/02/11 00:42 | 193.0 MB | sha256:0e2ee2ad3d5f… | |||
docker.io/airbyte/temporal :1.7.9-alpha-c7e12a9 | linux/amd64linux/arm64 | 2026/02/10 12:37 | 193.0 MB | sha256:875bcb9d6b9f… | |||
docker.io/airbyte/temporal :1.7.9-alpha-947d532 | linux/amd64linux/arm64 | 2026/02/10 12:09 | 193.0 MB | sha256:8239b7e1a1e4… | |||
docker.io/airbyte/temporal :1.7.8 | linux/amd64linux/arm64 | 2025/10/04 08:31 | 193.0 MB | sha256:713fb3c0ec30… | |||
docker.io/airbyte/temporal :1.7.8-alpha-65a5937 | linux/amd64linux/arm64 | 2025/10/04 08:21 | 193.0 MB | sha256:bb5f2f978ad2… | |||
docker.io/airbyte/temporal :1.6.9 | linux/arm64linux/amd64 | 2025/10/01 05:23 | 182.9 MB | sha256:a97ff118ed9c… | |||
docker.io/airbyte/temporal :1.6.9-alpha-afe8d9b | linux/amd64linux/arm64 | 2025/10/01 04:47 | 192.8 MB | sha256:922974c169a3… | |||
docker.io/airbyte/temporal :1.7.7 | linux/amd64linux/arm64 | 2025/10/01 04:20 | 193.0 MB | sha256:7ef3cbfcc416… | |||
docker.io/airbyte/temporal :1.7.7-alpha-67cfef1 | linux/amd64linux/arm64 | 2025/10/01 03:59 | 193.0 MB | sha256:75d235217459… | |||
docker.io/airbyte/temporal :1.7.7-alpha-c6ba8e7 | linux/amd64linux/arm64 | 2025/10/01 03:46 | 193.0 MB | sha256:dea537246491… | |||
docker.io/airbyte/temporal :1.7.7-alpha-8a8654c | linux/arm64linux/amd64 | 2025/10/01 02:17 | 182.7 MB | sha256:f10897bb4530… | |||
docker.io/airbyte/temporal :1.7.3-alpha-d587a4c | linux/amd64linux/arm64 | 2025/10/01 02:00 | 193.0 MB | sha256:df2fd52e5419… | |||
docker.io/airbyte/temporal :1.7.4-alpha-fe7b41b | linux/arm64linux/amd64 | 2025/10/01 01:59 | 182.7 MB | sha256:3344fd2a4647… | |||
docker.io/airbyte/temporal :1.7.5-alpha-2947897 | linux/amd64linux/arm64 | 2025/10/01 01:57 | 193.0 MB | sha256:4156e1fd51eb… | |||
docker.io/airbyte/temporal :1.7.6-alpha-8a8654c | linux/amd64linux/arm64 | 2025/10/01 01:57 | 193.0 MB | sha256:e090ef537ff5… | |||
docker.io/airbyte/temporal :1.7.6-alpha-6faa7d9 | linux/amd64linux/arm64 | 2025/09/27 02:09 | 193.0 MB | sha256:780ae5e5cdd9… | |||
docker.io/airbyte/temporal :1.7.6-alpha-d7d52f9 | linux/arm64linux/amd64 | 2025/09/27 02:00 | 182.7 MB | sha256:e0bc385aa8a7… | |||
docker.io/airbyte/temporal :1.7.5-alpha-d7d52f9 | linux/amd64linux/arm64 | 2025/09/24 11:32 | 193.0 MB | sha256:c1bbc9e52f29… | |||
docker.io/airbyte/temporal :1.7.4 | linux/amd64linux/arm64 | 2025/09/03 12:57 | 193.0 MB | sha256:71043eda55cc… |