From 3a2982cd21856a6d25db27cf4a699d1bb0217b56 Mon Sep 17 00:00:00 2001 From: Helder Correia <174525+helderco@users.noreply.github.com> Date: Mon, 28 Mar 2022 14:36:14 +0000 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20rely=20on=20default=20docker/cl?= =?UTF-8?q?i=20entrypoint=20for=20setting=20up=20https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com> --- pkg/universe.dagger.io/docker/cli/client.cue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/universe.dagger.io/docker/cli/client.cue b/pkg/universe.dagger.io/docker/cli/client.cue index 3cb7aba6..419ddc8a 100644 --- a/pkg/universe.dagger.io/docker/cli/client.cue +++ b/pkg/universe.dagger.io/docker/cli/client.cue @@ -75,6 +75,10 @@ import ( certs?: dagger.#FS if certs != _|_ { + env: { + DOCKER_TLS_VERIFY: "1" + DOCKER_CERT_PATH: "/certs/client" + } mounts: "certs": { dest: "/certs/client" contents: certs