Skip to content

Commit

Permalink
Merge pull request #393 from infosiftr/eol-1709
Browse files Browse the repository at this point in the history
Remove Windows 1709 (EOL)
  • Loading branch information
tianon authored Apr 11, 2019
2 parents 67e7d70 + 9b32166 commit f302424
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 253 deletions.
64 changes: 0 additions & 64 deletions 2.7/windows/windowsservercore-1709/Dockerfile

This file was deleted.

62 changes: 0 additions & 62 deletions 3.6/windows/windowsservercore-1709/Dockerfile

This file was deleted.

62 changes: 0 additions & 62 deletions 3.7/windows/windowsservercore-1709/Dockerfile

This file was deleted.

62 changes: 0 additions & 62 deletions 3.8-rc/windows/windowsservercore-1709/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ for version in "${versions[@]}"; do
for v in \
{stretch,jessie}{,/slim} \
alpine{3.9,3.8} \
windows/windowsservercore-{ltsc2016,1709,1803,1809} \
windows/windowsservercore-{ltsc2016,1803,1809} \
; do
dir="$version/$v"
variant="$(basename "$v")"
Expand Down
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ for version in "${versions[@]}"; do
for v in \
alpine{3.8,3.9} \
{jessie,stretch}{/slim,} \
windows/windowsservercore-{1809,1803,1709,ltsc2016} \
windows/windowsservercore-{1809,1803,ltsc2016} \
; do
dir="$version/$v"
variant="$(basename "$v")"
Expand Down Expand Up @@ -187,7 +187,7 @@ for version in "${versions[@]}"; do
travisEnv='\n - os: windows\n dist: 1803-containers\n env: VERSION='"$version VARIANT=$v$travisEnv"
;;

windows/*-1709 | windows/*-1809) ;; # no AppVeyor support for 1709 or 1809 yet: https://github.com/appveyor/ci/issues/1885 and https://github.com/appveyor/ci/issues/2676
windows/*-1809) ;; # no AppVeyor support for 1809 yet: https://github.com/appveyor/ci/issues/1885 and https://github.com/appveyor/ci/issues/2676

windows/*)
appveyorEnv='\n - version: '"$version"'\n variant: '"$variant$appveyorEnv"
Expand Down

0 comments on commit f302424

Please sign in to comment.