test/ostree-image: +fedora-ostree-native-container
Test building the new fedora-ostree-native-container manifest.
This commit is contained in:
parent
caad585907
commit
acc54c5202
3 changed files with 1566 additions and 0 deletions
|
|
@ -60,6 +60,14 @@ def run_tests(args, tmpdir):
|
|||
}
|
||||
},
|
||||
},
|
||||
"fedora-ostree-native-container": {
|
||||
"manifest": "fedora-ostree-native-container.json",
|
||||
"exports": {
|
||||
"container": {
|
||||
"artifact": "container.tar"
|
||||
}
|
||||
},
|
||||
},
|
||||
"fedora-ostree-bootiso": {
|
||||
"manifest": "fedora-ostree-bootiso.json",
|
||||
"exports": {
|
||||
|
|
|
|||
1506
test/data/manifests/fedora-ostree-native-container.json
Normal file
1506
test/data/manifests/fedora-ostree-native-container.json
Normal file
File diff suppressed because it is too large
Load diff
52
test/data/manifests/fedora-ostree-native-container.mpp.json
Normal file
52
test/data/manifests/fedora-ostree-native-container.mpp.json
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"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": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue