Skip to content

Commit c6d3387

Browse files
authored
take out args (#7261)
1 parent a82d04f commit c6d3387

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docker-compose.build.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,20 @@ services:
1919
image: airbyte/scheduler:${VERSION}
2020
build:
2121
dockerfile: Dockerfile
22-
args:
23-
JDK_VERSION: ${JDK_VERSION}
2422
context: airbyte-scheduler/app
2523
labels:
2624
io.airbyte.git-revision: ${GIT_REVISION}
2725
worker:
2826
image: airbyte/worker:${VERSION}
2927
build:
3028
dockerfile: Dockerfile
31-
args:
32-
ARCH: ${DOCKER_BUILD_ARCH}
33-
JDK_VERSION: ${JDK_VERSION}
3429
context: airbyte-workers
3530
labels:
3631
io.airbyte.git-revision: ${GIT_REVISION}
3732
server:
3833
image: airbyte/server:${VERSION}
3934
build:
4035
dockerfile: Dockerfile
41-
args:
42-
JDK_VERSION: ${JDK_VERSION}
4336
context: airbyte-server
4437
labels:
4538
io.airbyte.git-revision: ${GIT_REVISION}
@@ -54,8 +47,6 @@ services:
5447
image: airbyte/migration:${VERSION}
5548
build:
5649
dockerfile: Dockerfile
57-
args:
58-
JDK_VERSION: ${JDK_VERSION}
5950
context: airbyte-migration
6051
labels:
6152
io.airbyte.git-revision: ${GIT_REVISION}

0 commit comments

Comments
 (0)