working commit
This commit is contained in:
@@ -102,14 +102,6 @@ func (util *ImageUtil) CreateImageCmds() *cobra.Command {
|
||||
}
|
||||
subCmd.AddCommand(imageTagsCmd)
|
||||
|
||||
// ImageConfig
|
||||
var imageConfigCmd = &cobra.Command{
|
||||
Use: "config [user:pass@]hostname[:port]/path:tag",
|
||||
Short: "Show container image config info",
|
||||
Args: cobra.ExactArgs(1),
|
||||
Run: util.ImageConfig,
|
||||
}
|
||||
subCmd.AddCommand(imageConfigCmd)
|
||||
// CatalogImages
|
||||
var catalogImagesCmd = &cobra.Command{
|
||||
Use: "catalog [user:pass@]hostname[:port]",
|
||||
@@ -125,7 +117,6 @@ func (util *ImageUtil) CreateImageCmds() *cobra.Command {
|
||||
type ImageUtil struct {
|
||||
imageManifestParams ImageManifestParams
|
||||
imageTagsParams ImageTagsParams
|
||||
imageConfigParams ImageConfigParams
|
||||
catalogImagesParams CatalogImagesParams
|
||||
|
||||
pullImageParams PullImageParams
|
||||
|
||||
Reference in New Issue
Block a user