Skip to content

Commit

Permalink
test: always disable tls for dockerd worker
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Jul 12, 2023
1 parent 0eafef8 commit 2eb65b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/testutil/integration/dockerd.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func (c Moby) New(ctx context.Context, cfg *BackendConfig) (b Backend, cl func()
dockerdFlags := []string{
"--config-file", dockerdConfigFile,
"--userland-proxy=false",
"--tls=false",
"--debug",
}
if s := os.Getenv("BUILDKIT_INTEGRATION_DOCKERD_FLAGS"); s != "" {
Expand Down

0 comments on commit 2eb65b3

Please sign in to comment.