debian-forge-composer/tools/test_image_info/build-from-yum.json
Lars Karlitski 329964f2ab image-info: add test
Add two kinds of tests, with one case each:

1. Run image-info against an osbuild pipeline. Uses osbuild
from a submodule to make an image from the pipeline.

2. Run image-info against an existing image, fetched from the internet.
2019-10-05 14:47:35 +02:00

23 lines
517 B
JSON

{
"stages": [
{
"name": "org.osbuild.yum",
"options": {
"releasever": "27",
"basearch": "x86_64",
"repos": [
{
"baseurl": "https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/$releasever/Everything/$basearch/os/",
"gpgkey": "860E 19B0 AFA8 00A1 7518 81A6 F55E 7430 F528 2EE4"
}
],
"packages": [
"dnf",
"systemd",
"tar",
"gnupg"
]
}
}
]
}