-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathworkshop.json
More file actions
53 lines (53 loc) · 1.26 KB
/
workshop.json
File metadata and controls
53 lines (53 loc) · 1.26 KB
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
{
"workshop": {
"schema": {
"version": "2020.03.02"
}
},
"userenvs": [
{
"name": "crucible-controller",
"requirements": [
"workshop-perl-modules",
"python3-invoke",
"workshop-container-tools"
]
}
],
"requirements": [
{
"name": "workshop-perl-modules",
"type": "distro",
"distro_info": {
"packages": [
"perl-JSON",
"perl-JSON-Validator",
"perl-Digest-SHA",
"perl-Data-UUID",
"perl-Data-Dumper",
"perl-Getopt-Long",
"perl-Coro"
]
}
},
{
"name": "python3-invoke",
"type": "distro",
"distro_info": {
"packages": [
"python3-invoke"
]
}
},
{
"name": "workshop-container-tools",
"type": "distro",
"distro_info": {
"packages": [
"buildah",
"skopeo"
]
}
}
]
}