Merge pull request #1888 from helderco/cli-certs

Don’t rely on default docker/cli entrypoint for setting up https
This commit is contained in:
Helder Correia
2022-03-28 18:09:21 +00:00
committed by GitHub

View File

@@ -79,6 +79,10 @@ import (
certs?: dagger.#FS certs?: dagger.#FS
if certs != _|_ { if certs != _|_ {
env: {
DOCKER_TLS_VERIFY: "1"
DOCKER_CERT_PATH: "/certs/client"
}
mounts: "certs": { mounts: "certs": {
dest: "/certs/client" dest: "/certs/client"
contents: certs contents: certs