-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.yaml
275 lines (237 loc) · 6.66 KB
/
config.yaml
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
vars:
container_arches: [amd64, arm64]
container_needs_git_tags: false
current_fedora: 40
# Key ID from https://fedoraproject.org/security/
current_fedora_signing_key: a15b79cc
go_versions: [1.22.x, 1.23.x]
repos:
11bot:
url: https://github.com/coreos/11bot
vars:
container_arches: [amd64]
containers: [quay.io/coreos/11bot]
airlock:
url: https://github.com/coreos/airlock
vars:
container_file: dist/Dockerfile
containers: [quay.io/coreos/airlock]
afterburn:
url: https://github.com/coreos/afterburn
vars:
git_repo: afterburn
crate: afterburn
fedora_package: rust-afterburn
rhel8_package: rust-afterburn
rhel9_package: rust-afterburn
pretty_name: Afterburn
bootupd:
url: https://github.com/coreos/bootupd
vars:
git_repo: bootupd
crate: bootupd
fedora_package: rust-bootupd
rhel8_package: rust-bootupd
rhel9_package: rust-bootupd
butane:
url: https://github.com/coreos/butane
vars:
container_needs_git_tags: true
containers: [quay.io/coreos/butane, quay.io/coreos/fcct]
git_repo: butane
quay_repo: coreos/butane
quay_legacy_repos: [coreos/fcct]
fedora_package: butane
rhel8_package: butane
rhel9_package: butane
pretty_name: Butane
cap-std-ext:
url: https://github.com/coreos/cap-std-ext
vars:
git_repo: cap-std-ext
crate: cap-std-ext
console-login-helper-messages:
url: https://github.com/coreos/console-login-helper-messages
vars:
git_repo: console-login-helper-messages
coreos-assembler:
url: https://github.com/coreos/coreos-assembler
vars:
git_repo: coreos-assembler
pretty_name: CoreOS Assembler
coreos-installer:
url: https://github.com/coreos/coreos-installer
vars:
containers: [quay.io/coreos/coreos-installer]
git_repo: coreos-installer
crate: coreos-installer
quay_repo: coreos/coreos-installer
fedora_package: rust-coreos-installer
rhel8_package: coreos-installer
rhel9_package: rust-coreos-installer
pretty_name: CoreOS Installer
coreos-installer-dracut:
url: https://github.com/coreos/coreos-installer-dracut
vars:
git_repo: coreos-installer-dracut
envsubst-rs:
url: https://github.com/coreos/envsubst-rs
vars:
git_repo: envsubst-rs
crate: envsubst
library_crate: true
fedora_package: rust-envsubst
fedora-coreos-cincinnati:
url: https://github.com/coreos/fedora-coreos-cincinnati
vars:
git_repo: fedora-coreos-cincinnati
fedora-coreos-config:
url: https://github.com/coreos/fedora-coreos-config
vars:
git_repo: fedora-coreos-config
fedora-coreos-stream-generator:
url: https://github.com/coreos/fedora-coreos-stream-generator
vars:
git_repo: fedora-coreos-stream-generator
fedora-coreos-streams:
url: https://github.com/coreos/fedora-coreos-streams
go-iptables:
url: https://github.com/coreos/go-iptables
vars:
git_repo: go-iptables
go-json:
url: https://github.com/coreos/go-json
vars:
git_repo: go-json
go-semver:
url: https://github.com/coreos/go-semver
vars:
git_repo: go-semver
go-systemd:
url: https://github.com/coreos/go-systemd
vars:
git_repo: go-systemd
ign-converter:
url: https://github.com/coreos/ign-converter
vars:
git_repo: ign-converter
ignition:
url: https://github.com/coreos/ignition
vars:
container_file: Dockerfile.validate
container_needs_git_tags: true
containers: [quay.io/coreos/ignition-validate]
git_repo: ignition
quay_repo: coreos/ignition-validate
fedora_package: ignition
rhel8_package: ignition
rhel9_package: ignition
pretty_name: Ignition
ignition-config-rs:
url: https://github.com/coreos/ignition-config-rs
vars:
git_repo: ignition-config-rs
crate: ignition-config
library_crate: true
fedora_package: rust-ignition-config
liboverdrop-rs:
url: https://github.com/coreos/liboverdrop-rs
vars:
git_repo: liboverdrop-rs
crate: liboverdrop
library_crate: true
fedora_package: rust-liboverdrop
openat-ext:
url: https://github.com/coreos/openat-ext
vars:
git_repo: openat-ext
crate: openat-ext
fedora_package: rust-openat-ext
openssh-keys:
url: https://github.com/coreos/openssh-keys
vars:
git_repo: openssh-keys
crate: openssh-keys
library_crate: true
fedora_package: rust-openssh-keys
pkg:
url: https://github.com/coreos/pkg
vars:
git_repo: pkg
repo-templates:
url: https://github.com/coreos/repo-templates
vars:
git_repo: repo-templates
rhcosbot:
url: https://github.com/coreos/rhcosbot
vars:
container_arches: [amd64]
containers: [quay.io/coreos/rhcosbot]
rpm-ostree:
url: https://github.com/coreos/rpm-ostree
vars:
git_repo: rpm-ostree
pretty_name: rpm-ostree
ssh-key-dir:
url: https://github.com/coreos/ssh-key-dir
vars:
git_repo: ssh-key-dir
crate: ssh-key-dir
fedora_package: rust-ssh-key-dir
rhel9_package: rust-ssh-key-dir
stream-metadata-go:
url: https://github.com/coreos/stream-metadata-go
vars:
git_repo: stream-metadata-go
stream-metadata-rust:
url: https://github.com/coreos/stream-metadata-rust
vars:
git_repo: stream-metadata-rust
crate: coreos-stream-metadata
library_crate: true
toolbox:
url: https://github.com/coreos/toolbox
vars:
git_repo: toolbox
triagebot:
url: https://github.com/coreos/triagebot
vars:
container_arches: [amd64]
containers: [quay.io/coreos/triagebot]
vcontext:
url: https://github.com/coreos/vcontext
vars:
git_repo: vcontext
vmw_backdoor-rs:
url: https://github.com/coreos/vmw_backdoor-rs
vars:
git_repo: vmw_backdoor-rs
crate: vmw_backdoor
library_crate: true
fedora_package: rust-vmw_backdoor
zincati:
url: https://github.com/coreos/zincati
vars:
git_repo: zincati
crate: zincati
fedora_package: rust-zincati
pretty_name: Zincati
templates:
- container/container.yml
- container/container-rebuild.yml
- copr/Makefile
- dependabot/dependabot.yml
- docs/_config.yml
- docs/coreos.scss
- fcos/release-checklist.md
- go/release-checklist.md
- go/signing-ticket.sh
- go/tag_release.sh
- go/tests.yml
- go/tests-ignition.yml
- release-notes/require-release-note.yml
- rust/release-checklist.md
- rust/rpm-test.yml
- rust/tests.yml
- shellcheck/script.sh
- shellcheck/workflow.yml