From 613f303049c1a870a78b67e05ed4c204737f209d Mon Sep 17 00:00:00 2001 From: John Howard Date: Mon, 26 Nov 2018 08:45:49 -0800 Subject: [PATCH] Windows:Tie busybox to version Signed-off-by: John Howard (cherry picked from commit 14c8b67e51a8340284dfd8919843ce9edd1e5c71) Signed-off-by: Sebastiaan van Stijn Upstream-commit: 9c93de59da8eaa0e0e0377578a33b465b9465bb2 Component: engine --- components/engine/hack/ci/windows.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/hack/ci/windows.ps1 b/components/engine/hack/ci/windows.ps1 index 393bcbdc2f..4755bf362e 100644 --- a/components/engine/hack/ci/windows.ps1 +++ b/components/engine/hack/ci/windows.ps1 @@ -776,9 +776,9 @@ Try { # This is a temporary hack for nanoserver if ($env:WINDOWS_BASE_IMAGE -ne "microsoft/windowsservercore") { Write-Host -ForegroundColor Red "HACK HACK HACK - Building 64-bit nanoserver busybox image" - $(& "$env:TEMP\binary\docker-$COMMITHASH" "-H=$($DASHH_CUT)" build -t busybox https://raw.githubusercontent.com/jhowardmsft/busybox64/master/Dockerfile | Out-Host) + $(& "$env:TEMP\binary\docker-$COMMITHASH" "-H=$($DASHH_CUT)" build -t busybox https://raw.githubusercontent.com/jhowardmsft/busybox64/v1.0/Dockerfile | Out-Host) } else { - $(& "$env:TEMP\binary\docker-$COMMITHASH" "-H=$($DASHH_CUT)" build -t busybox https://raw.githubusercontent.com/jhowardmsft/busybox/master/Dockerfile | Out-Host) + $(& "$env:TEMP\binary\docker-$COMMITHASH" "-H=$($DASHH_CUT)" build -t busybox https://raw.githubusercontent.com/jhowardmsft/busybox/v1.0/Dockerfile | Out-Host) } $ErrorActionPreference = "Stop" if (-not($LastExitCode -eq 0)) {