osbuild-mpp: add bootc.install-to-filesystem to process_containers

This commit is contained in:
Michael Vogt 2024-01-19 13:31:08 +01:00 committed by Achilleas Koutsou
parent af360b0d71
commit 7dede7746d

View file

@ -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", {})