Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hyper-V metadata #1425

Merged
merged 1 commit into from
Jun 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions metadata/release/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,17 @@
}
}
},
"hyperv": {
"artifacts": {
"vhdx.zip": {
"disk": {
"location": "https://builds.coreos.fedoraproject.org/prod/streams/testing/builds/30.20190801.0/x86_64/fedora-coreos-30.20190801.0-hyperv.vhdx.zip",
"signature": "https://builds.coreos.fedoraproject.org/prod/streams/testing/builds/30.20190801.0/x86_64/fedora-coreos-30.20190801.0-hyperv.vhdx.zip.sig",
"sha256": "a889159d661339e635372b807f0a98bb93c64aabfaf89a801b2f03491488f0ef"
}
}
}
},
"ibmcloud": {
"artifacts": {
"qcow2.xz": {
Expand Down
8 changes: 8 additions & 0 deletions metadata/stream/rationale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ architectures:
signature: https://artifacts.example.com/ais7tah1aa7Ahvei.tar.gz.sig
sha256: 96fb92427ae41e4649b934ca495991b7852b85e3b0c44298fc1c149afbf4c895
uncompressed-sha256: 38acb15d02d5ac0f2a2789602e9df950c380d2799b4bdb59394e4eeabdd3a662
hyperv:
release: 30.1.2.3
formats:
"vhdx.zip":
disk:
location: https://artifacts.example.com/quohgh8ei0uzaD5a.vhdx.zip
signature: https://artifacts.example.com/quohgh8ei0uzaD5a.vhdx.zip.sig
sha256: 4c8996fb92427ae41e4649b934ca4e3b0c44298fc1c149afbf95991b7852b855
ibmcloud:
release: 30.1.2.3
formats:
Expand Down
12 changes: 12 additions & 0 deletions metadata/stream/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,18 @@
}
}
},
"hyperv": {
"release": "33.20210412.3.0",
"formats": {
"vhdx.zip": {
"disk": {
"location": "https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/33.20210412.3.0/x86_64/fedora-coreos-33.20210412.3.0-hyperv.x86_64.vhdx.zip",
"signature": "https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/33.20210412.3.0/x86_64/fedora-coreos-33.20210412.3.0-hyperv.x86_64.vhdx.zip.sig",
"sha256": "728e876d87ec71de27fc1d882840e6877346423433339a2b8606fa28e57413fd"
}
}
}
},
"ibmcloud": {
"release": "33.20210412.3.0",
"formats": {
Expand Down