-
Notifications
You must be signed in to change notification settings - Fork 7
/
docker-compose.yml
109 lines (108 loc) · 2.68 KB
/
docker-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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
version: "2.3"
services:
esxi:
image: andyneff/esxi
build:
context: .
esxi65:
image: andyneff/esxi:65
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-201701001-4887370.x86_64.iso
context: .
esxi6:
image: andyneff/esxi:6
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-201507001-2809209.x86_64.iso
context: .
esxi6u2:
image: andyneff/esxi:6u2
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-6.0.0.update02-3620759.x86_64.iso
context: .
esxi6u1:
image: andyneff/esxi:6u1
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-6.0.0.update01-3029758.x86_64.iso
context: .
esxi55u3b:
image: andyneff/esxi:55u3b
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-201512001-3248547.x86_64.iso
context: .
esxi55u3a:
image: andyneff/esxi:55u3a
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-5.5.0.update03-3116895.x86_64.iso
context: .
esxi55u2:
image: andyneff/esxi:55u2
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-201501001-2403361.x86_64.iso
context: .
esxi55u1:
image: andyneff/esxi:55u1
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-5.5.0.update01-1623387.x86_64.iso
context: .
esxi55:
image: andyneff/esxi:55
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-5.5.0-1331820.x86_64.iso
context: .
esxi51u3:
image: andyneff/esxi:51u3
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-5.1.0.update03-2323236.x86_64.iso
context: .
esxi51u2:
image: andyneff/esxi:51u2
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-5.1.0.update02-1483097.x86_64.iso
context: .
esxi51u1:
image: andyneff/esxi:51u1
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-5.1.0.update01-1065491.x86_64.iso
context: .
esxi51:
image: andyneff/esxi:51
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-5.1.0-799733.x86_64.iso
context: .
esxi5u3:
image: andyneff/esxi:5u3
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-5.0.0.update03-1311175.x86_64.iso
context: .
esxi5u2:
image: andyneff/esxi:5u2
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-5.0.0.update02-914586.x86_64.iso
context: .
esxi5u1:
image: andyneff/esxi:5u1
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-5.0.0.update01-623860.x86_64.iso
context: .
esxi5:
image: andyneff/esxi:5
build:
args:
- ISO_IMAGE=VMware-VMvisor-Installer-5.0.0-469512.x86_64.iso
context: .