Don’t rely on default docker/cli entrypoint for setting up https
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
This commit is contained in:
parent
9f042800da
commit
3a2982cd21
@ -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
|
||||
|
Reference in New Issue
Block a user