Skip to content
Snippets Groups Projects
Unverified Commit 41fb5b16 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

fix: pass docker tls env to childs (#9087)

parent ca834fa6
No related branches found
No related tags found
No related merge requests found
......@@ -23,3 +23,5 @@ renovate-schema.json
tools/dist
test/datasource/nuget/_fixtures/obj
# testing
/docker-compose.yml
......@@ -9,6 +9,8 @@ const basicEnvVars = [
'LC_ALL',
'LANG',
'DOCKER_HOST',
'DOCKER_TLS_VERIFY',
'DOCKER_CERT_PATH',
];
export function getChildProcessEnv(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment