test/manifests: annotations for ostree container

Include the new OSTree specific annotations in the ostree container
manifest.
This commit is contained in:
Christian Kellner 2021-05-12 18:47:56 +00:00
parent 722211df00
commit ec4d7c0c1c
2 changed files with 10 additions and 0 deletions

View file

@ -1021,6 +1021,11 @@
"ExposedPorts": [
"80"
]
},
"annotations": {
"org.osbuild.ostree.repo": "/var/www/html/repo",
"org.osbuild.ostree.ref": "fedora/x86_64/osbuild",
"org.osbuild.ostree.layer": "1"
}
}
}

View file

@ -234,6 +234,11 @@
"ExposedPorts": [
"80"
]
},
"annotations": {
"org.osbuild.ostree.repo": "/var/www/html/repo",
"org.osbuild.ostree.ref": "fedora/x86_64/osbuild",
"org.osbuild.ostree.layer": "1"
}
}
}