Skip to content

Commit

Permalink
Drop experimental tag for manifest commands
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dims committed Sep 8, 2018
1 parent ce4a9f8 commit 79e0dc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/command/manifest/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ func NewManifestCommand(dockerCli command.Cli) *cobra.Command {
Run: func(cmd *cobra.Command, args []string) {
fmt.Fprintf(dockerCli.Err(), "\n"+cmd.UsageString())
},
Annotations: map[string]string{"experimentalCLI": ""},
}
cmd.AddCommand(
newCreateListCommand(dockerCli),
Expand Down

0 comments on commit 79e0dc3

Please sign in to comment.