-
Notifications
You must be signed in to change notification settings - Fork 519
Add golang:1.9-alpine-3.7 #192
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
Conversation
$ git diff --no-index 1.9/alpine3.6 1.9/alpine3.7
diff --git a/1.9/alpine3.6/Dockerfile b/1.9/alpine3.7/Dockerfile
index f9a6904..77aa5ef 100644
--- a/1.9/alpine3.6/Dockerfile
+++ b/1.9/alpine3.7/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.6
+FROM alpine:3.7
RUN apk add --no-cache ca-certificates
|
generate-stackbrew-library.sh
Outdated
@@ -13,7 +13,7 @@ declare -A debianSuite=( | |||
defaultAlpineVersion='3.7' | |||
declare -A alpineVersion=( | |||
[1.8]='3.5' | |||
[1.9]='3.6' | |||
[1.9]='3.7' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one should be left at 3.6 -- this controls what golang:1.9-alpine
points to, which needs to stay at 3.6.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Thanks to you for the ultra quick review. |
Yeah, once the image is actually updated (which will likely happen on
Monday).
|
- `bash`: apply Alpine patch to 4.4 for process substitution hang (tianon/docker-bash#4) - `golang`: add `alpine3.7` variant of 1.9 (docker-library/golang#192) - `rabbitmq`: add 3.7, which includes a new configuration file format (docker-library/rabbitmq#197) - `ruby`: remove `2.5-rc-alpine3.6` variant (superseded by `2.5-rc-alpine3.7`)
This would provide a stable golang image on alpine3.7 in the wait of go1.10