Skip to content

Remove Windows 1709 (EOL) #272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 0 additions & 73 deletions 1.11/windows/windowsservercore-1709/Dockerfile

This file was deleted.

73 changes: 0 additions & 73 deletions 1.12/windows/windowsservercore-1709/Dockerfile

This file was deleted.

4 changes: 2 additions & 2 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ for version in "${versions[@]}"; do

for v in \
stretch alpine{3.9,3.8} \
windows/windowsservercore-{ltsc2016,1709,1803,1809} \
windows/nanoserver-{sac2016,1709,1803,1809} \
windows/windowsservercore-{ltsc2016,1803,1809} \
windows/nanoserver-{sac2016,1803,1809} \
; do
dir="$version/$v"

Expand Down
6 changes: 3 additions & 3 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ for version in "${versions[@]}"; do
done

for winVariant in \
nanoserver-{sac2016,1709,1803,1809} \
windowsservercore-{ltsc2016,1709,1803,1809} \
nanoserver-{sac2016,1803,1809} \
windowsservercore-{ltsc2016,1803,1809} \
; do
if [ -d "$version/windows/$winVariant" ]; then
sed -r \
Expand All @@ -118,7 +118,7 @@ for version in "${versions[@]}"; do

case "$winVariant" in
*-1803) travisEnv='\n - os: windows\n dist: 1803-containers\n env: VERSION='"$version VARIANT=windows/$winVariant$travisEnv" ;;
*-1709|*-1809) ;; # no AppVeyor or Travis support for 1709 or 1809: https://github.com/appveyor/ci/issues/1885 and https://github.com/appveyor/ci/issues/2676
*-1809) ;; # no AppVeyor or Travis support for 1809: https://github.com/appveyor/ci/issues/1885 and https://github.com/appveyor/ci/issues/2676
*) appveyorEnv='\n - version: '"$version"'\n variant: '"$winVariant$appveyorEnv" ;;
esac
fi
Expand Down