Skip to content

Add alpine3.6 variants #162

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
May 30, 2017
Merged

Conversation

tianon
Copy link
Member

@tianon tianon commented May 30, 2017

FYI @dhiltgen @dmp42 @ncopa

(This will get us s390x/golang+Alpine support -- they're built from the same sources as-is.)

@tianon
Copy link
Member Author

tianon commented May 30, 2017

See #131 (comment) (and linked bits) for why we aren't updating the alpine variants directly and are instead adding new variants.

@tianon
Copy link
Member Author

tianon commented May 30, 2017

$ git diff --no-index 1.7/alpine 1.7/alpine3.6
diff --git a/1.7/alpine/Dockerfile b/1.7/alpine3.6/Dockerfile
index bba761f..dfebca4 100644
--- a/1.7/alpine/Dockerfile
+++ b/1.7/alpine3.6/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.4
+FROM alpine:3.6
 
 RUN apk add --no-cache ca-certificates
 
$ git diff --no-index 1.8/alpine 1.8/alpine3.6
diff --git a/1.8/alpine/Dockerfile b/1.8/alpine3.6/Dockerfile
index 7a0d7fd..04fa35f 100644
--- a/1.8/alpine/Dockerfile
+++ b/1.8/alpine3.6/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.5
+FROM alpine:3.6
 
 RUN apk add --no-cache ca-certificates
 

@yosifkit yosifkit merged commit 108d578 into docker-library:master May 30, 2017
@yosifkit yosifkit deleted the alpine3.6 branch May 30, 2017 16:58
tianon added a commit to infosiftr/stackbrew that referenced this pull request May 31, 2017
- `docker`: 17.06.0-ce-rc1, 17.03.2-ce-rc1
- `golang`: `alpine3.6` variants (docker-library/golang#162)
- `mariadb`: `10.1.24+maria-1~jessie`
- `mongo`: 3.5.8
- `owncloud`: 9.0.10, 9.1.6
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