Merge pull request #75 from tonistiigi/update-buildkit

vendor: update buildkit to f238f1e
This commit is contained in:
Tibor Vass
2019-05-15 10:39:55 -07:00
committed by GitHub
170 changed files with 14083 additions and 4723 deletions

View File

@ -100,7 +100,7 @@ func runBuild(dockerCli command.Cli, in buildOptions) error {
}
opts.Platforms = platforms
opts.Session = append(opts.Session, authprovider.NewDockerAuthProvider())
opts.Session = append(opts.Session, authprovider.NewDockerAuthProvider(os.Stderr))
secrets, err := build.ParseSecretSpecs(in.secrets)
if err != nil {