Skip to content

Commit

Permalink
Default buildx progress to plain
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed May 13, 2022
1 parent ae62612 commit 8277db0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class DockerBuildxConfig {

/**
* Set type of progress output ({@code auto}, {@code plain}, {@code tty}). Use {@code plain} to show container output
* (default “{@code auto}”).
* (default “{@code auto}”). See https://docs.docker.com/engine/reference/commandline/buildx_build/#progress
*/
@ConfigItem
public Optional<String> progress;
Expand Down

0 comments on commit 8277db0

Please sign in to comment.