Created
February 10, 2022 21:31
-
-
Save cgwalters/8085b2542b22791c6a75b95e79a1aba4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
$ cosa generate-release-meta --stream-name podman --stream-baseurl https://fedorapeople.org/groups/podman --url https://fedorapeople.org/groups/podman/builds/35.20220208.dev.0/x86_64/meta.json --output stream.json | |
Downloading https://fedorapeople.org/groups/podman/builds/35.20220208.dev.0/x86_64/meta.json... | |
podman stream | |
x86_64 images: | |
- qemu | |
Successfully wrote release file at stream.json | |
$ jq . < stream.json | |
{ | |
"release": "35.20220208.dev.0", | |
"stream": "podman", | |
"architectures": { | |
"x86_64": { | |
"media": { | |
"qemu": { | |
"artifacts": { | |
"qcow2": { | |
"disk": { | |
"location": "https://fedorapeople.org/groups/podman/podman/builds/35.20220208.dev.0/x86_64/fedora-coreos-35.20220208.dev.0-qemu.x86_64.qcow2", | |
"signature": "https://fedorapeople.org/groups/podman/podman/builds/35.20220208.dev.0/x86_64/fedora-coreos-35.20220208.dev.0-qemu.x86_64.qcow2.sig", | |
"sha256": "9c6c1939bbd02949d80a4c58dc41ff593773dc936fff414fe1d93335e168b7a8", | |
"uncompressed-sha256": null | |
} | |
} | |
} | |
}, | |
"metal": { | |
"artifacts": {} | |
} | |
}, | |
"commit": "56f58aac52489c40ffc77704aa3284edca675c9914c9d8db6e31d1814a0a1792" | |
} | |
} | |
} | |
$ | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment