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:
commit
75a3ae4204
@ -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
|
||||||
|
Reference in New Issue
Block a user