Skip to content

Commit f472a1a

Browse files
authored
Merge pull request #1296 from tiborvass/build-progress-flag-no-api-requirement
build: Remove API requirement for --progress as it is CLI only
2 parents b3d8c5d + 50f9188 commit f472a1a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cli/command/image/build.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ func NewBuildCommand(dockerCli command.Cli) *cobra.Command {
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")
158158
flags.SetAnnotation("progress", "experimental", nil)
159-
flags.SetAnnotation("progress", "version", []string{"1.38"})
160159

161160
flags.StringArrayVar(&options.secrets, "secret", []string{}, "Secret file to expose to the build (only if BuildKit enabled): id=mysecret,src=/local/secret")
162161
flags.SetAnnotation("secret", "experimental", nil)

0 commit comments

Comments
 (0)