Skip to content

Commit

Permalink
Remove nanoserver:sac2016 (EOL)
Browse files Browse the repository at this point in the history
See https://hub.docker.com/r/microsoft/nanoserver:

> The Windows Server 2016-based Nano Server container base image was a Semi-Annual Channel (SAC) release and received its final update on October 23rd, 2018.
  • Loading branch information
tianon committed Apr 12, 2019
1 parent 61b2cae commit 88475d7
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 77 deletions.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -13,7 +13,6 @@ $(C_TARGETS): hello.c
$(STRIP) -R .comment -s '$@'
@if [ '$(TARGET_ARCH)' = 'amd64' ]; then \
for winVariant in \
nanoserver-sac2016 \
nanoserver-1803 \
nanoserver-1809 \
; do \
Expand Down
3 changes: 0 additions & 3 deletions amd64/hello-seattle/nanoserver-sac2016/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions amd64/hello-seattle/nanoserver-sac2016/hello.txt

This file was deleted.

3 changes: 0 additions & 3 deletions amd64/hello-world/nanoserver-sac2016/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions amd64/hello-world/nanoserver-sac2016/hello.txt

This file was deleted.

3 changes: 0 additions & 3 deletions amd64/hola-mundo/nanoserver-sac2016/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions amd64/hola-mundo/nanoserver-sac2016/hello.txt

This file was deleted.

2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Expand Up @@ -62,7 +62,7 @@ for arch in "${arches[@]}"; do
EOE
done

for winVariant in nanoserver-{sac2016,1803,1809}; do
for winVariant in nanoserver-{1803,1809}; do
winArches=( *"/$image/$winVariant/hello.txt" )
winArches=( "${winArches[@]%"/$image/$winVariant/hello.txt"}" )

Expand Down

0 comments on commit 88475d7

Please sign in to comment.