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
commit 75a3ae4204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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