You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --build-container to run build pipeline and dnf in a custom container
The automotive project wants to build minimal bootc images which will
not contain tools like dnf, mkfs.ext, etc. We support this by allowing
the container used in the build pipeline to come from another (but
related) container image.
This depends on osbuild/images#1507
manifestCmd.Flags().String("target-arch", "", "build for the given target architecture (experimental)")
689
+
manifestCmd.Flags().String("build-container", "", "Use a custom container for the image build")
659
690
manifestCmd.Flags().StringArray("type", []string{"qcow2"}, fmt.Sprintf("image types to build [%s]", imagetypes.Available()))
660
691
manifestCmd.Flags().Bool("local", true, "DEPRECATED: --local is now the default behavior, make sure to pull the container image before running bootc-image-builder")
0 commit comments