Skip to content

Commit

Permalink
Merge pull request #417 from crazy-max/missing-dct-removal
Browse files Browse the repository at this point in the history
missing DCT removal for a docker command
  • Loading branch information
crazy-max authored Jul 19, 2024
2 parents f7a8b21 + a9bd3f5 commit 6df98c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/docker/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ EOF`,
await Exec.getExecOutput(`docker version`, undefined, {
silent: true,
env: Object.assign({}, envs, {
DOCKER_HOST: dockerHost
DOCKER_HOST: dockerHost,
DOCKER_CONTENT_TRUST: 'false'
}) as {
[key: string]: string;
}
Expand Down

0 comments on commit 6df98c1

Please sign in to comment.