Skip to content

Commit a9bd3f5

Browse files
committed
missing DCT removal for a docker command
Signed-off-by: CrazyMax <[email protected]>
1 parent f9de623 commit a9bd3f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/docker/install.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ EOF`,
289289
await Exec.getExecOutput(`docker version`, undefined, {
290290
silent: true,
291291
env: Object.assign({}, envs, {
292-
DOCKER_HOST: dockerHost
292+
DOCKER_HOST: dockerHost,
293+
DOCKER_CONTENT_TRUST: 'false'
293294
}) as {
294295
[key: string]: string;
295296
}

0 commit comments

Comments
 (0)