Skip to content

Commit

Permalink
Merge pull request #1400 from coreos/secex_stream_metadata
Browse files Browse the repository at this point in the history
Update stream metadata sample/rationale for secure execution
  • Loading branch information
bgilbert committed Feb 5, 2023
2 parents 222f014 + 63933d7 commit efc7f65
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions metadata/release/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,17 @@
}
}
},
"qemu-secex": {
"artifacts": {
"qcow2.xz": {
"disk": {
"location": "https://builds.coreos.fedoraproject.org/prod/streams/testing/builds/30.20190801.0/x86_64/fedora-coreos-30.20190801.0-qemu-secex.qcow2.xz",
"signature": "https://builds.coreos.fedoraproject.org/prod/streams/testing/builds/30.20190801.0/x86_64/fedora-coreos-30.20190801.0-qemu-secex.qcow2.xz.sig",
"sha256": "2afbb0ac4a19f58a55db35db0a690d488f065664e9bcba1b802966f0ae6aad57"
}
}
}
},
"virtualbox": {
"artifacts": {
"ova": {
Expand Down
9 changes: 9 additions & 0 deletions metadata/stream/rationale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,15 @@ architectures:
signature: https://artifacts.example.com/Siejeeb6ohpu8Eel.qcow2.xz.sig
sha256: b0c44298fc1c149afbf4c8996fb9242e37ae41e4649991b7852b855b934ca495
uncompressed-sha256: 38acb15d02d5ac0f2a2789602e9df950c380d2799b4bdb59394e4eeabdd3a662
qemu-secex:
release: 30.1.2.3
formats:
"qcow2.xz":
disk:
location: https://artifacts.example.com/6d5814250381013f.qcow2.xz
signature: https://artifacts.example.com/6d5814250381013f.qcow2.xz.sig
sha256: 2afbb0ac4a19f58a55db35db0a690d488f065664e9bcba1b802966f0ae6aad57
uncompressed-sha256: 2b1cb667f3468ef7b462e5ec8395fcd2982e424d1727336e95f74c611d8bbd53
virtualbox:
release: 30.1.2.3
formats:
Expand Down
13 changes: 13 additions & 0 deletions metadata/stream/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,19 @@
}
}
},
"qemu-secex": {
"release": "33.20210412.3.0",
"formats": {
"qcow2.xz": {
"disk": {
"location": "https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/33.20210412.3.0/x86_64/fedora-coreos-33.20210412.3.0-qemu-secex.x86_64.qcow2.xz",
"signature": "https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/33.20210412.3.0/x86_64/fedora-coreos-33.20210412.3.0-qemu-secex.x86_64.qcow2.xz.sig",
"sha256": "2afbb0ac4a19f58a55db35db0a690d488f065664e9bcba1b802966f0ae6aad57",
"uncompressed-sha256": "2b1cb667f3468ef7b462e5ec8395fcd2982e424d1727336e95f74c611d8bbd53"
}
}
}
},
"virtualbox": {
"release": "33.20210412.3.0",
"formats": {
Expand Down

0 comments on commit efc7f65

Please sign in to comment.