From 41fb5b1602e2299f534c328a84403161c079dcd2 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 11 Mar 2021 17:38:54 +0100 Subject: [PATCH] fix: pass docker tls env to childs (#9087) --- .gitignore | 2 ++ lib/util/exec/env.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7ca03a835..d84df371c 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ renovate-schema.json tools/dist test/datasource/nuget/_fixtures/obj +# testing +/docker-compose.yml diff --git a/lib/util/exec/env.ts b/lib/util/exec/env.ts index 13ff2975a..38950e4e8 100644 --- a/lib/util/exec/env.ts +++ b/lib/util/exec/env.ts @@ -9,6 +9,8 @@ const basicEnvVars = [ 'LC_ALL', 'LANG', 'DOCKER_HOST', + 'DOCKER_TLS_VERIFY', + 'DOCKER_CERT_PATH', ]; export function getChildProcessEnv(