Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
unblocking e2e tests by hardcording iis image (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
marosset authored Feb 12, 2020
1 parent 9656348 commit 86d2705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/engine/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func (e *Engine) GetWindowsTestImages() (*WindowsTestImages, error) {
return &WindowsTestImages{IIS: "mcr.microsoft.com/windows/servercore/iis:windowsservercore-1903",
ServerCore: "mcr.microsoft.com/windows/servercore:1903"}, nil
case strings.Contains(windowsSku, "1809"), strings.Contains(windowsSku, "2019"):
return &WindowsTestImages{IIS: "mcr.microsoft.com/windows/servercore/iis:windowsservercore-ltsc2019",
return &WindowsTestImages{IIS: "mcr.microsoft.com/windows/servercore/iis:20191112-windowsservercore-ltsc2019",
ServerCore: "mcr.microsoft.com/windows/servercore:ltsc2019"}, nil
case strings.Contains(windowsSku, "1803"):
return &WindowsTestImages{IIS: "mcr.microsoft.com/windows/servercore/iis:windowsservercore-1803",
Expand Down

0 comments on commit 86d2705

Please sign in to comment.