From 37c44b626b1ef42f043df981656ba7118a010360 Mon Sep 17 00:00:00 2001 From: Ilya Finkelshteyn Date: Fri, 5 Apr 2019 22:26:55 -0700 Subject: [PATCH] Remove diagnostic --- scripts/prepare-docker.ps1 | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/scripts/prepare-docker.ps1 b/scripts/prepare-docker.ps1 index 896acf7..e6489d2 100644 --- a/scripts/prepare-docker.ps1 +++ b/scripts/prepare-docker.ps1 @@ -35,26 +35,14 @@ function PullRunDockerImages($minOsBuild, $serverCoreTag, $nanoServerTag) { } Switch-DockerLinux - docker run --rm busybox echo hello_world -get-date | Set-Content c:\busybox.txt - docker run --rm alpine echo hello_world -get-date | Set-Content c:\alpine.txt Switch-DockerWindows - PullRunDockerImages 14393 'ltsc2016' 'sac2016' -get-date | Set-Content c:\ltsc2016-sac2016.txt - PullRunDockerImages 16299 '1709' '1709' -get-date | Set-Content c:\1709-1709.txt - PullRunDockerImages 17134 '1803' '1803' -get-date | Set-Content c:\1803-1803.txt - PullRunDockerImages 17763 'ltsc2019' '1809' -get-date | Set-Content c:\ltsc2019-1809.txt Switch-DockerLinux