-
Notifications
You must be signed in to change notification settings - Fork 6
/
boatswain.yml
86 lines (86 loc) · 1.91 KB
/
boatswain.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
version: 1.0
organisation: xenonmiddleware
images:
alpine-base:
context: alpine-base
ssh:
context: ssh
from: alpine-base
webdav:
context: webdav
from: alpine-base
kerberos:
context: kerberos
from: alpine-base
alpine-java:
context: alpine-java
from: alpine-base
hdfs:
context: hdfs
from: alpine-java
hdfs-kerberos:
context: hdfs-kerberos
from: hdfs
phusion-base-16:
context: phusion-base-16
phusion-base:
context: phusion-base
ftp:alpine:
context: ftp-alpine
from: alpine-base
ftp:latest:
context: ftp
from: phusion-base
fixed-client:
context: fixed-client
from: phusion-base
s3:
context: s3
torque:
context: torque
slurm-fixture:
context: slurm-fixture
slurm-ssh:
context: slurm-ssh
from: slurm-fixture
slurm-abstract:
context: slurm-abstract
from: slurm-ssh
slurm:14:
context: slurm-14
from: slurm-abstract
slurm:15:
context: slurm-15
from: slurm-abstract
slurm:16:
context: slurm-16
from: slurm-abstract
slurm:17:
context: slurm-17
from: slurm-abstract
slurm:17-mem2g:
context: slurm-17-memory
from: slurm-abstract
slurm:19:
context: slurm-19
from: slurm-abstract
slurm:20:
context: slurm-20
from: slurm-abstract
slurm:23:
context: slurm-23
slurm:
context: slurm-17
from: slurm-abstract
gridftp-ca:
context: gridftp/ca
from: phusion-base-16
gridftp:
context: gridftp
from: phusion-base-16
gridengine:
context: gridengine
from: phusion-base-16
sonofgridengine:
context: sonofgridengine
from: phusion-base-16