Skip to content

Commit

Permalink
Add bootloader/server to published images for Cloud (#21325)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpgrailsdev authored and jbfbell committed Jan 13, 2023
1 parent 45c2f20 commit cf876b1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docker-compose-cloud.buildx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,38 @@
version: "3.7"

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:
Expand Down

0 comments on commit cf876b1

Please sign in to comment.