Skip to content

Fix docker-compose build of Airbyte #7261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions docker-compose.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,20 @@ services:
image: airbyte/scheduler:${VERSION}
build:
dockerfile: Dockerfile
args:
JDK_VERSION: ${JDK_VERSION}
context: airbyte-scheduler/app
labels:
io.airbyte.git-revision: ${GIT_REVISION}
worker:
image: airbyte/worker:${VERSION}
build:
dockerfile: Dockerfile
args:
ARCH: ${DOCKER_BUILD_ARCH}
JDK_VERSION: ${JDK_VERSION}
context: airbyte-workers
labels:
io.airbyte.git-revision: ${GIT_REVISION}
server:
image: airbyte/server:${VERSION}
build:
dockerfile: Dockerfile
args:
JDK_VERSION: ${JDK_VERSION}
context: airbyte-server
labels:
io.airbyte.git-revision: ${GIT_REVISION}
Expand All @@ -54,8 +47,6 @@ services:
image: airbyte/migration:${VERSION}
build:
dockerfile: Dockerfile
args:
JDK_VERSION: ${JDK_VERSION}
context: airbyte-migration
labels:
io.airbyte.git-revision: ${GIT_REVISION}