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
exit.Error(reason.GuestImageBuild, "Failed to build image", err)
315
323
}
@@ -393,6 +401,7 @@ func init() {
393
401
buildImageCmd.Flags().StringArrayVar(&buildOpt, "build-opt", nil, "Specify arbitrary flags to pass to the build. (format: key=value)")
394
402
buildImageCmd.Flags().StringVarP(&nodeName, "node", "n", "", "The node to build on. Defaults to the primary control plane.")
395
403
buildImageCmd.Flags().BoolVarP(&allNodes, "all", "", false, "Build image on all nodes.")
404
+
buildImageCmd.Flags().BoolVarP(&noDosPathConversion, "no-dospath-conversion", "", false, "No automatic conversion from DOS-style path to UNIX-style path for Dockerfile")
396
405
imageCmd.AddCommand(buildImageCmd)
397
406
saveImageCmd.Flags().BoolVar(&imgDaemon, "daemon", false, "Cache image to docker daemon")
398
407
saveImageCmd.Flags().BoolVar(&imgRemote, "remote", false, "Cache image to remote registry")
0 commit comments