-
Notifications
You must be signed in to change notification settings - Fork 4
/
build_compose.yml
67 lines (64 loc) · 1.46 KB
/
build_compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
services:
v47:
image: pvarki/tak-server-dist:4.7-RELEASE-44
build:
context: .
dockerfile: Dockerfile_build
target: takgov_files
args:
TAK_VERSION: "4.7"
TAK_RELEASE: "44"
v48:
image: pvarki/tak-server-dist:4.8-RELEASE-56
build:
context: .
dockerfile: Dockerfile_build
target: takgov_files
args:
TAK_VERSION: "4.8"
TAK_RELEASE: "56"
v49:
image: pvarki/tak-server-dist:4.9-RELEASE-46
build:
context: .
dockerfile: Dockerfile_build
target: takgov_files
args:
TAK_VERSION: "4.9"
TAK_RELEASE: "46"
v410:
image: pvarki/tak-server-dist:4.10-RELEASE-50
build:
context: .
dockerfile: Dockerfile_build
target: takgov_files
args:
TAK_VERSION: "4.10"
TAK_RELEASE: "50"
v500:
image: pvarki/tak-server-dist:5.0-RELEASE-69
build:
context: .
dockerfile: Dockerfile_build
target: takgov_files
args:
TAK_VERSION: "5.0"
TAK_RELEASE: "69"
v510:
image: pvarki/tak-server-dist:5.1-RELEASE-11
build:
context: .
dockerfile: Dockerfile_build
target: takgov_files
args:
TAK_VERSION: "5.1"
TAK_RELEASE: "11"
v520:
image: pvarki/tak-server-dist:5.2-RELEASE-30
build:
context: .
dockerfile: Dockerfile_build
target: takgov_files
args:
TAK_VERSION: "5.2"
TAK_RELEASE: "30"