We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86db5a5 commit 296ab91Copy full SHA for 296ab91
integration/integration_test.go
@@ -664,7 +664,6 @@ func TestBuildFromDockerfileAndConfig(t *testing.T) {
664
opts.privileged = true
665
opts.binds = []string{fmt.Sprintf("%s:%s:rw", configFile, tt.configFile.name)}
666
}
667
- t.Log(opts.binds)
668
if tt.configBase64 != "" {
669
enc := base64.StdEncoding.EncodeToString([]byte(tt.configBase64))
670
tt.env = append(tt.env, envbuilderEnv("DOCKER_CONFIG_BASE64", enc))
0 commit comments