osbuild-mpp: add bootc.install-to-filesystem to process_containers
This commit is contained in:
parent
af360b0d71
commit
7dede7746d
1 changed files with 4 additions and 1 deletions
|
|
@ -1611,7 +1611,10 @@ class ManifestFileV2(ManifestFile):
|
|||
|
||||
def _process_container(self, stage):
|
||||
if stage.get("type", "") not in \
|
||||
["org.osbuild.skopeo", "org.osbuild.ostree.deploy.container", "org.osbuild.container-deploy"]:
|
||||
["org.osbuild.skopeo",
|
||||
"org.osbuild.ostree.deploy.container",
|
||||
"org.osbuild.container-deploy",
|
||||
"org.osbuild.bootc.install-to-filesystem"]:
|
||||
return
|
||||
|
||||
inputs = element_enter(stage, "inputs", {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue