File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -19,27 +19,20 @@ services:
19
19
image : airbyte/scheduler:${VERSION}
20
20
build :
21
21
dockerfile : Dockerfile
22
- args :
23
- JDK_VERSION : ${JDK_VERSION}
24
22
context : airbyte-scheduler/app
25
23
labels :
26
24
io.airbyte.git-revision : ${GIT_REVISION}
27
25
worker :
28
26
image : airbyte/worker:${VERSION}
29
27
build :
30
28
dockerfile : Dockerfile
31
- args :
32
- ARCH : ${DOCKER_BUILD_ARCH}
33
- JDK_VERSION : ${JDK_VERSION}
34
29
context : airbyte-workers
35
30
labels :
36
31
io.airbyte.git-revision : ${GIT_REVISION}
37
32
server :
38
33
image : airbyte/server:${VERSION}
39
34
build :
40
35
dockerfile : Dockerfile
41
- args :
42
- JDK_VERSION : ${JDK_VERSION}
43
36
context : airbyte-server
44
37
labels :
45
38
io.airbyte.git-revision : ${GIT_REVISION}
@@ -54,8 +47,6 @@ services:
54
47
image : airbyte/migration:${VERSION}
55
48
build :
56
49
dockerfile : Dockerfile
57
- args :
58
- JDK_VERSION : ${JDK_VERSION}
59
50
context : airbyte-migration
60
51
labels :
61
52
io.airbyte.git-revision : ${GIT_REVISION}
You can’t perform that action at this time.
0 commit comments