feat: 添加了 imager 工具 package
refactor: 将 images 的获取分散到各个组件里面
This commit is contained in:
@@ -50,6 +50,7 @@ func makeCmd() *cobra.Command {
|
||||
_cmd.PersistentFlags().StringVar(&opt.Cfg.Make.Dir, "dir", "/root/hsv2-installation", "make base directory")
|
||||
|
||||
_cmd.AddCommand(
|
||||
makecmd.ALL(),
|
||||
makecmd.Images(),
|
||||
makecmd.Binaries(),
|
||||
makecmd.Flannel(),
|
||||
@@ -60,6 +61,7 @@ func makeCmd() *cobra.Command {
|
||||
makecmd.EMQX(),
|
||||
makecmd.Minio(),
|
||||
makecmd.Yosguard(),
|
||||
makecmd.Registry(),
|
||||
makecmd.LessDNS(),
|
||||
makecmd.HSNet(),
|
||||
makecmd.ConfigMap(),
|
||||
|
||||
Reference in New Issue
Block a user