代码拉取完成,页面将自动刷新
# Defines the minimum set of images needed to run Cloud.
# Used to push OSS images that Cloud depends on.
version: "3.8"
services:
bootloader:
image: airbyte/bootloader:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-bootloader/build/docker
labels:
io.airbyte.git-revision: ${GIT_REVISION}
args:
VERSION: ${VERSION}
x-bake:
tags:
- airbyte/bootloader:${VERSION}
- airbyte/bootloader:${ALT_TAG:-${VERSION}}
platforms:
- linux/amd64
- linux/arm64
server:
image: airbyte/server:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-server/build/docker
labels:
io.airbyte.git-revision: ${GIT_REVISION}
args:
VERSION: ${VERSION}
x-bake:
tags:
- airbyte/server:${VERSION}
- airbyte/server:${ALT_TAG:-${VERSION}}
platforms:
- linux/amd64
- linux/arm64
worker:
image: airbyte/worker:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-workers/build/docker
labels:
io.airbyte.git-revision: ${GIT_REVISION}
args:
VERSION: ${VERSION}
x-bake:
tags:
- airbyte/worker:${VERSION}
- airbyte/worker:${ALT_TAG:-${VERSION}}
platforms:
- linux/amd64
- linux/arm64
webapp:
image: airbyte/webapp:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-webapp/build/docker
labels:
io.airbyte.git-revision: ${GIT_REVISION}
args:
VERSION: ${VERSION}
x-bake:
tags:
- airbyte/webapp:${VERSION}
- airbyte/webapp:${ALT_TAG:-${VERSION}}
platforms:
- linux/amd64
- linux/arm64
metric-reporter:
image: airbyte/metrics-reporter:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-metrics/reporter/build/docker
labels:
io.airbyte.git-revision: ${GIT_REVISION}
args:
VERSION: ${VERSION}
x-bake:
tags:
- airbyte/metrics-reporter:${VERSION}
- airbyte/metrics-reporter:${ALT_TAG:-${VERSION}}
platforms:
- linux/amd64
- linux/arm64
container-orchestrator:
image: airbyte/container-orchestrator:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-container-orchestrator/build/docker
labels:
io.airbyte.git-revision: ${GIT_REVISION}
args:
VERSION: ${VERSION}
x-bake:
tags:
- airbyte/container-orchestrator:${VERSION}
- airbyte/container-orchestrator:${ALT_TAG:-${VERSION}}
platforms:
- linux/amd64
- linux/arm64
db:
image: airbyte/db:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-db/db-lib/build/docker
labels:
io.airbyte.git-revision: ${GIT_REVISION}
args:
VERSION: ${VERSION}
x-bake:
tags:
- airbyte/db:${VERSION}
- airbyte/db:${ALT_TAG:-${VERSION}}
platforms:
- linux/amd64
- linux/arm64
cron:
image: airbyte/cron:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-cron/build/docker
labels:
io.airbyte.git-revision: ${GIT_REVISION}
args:
VERSION: ${VERSION}
x-bake:
tags:
- airbyte/cron:${VERSION}
- airbyte/cron:${ALT_TAG:-${VERSION}}
platforms:
- linux/amd64
- linux/arm64
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。