Skip to content

Commit 60c75fd

Browse files
committed
Remove "experimental" annotations for buildkit
BuildKit can now be enabled without the daemon having experimental features enabled. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent ca78259 commit 60c75fd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cli/command/image/build.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,8 @@ func NewBuildCommand(dockerCli command.Cli) *cobra.Command {
155155
flags.SetAnnotation("stream", "version", []string{"1.31"})
156156

157157
flags.StringVar(&options.progress, "progress", "auto", "Set type of progress output (only if BuildKit enabled) (auto, plain, tty). Use plain to show container output")
158-
flags.SetAnnotation("progress", "experimental", nil)
159158

160159
flags.StringArrayVar(&options.secrets, "secret", []string{}, "Secret file to expose to the build (only if BuildKit enabled): id=mysecret,src=/local/secret")
161-
flags.SetAnnotation("secret", "experimental", nil)
162160
flags.SetAnnotation("secret", "version", []string{"1.39"})
163161
return cmd
164162
}

0 commit comments

Comments
 (0)