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 cb8b3a7 commit 4472768Copy full SHA for 4472768
apply-templates.sh
@@ -45,7 +45,7 @@ for version; do
45
windows/*)
46
variant="$(basename "$variant")" # "windowsservercore-1809", etc
47
windowsVariant="${variant%%-*}" # "windowsservercore", "nanoserver"
48
- windowsRelease="${variant#$windowsVariant-}" # "1809", "ltsc2016", etc
+ windowsRelease="${variant#$windowsVariant-}" # "ltsc2022", "1809", etc
49
windowsVariant="${windowsVariant#windows}" # "servercore", "nanoserver"
50
export windowsVariant windowsRelease
51
template="Dockerfile-windows-$windowsVariant.template"
0 commit comments