Skip to content

Commit 79e0dc3

Browse files
committed
Drop experimental tag for manifest commands
Some of us working on Kubernetes have been using the docker manifest experimental commands to build images for some time now. The last problem we had was fixed by one of the commits a few months ago: 69e1743 Could we please promote these commands from experimental to GA Change-Id: Iaa3ac7e1b56e1b6b4f091d047bf50c6794fa3d65
1 parent ce4a9f8 commit 79e0dc3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cli/command/manifest/cmd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ func NewManifestCommand(dockerCli command.Cli) *cobra.Command {
2020
Run: func(cmd *cobra.Command, args []string) {
2121
fmt.Fprintf(dockerCli.Err(), "\n"+cmd.UsageString())
2222
},
23-
Annotations: map[string]string{"experimentalCLI": ""},
2423
}
2524
cmd.AddCommand(
2625
newCreateListCommand(dockerCli),

0 commit comments

Comments
 (0)