Skip to content

Commit

Permalink
Merge pull request #3182 from thaJeztah/remove_DOCKER_SERVICE_PREFER_…
Browse files Browse the repository at this point in the history
…OFFLINE_IMAGE

util/testutil/integration: remove DOCKER_SERVICE_PREFER_OFFLINE_IMAGE
  • Loading branch information
crazy-max committed Oct 17, 2022
2 parents b3c85c6 + 7286e8c commit 6bff150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/testutil/integration/dockerd.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (c dockerd) New(ctx context.Context, cfg *BackendConfig) (b Backend, cl fun
"--default-address-pool", "base=10.66.66.0/16,size=24",
"--debug",
}...)
cmd.Env = append(os.Environ(), "DOCKER_SERVICE_PREFER_OFFLINE_IMAGE=1", "BUILDKIT_DEBUG_EXEC_OUTPUT=1", "BUILDKIT_DEBUG_PANIC_ON_ERROR=1")
cmd.Env = append(os.Environ(), "BUILDKIT_DEBUG_EXEC_OUTPUT=1", "BUILDKIT_DEBUG_PANIC_ON_ERROR=1")
cmd.SysProcAttr = getSysProcAttr()

dockerdStop, err := startCmd(cmd, cfg.Logs)
Expand Down

0 comments on commit 6bff150

Please sign in to comment.