Skip to content

Commit 2eb65b3

Browse files
committed
test: always disable tls for dockerd worker
Signed-off-by: CrazyMax <[email protected]>
1 parent 0eafef8 commit 2eb65b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/testutil/integration/dockerd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ func (c Moby) New(ctx context.Context, cfg *BackendConfig) (b Backend, cl func()
137137
dockerdFlags := []string{
138138
"--config-file", dockerdConfigFile,
139139
"--userland-proxy=false",
140+
"--tls=false",
140141
"--debug",
141142
}
142143
if s := os.Getenv("BUILDKIT_INTEGRATION_DOCKERD_FLAGS"); s != "" {

0 commit comments

Comments
 (0)