I would like the build an ISO from 2 bootc container images (installer + payload), but it currently fails during the build with a Failed to mount image (125): Error: layer not known error, and I am currently trying to understand the root cause.
FYI I run the image-builder CLI inside a container using the official ghcr.io/osbuild/image-builder-cli:latest image, and I think the root cause of the problem is more or less due to the double sandboxing.
However, I think there a problem with the manifest generated by the image-builder CLI, listed here: there's a duplicate org.osbuild.container-deploy stage in the first and second pipeline and I don't understand why. Is that a bug?
Since my build fails in this second duplicate stage, I guess my problem would disappear by fixing the manifest (but I didn't tried yet)
I would like the build an ISO from 2 bootc container images (installer + payload), but it currently fails during the build with a
Failed to mount image (125): Error: layer not knownerror, and I am currently trying to understand the root cause.FYI I run the
image-builderCLI inside a container using the officialghcr.io/osbuild/image-builder-cli:latestimage, and I think the root cause of the problem is more or less due to the double sandboxing.However, I think there a problem with the manifest generated by the image-builder CLI, listed here: there's a duplicate
org.osbuild.container-deploystage in the first and second pipeline and I don't understand why. Is that a bug?Since my build fails in this second duplicate stage, I guess my problem would disappear by fixing the manifest (but I didn't tried yet)