diff --git a/examples/azure-identity/dotnet/Makefile b/examples/azure-identity/dotnet/Makefile index ac901cca8..8ef39657b 100644 --- a/examples/azure-identity/dotnet/Makefile +++ b/examples/azure-identity/dotnet/Makefile @@ -14,14 +14,14 @@ OUTPUT_TYPE ?= type=registry ALL_OS = linux windows ALL_ARCH.linux = amd64 arm64 ALL_ARCH.windows = amd64 -ALL_OSVERSIONS.windows := 1809 1903 1909 2004 ltsc2022 +ALL_OSVERSIONS.windows := 1809 ltsc2022 ALL_OS_ARCH.linux = $(foreach arch, ${ALL_ARCH.linux}, linux-$(arch)) ALL_OS_ARCH.windows = $(foreach osver, ${ALL_OSVERSIONS.windows}, windows-$(osver)-$(foreach arch, ${ALL_ARCH.windows},$(arch))) ALL_OS_ARCH = $(foreach os, $(ALL_OS), ${ALL_OS_ARCH.${os}}) # The architecture of the image ARCH ?= amd64 -# OS Version for the Windows images: 1809, 1903, 1909, 2004, ltsc2022 +# OS Version for the Windows images: 1809, ltsc2022 OSVERSION ?= 1809 .PHONY: container-linux diff --git a/examples/msal-go/Makefile b/examples/msal-go/Makefile index f618d3d83..b45dc88a0 100644 --- a/examples/msal-go/Makefile +++ b/examples/msal-go/Makefile @@ -14,14 +14,14 @@ OUTPUT_TYPE ?= type=registry ALL_OS = linux windows ALL_ARCH.linux = amd64 arm64 ALL_ARCH.windows = amd64 -ALL_OSVERSIONS.windows := 1809 1903 1909 2004 ltsc2022 +ALL_OSVERSIONS.windows := 1809 ltsc2022 ALL_OS_ARCH.linux = $(foreach arch, ${ALL_ARCH.linux}, linux-$(arch)) ALL_OS_ARCH.windows = $(foreach osver, ${ALL_OSVERSIONS.windows}, windows-$(osver)-$(foreach arch, ${ALL_ARCH.windows},$(arch))) ALL_OS_ARCH = $(foreach os, $(ALL_OS), ${ALL_OS_ARCH.${os}}) # The architecture of the image ARCH ?= amd64 -# OS Version for the Windows images: 1809, 1903, 1909, 2004, ltsc2022 +# OS Version for the Windows images: 1809, ltsc2022 OSVERSION ?= 1809 .PHONY: container-linux diff --git a/examples/msal-net/akvdotnet/Makefile b/examples/msal-net/akvdotnet/Makefile index e5a01c591..fb7c44924 100644 --- a/examples/msal-net/akvdotnet/Makefile +++ b/examples/msal-net/akvdotnet/Makefile @@ -14,14 +14,14 @@ OUTPUT_TYPE ?= type=registry ALL_OS = linux windows ALL_ARCH.linux = amd64 arm64 ALL_ARCH.windows = amd64 -ALL_OSVERSIONS.windows := 1809 1903 1909 2004 ltsc2022 +ALL_OSVERSIONS.windows := 1809 ltsc2022 ALL_OS_ARCH.linux = $(foreach arch, ${ALL_ARCH.linux}, linux-$(arch)) ALL_OS_ARCH.windows = $(foreach osver, ${ALL_OSVERSIONS.windows}, windows-$(osver)-$(foreach arch, ${ALL_ARCH.windows},$(arch))) ALL_OS_ARCH = $(foreach os, $(ALL_OS), ${ALL_OS_ARCH.${os}}) # The architecture of the image ARCH ?= amd64 -# OS Version for the Windows images: 1809, 1903, 1909, 2004, ltsc2022 +# OS Version for the Windows images: 1809, ltsc2022 OSVERSION ?= 1809 .PHONY: container-linux