Skip to content

Deprecate Alpine 3.6 support #229

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
Jul 11, 2018
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
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ env:
- VERSION=1.9 VARIANT=stretch
- VERSION=1.9 VARIANT=alpine3.8
- VERSION=1.9 VARIANT=alpine3.7
- VERSION=1.9 VARIANT=alpine3.6
- VERSION=1.11-rc VARIANT=stretch
- VERSION=1.11-rc VARIANT=alpine3.8
- VERSION=1.11-rc VARIANT=alpine3.7
Expand Down
66 changes: 0 additions & 66 deletions 1.9/alpine3.6/Dockerfile

This file was deleted.

97 changes: 0 additions & 97 deletions 1.9/alpine3.6/go-wrapper

This file was deleted.

32 changes: 0 additions & 32 deletions 1.9/alpine3.6/make-sure-R0-is-zero-before-main-on-ppc64le.patch

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 @@ -11,7 +11,7 @@ declare -A debianSuite=(
)
defaultAlpineVersion='3.8'
declare -A alpineVersion=(
[1.9]='3.6'
#[1.9]='3.7'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Sneaking" in this bump we probably should've done a little while ago too (making golang:1.9-alpine update to the latest Alpine release now).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

You weren't sneaking!

)

self="$(basename "$BASH_SOURCE")"
Expand Down Expand Up @@ -72,7 +72,7 @@ for version in "${versions[@]}"; do
)

for v in \
stretch alpine3.{8,7,6} \
stretch alpine3.{8,7} \
windows/windowsservercore-{ltsc2016,1709,1803} \
windows/nanoserver-{sac2016,1709,1803} \
; do
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ for version in "${versions[@]}"; do
windowsSha256="$(curl -fsSL "https://storage.googleapis.com/golang/go${fullVersion}.windows-amd64.zip.sha256")"

for variant in \
alpine3.{6,7,8} \
alpine3.{7,8} \
stretch \
; do
if [ -d "$version/$variant" ]; then
Expand Down