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
bib: Add --build-container to run the build 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)")
677
+
manifestCmd.Flags().String("build-container", "", "Use a custom container for the image build")
647
678
manifestCmd.Flags().StringArray("type", []string{"qcow2"}, fmt.Sprintf("image types to build [%s]", imagetypes.Available()))
648
679
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