debian-forge/test/data/manifests/fedora-ostree-native-container.mpp.json
Christian Kellner acc54c5202 test/ostree-image: +fedora-ostree-native-container
Test building the new fedora-ostree-native-container manifest.
2022-12-15 11:13:19 +01:00

52 lines
1.1 KiB
JSON

{
"mpp-vars": {
"arch": "x86_64",
"release": 36,
"releasever": "f$release",
"snapshot": "20220617",
"updates": "20220715"
},
"version": "2",
"pipelines": [
{
"mpp-import-pipeline": {
"path": "fedora-build-v2.mpp.json",
"id": "build"
},
"runner": {
"mpp-format-string": "org.osbuild.fedora{release}"
}
},
{
"mpp-import-pipelines": {
"path": "fedora-ostree-commit.mpp.json",
"ids": [
"ostree-tree",
"ostree-commit"
]
}
},
{
"name": "container",
"build": "name:build",
"stages": [
{
"type": "org.osbuild.ostree.encapsulate",
"options": {
"filename": "ostree-container.tar",
"max_layers": 1
},
"inputs": {
"commit": {
"type": "org.osbuild.ostree",
"origin": "org.osbuild.pipeline",
"references": {
"name:ostree-commit": {}
}
}
}
}
]
}
]
}