Skip to content
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

Add alpine3.8 flavours #228

Merged
merged 1 commit into from Jul 11, 2018
Merged

Add alpine3.8 flavours #228

merged 1 commit into from Jul 11, 2018

Conversation

lavoiesl
Copy link
Contributor

diff -u <(bashbrew cat <(cat before)) <(bashbrew cat <(./generate-stackbrew-library.sh))
--- /dev/fd/63  2018-07-11 19:33:27.276731717 +0000
+++ /dev/fd/62  2018-07-11 19:33:27.276731717 +0000
@@ -7,7 +7,12 @@
 GitCommit: 8fdde0724a5cbc43c05cd6817ab1161450a46dcc
 Directory: 1.11-rc/stretch

-Tags: 1.11beta1-alpine3.7, 1.11-rc-alpine3.7, rc-alpine3.7, 1.11beta1-alpine, 1.11-rc-alpine, rc-alpine
+Tags: 1.11beta1-alpine3.8, 1.11-rc-alpine3.8, rc-alpine3.8, 1.11beta1-alpine, 1.11-rc-alpine, rc-alpine
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: 9a0801b8d6eca9d525aa1516e10a9f3993f90d96
+Directory: 1.11-rc/alpine3.8
+
+Tags: 1.11beta1-alpine3.7, 1.11-rc-alpine3.7, rc-alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitCommit: 8fdde0724a5cbc43c05cd6817ab1161450a46dcc
 Directory: 1.11-rc/alpine3.7
@@ -46,7 +51,12 @@
 GitCommit: fa0223eaa427188e0c70025f557d515129a9973f
 Directory: 1.10/stretch

-Tags: 1.10.3-alpine3.7, 1.10-alpine3.7, 1-alpine3.7, alpine3.7, 1.10.3-alpine, 1.10-alpine, 1-alpine, alpine
+Tags: 1.10.3-alpine3.8, 1.10-alpine3.8, 1-alpine3.8, alpine3.8, 1.10.3-alpine, 1.10-alpine, 1-alpine, alpine
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: 9a0801b8d6eca9d525aa1516e10a9f3993f90d96
+Directory: 1.10/alpine3.8
+
+Tags: 1.10.3-alpine3.7, 1.10-alpine3.7, 1-alpine3.7, alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitCommit: fa0223eaa427188e0c70025f557d515129a9973f
 Directory: 1.10/alpine3.7
@@ -85,6 +95,11 @@
 GitCommit: 4e30a6bb9f410004a8ecd2336e589f441b7398ec
 Directory: 1.9/stretch

+Tags: 1.9.7-alpine3.8, 1.9-alpine3.8
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: 9a0801b8d6eca9d525aa1516e10a9f3993f90d96
+Directory: 1.9/alpine3.8
+
 Tags: 1.9.7-alpine3.7, 1.9-alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitCommit: 4e30a6bb9f410004a8ecd2336e589f441b7398ec
$ git diff --no-index 1.9/alpine3.7 1.9/alpine3.8
diff --git a/1.9/alpine3.7/Dockerfile b/1.9/alpine3.8/Dockerfile
index 0959db2..e016659 100644
--- a/1.9/alpine3.7/Dockerfile
+++ b/1.9/alpine3.8/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.7
+FROM alpine:3.8

 RUN apk add --no-cache \
                ca-certificates
$ git diff --no-index 1.10/alpine3.7 1.10/alpine3.8
diff --git a/1.10/alpine3.7/Dockerfile b/1.10/alpine3.8/Dockerfile
index dee775b..49bb202 100644
--- a/1.10/alpine3.7/Dockerfile
+++ b/1.10/alpine3.8/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.7
+FROM alpine:3.8

 RUN apk add --no-cache \
                ca-certificates
$ git diff --no-index 1.11-rc/alpine3.7 1.11-rc/alpine3.8
diff --git a/1.11-rc/alpine3.7/Dockerfile b/1.11-rc/alpine3.8/Dockerfile
index 073ebed..7b985b7 100644
--- a/1.11-rc/alpine3.7/Dockerfile
+++ b/1.11-rc/alpine3.8/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.7
+FROM alpine:3.8

 RUN apk add --no-cache \
                ca-certificates

@lavoiesl
Copy link
Contributor Author

CI of VERSION=1.9 VARIANT=alpine3.6 failed, seems unrelated.

@tianon
Copy link
Member

tianon commented Jul 11, 2018

Very nice, this looks solid! 😍 👍

Alpine 3.6 failure is indeed unrelated -- merging!

@tianon tianon merged commit 75b5bab into docker-library:master Jul 11, 2018
@lavoiesl lavoiesl deleted the alpine3.8 branch July 12, 2018 13:21
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.

None yet

2 participants