test/manifests: annotations for ostree container
Include the new OSTree specific annotations in the ostree container manifest.
This commit is contained in:
parent
722211df00
commit
ec4d7c0c1c
2 changed files with 10 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue