We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade8fe4 commit 168206bCopy full SHA for 168206b
1 file changed
dockerHelper_test.go
@@ -47,7 +47,7 @@ func CreateDockerfile(imageName string, dockerFROM string, dockerCMD string, doc
47
}
48
49
baseWindowsDockerFrom := []string{
50
- "FROM mcr.microsoft.com/windows/servercore:ltsc2025",
+ "FROM mcr.microsoft.com/windows/servercore:ltsc2022",
51
`SHELL ["powershell"]`,
52
"RUN NET USER nrdiagadmin /add",
53
"RUN NET LOCALGROUP administrators /add nrdiagadmin",
0 commit comments