Skip to content

Commit

Permalink
fix: pass docker tls env to childs (renovatebot#9087)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Mar 11, 2021
1 parent ca834fa commit 41fb5b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ renovate-schema.json
tools/dist
test/datasource/nuget/_fixtures/obj

# testing
/docker-compose.yml
2 changes: 2 additions & 0 deletions lib/util/exec/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const basicEnvVars = [
'LC_ALL',
'LANG',
'DOCKER_HOST',
'DOCKER_TLS_VERIFY',
'DOCKER_CERT_PATH',
];

export function getChildProcessEnv(
Expand Down

0 comments on commit 41fb5b1

Please sign in to comment.