-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathworkshop.json
More file actions
79 lines (79 loc) · 2.05 KB
/
Copy pathworkshop.json
File metadata and controls
79 lines (79 loc) · 2.05 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
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
{
"workshop": {
"schema": {
"version": "2025.07.25"
}
},
"userenvs": [
{
"name": "crucible-controller",
"requirements": [
"rickshaw-container-tools",
"endpoints-distro",
"source-images-service-distro",
"rickshaw-perl-modules",
"rickshaw-python-deps"
]
}
],
"requirements": [
{
"name": "rickshaw-container-tools",
"type": "distro",
"distro_info": {
"packages": [
"buildah",
"skopeo"
]
}
},
{
"name": "endpoints-distro",
"type": "distro",
"distro_info": {
"packages": [
"python3-invoke",
"python3-fabric",
"python3-requests"
]
}
},
{
"name": "source-images-service-distro",
"type": "distro",
"distro_info": {
"packages": [
"python3-fastapi",
"python3-uvicorn+standard",
"python3-pydantic",
"python3-pydantic-settings",
"python3-httpx"
]
}
},
{
"name": "rickshaw-perl-modules",
"type": "distro",
"distro_info": {
"packages": [
"perl-JSON-XS",
"perl-JSON-Validator",
"perl-Data-UUID",
"perl-Data-Dumper",
"perl-REST-Client",
"perl-Digest-MD5",
"perl-Getopt-Long"
]
}
},
{
"name": "rickshaw-python-deps",
"type": "python3",
"python3_info": {
"packages": [
"jsonschema"
]
}
}
]
}