Skip to content

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

Merged
merged 3 commits into from
Dec 9, 2017

Conversation

sapk
Copy link
Contributor

@sapk sapk commented Dec 9, 2017

This would provide a stable golang image on alpine3.7 in the wait of go1.10

@sapk
Copy link
Contributor Author

sapk commented Dec 9, 2017

$ 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
 

@@ -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'
Copy link
Member

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.

Copy link
Member

@tianon tianon left a comment

Choose a reason for hiding this comment

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

Thanks!

@tianon tianon merged commit b928052 into docker-library:master Dec 9, 2017
@sapk
Copy link
Contributor Author

sapk commented Dec 9, 2017

Thanks to you for the ultra quick review.
If I am not mistaken https://github.com/docker-library/docs/blob/master/golang/README.md is updated automatically ?

@tianon
Copy link
Member

tianon commented Dec 9, 2017 via email

tianon added a commit to infosiftr/stackbrew that referenced this pull request Dec 12, 2017
- `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`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants