-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathSchutzfile
More file actions
107 lines (107 loc) · 3.25 KB
/
Copy pathSchutzfile
File metadata and controls
107 lines (107 loc) · 3.25 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
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
{
"common": {
"rngseed": 2026070700,
"dependencies": {
"bootc-image-builder": {
"ref": "quay.io/centos-bootc/bootc-image-builder@sha256:9893e7209e5f449b86ababfd2ee02a58cca2e5990f77b06c3539227531fc8120"
},
"osbuild": {
"commit": "f6b23dbc90c0919b22cf6ffab5bcb9ccab5aad28"
}
},
"gitlab-ci-runner": "aws/fedora-44",
"gitlab-ci-runner-for": {
"*": {
"x86_64": {
"qcow2": "rhos-01/fedora-44",
"server-qcow2": "rhos-01/fedora-44",
"generic-qcow2": "rhos-01/fedora-44",
"cloud-qcow2": "rhos-01/fedora-44",
"image-installer": "rhos-01/fedora-44",
"minimal-installer": "rhos-01/fedora-44",
"network-installer": "rhos-01/fedora-44",
"everything-network-installer": "rhos-01/fedora-44",
"server-network-installer": "rhos-01/fedora-44",
"pxe-tar-xz": "rhos-01/fedora-44"
}
},
"rhel-7.9": {
"x86_64": {
"*": "aws/centos-stream-9"
}
}
}
},
"fedora-44": {
"repos": [
{
"file": "/etc/yum.repos.d/fedora.repo",
"x86_64": [
{
"title": "fedora",
"name": "fedora",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f44/f44-x86_64-fedora-20260430"
},
{
"title": "fedora-updates",
"name": "fedora-updates",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f44/f44-x86_64-updates-released-20260823"
}
],
"aarch64": [
{
"title": "fedora",
"name": "fedora",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f44/f44-aarch64-fedora-20260430"
},
{
"title": "fedora-updates",
"name": "fedora-updates",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f44/f44-aarch64-updates-released-20260823"
}
]
}
]
},
"centos-stream-9": {
"repos": [
{
"file": "/etc/yum.repos.d/centos.repo",
"x86_64": [
{
"title": "baseos",
"name": "baseos",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el9/cs9-x86_64-baseos-20260823"
},
{
"title": "appstream",
"name": "appstream",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el9/cs9-x86_64-appstream-20260823"
},
{
"title": "crb",
"name": "crb",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el9/cs9-x86_64-crb-20260823"
}
],
"aarch64": [
{
"title": "baseos",
"name": "baseos",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el9/cs9-aarch64-baseos-20260823"
},
{
"title": "appstream",
"name": "appstream",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el9/cs9-aarch64-appstream-20260823"
},
{
"title": "crb",
"name": "crb",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/el9/cs9-aarch64-crb-20260823"
}
]
}
]
}
}