Closed
Description
The --builder-image
flag introduced in #923 presents possible confusion with --builder
.
cmd.Flags().StringP("builder", "b", "pack", "builder to use when creating the underlying image. Currently supported builders are 'pack' and 's2i'.")
cmd.Flags().StringP("builder-image", "", "", "builder image, either an image name or a mapping name.\nSpecified value is stored in func.yaml for subsequent builds. ($FUNC_BUILDER_IMAGE)")
As is mentioned during code review, we should take the time to consider possible alternative names or a wholesale refactor of this feature.