-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vendor buildkit to f238f1e #1883
Conversation
cli/command/image/build_buildkit.go
Outdated
@@ -174,7 +174,7 @@ func runBuildBuildKit(dockerCli command.Cli, options buildOptions) error { | |||
})) | |||
} | |||
|
|||
s.Allow(authprovider.NewDockerAuthProvider()) | |||
s.Allow(authprovider.NewDockerAuthProvider(ioutil.Discard)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
os.Stderr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Tibor Vass <tibor@docker.com>
Codecov Report
@@ Coverage Diff @@
## master #1883 +/- ##
=======================================
Coverage 56.75% 56.75%
=======================================
Files 309 309
Lines 21680 21680
=======================================
Hits 12305 12305
Misses 8476 8476
Partials 899 899 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still LGTM
Signed-off-by: Tibor Vass tibor@docker.com