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

Bump Traefik to v1.3.0-rc3 #2981

Merged
merged 1 commit into from
May 24, 2017
Merged

Conversation

emilevauge
Copy link
Contributor

Hello,

This PR updates traefik to v1.3.0-rc3.
It also adds @ldez to maintainers.

/cc @vdemeester @ldez

Cheers

Copy link
Contributor

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

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

LGTM 🧀

@yosifkit
Copy link
Member

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index 6c16f76..0efdce8 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,8 +4,8 @@ traefik:1.2.3
 traefik:1.2.3-alpine
 traefik:1.3
 traefik:1.3-alpine
-traefik:1.3.0-rc2
-traefik:1.3.0-rc2-alpine
+traefik:1.3.0-rc3
+traefik:1.3.0-rc3-alpine
 traefik:latest
 traefik:morbier
 traefik:morbier-alpine
@@ -17,5 +17,5 @@ traefik:v1.2.3
 traefik:v1.2.3-alpine
 traefik:v1.3
 traefik:v1.3-alpine
-traefik:v1.3.0-rc2
-traefik:v1.3.0-rc2-alpine
+traefik:v1.3.0-rc3
+traefik:v1.3.0-rc3-alpine
diff --git a/traefik_raclette-alpine/Dockerfile b/traefik_raclette-alpine/Dockerfile
index 00bd199..b28f067 100644
--- a/traefik_raclette-alpine/Dockerfile
+++ b/traefik_raclette-alpine/Dockerfile
@@ -13,5 +13,5 @@ LABEL org.label-schema.vendor="Containous" \
       org.label-schema.url="https://traefik.io" \
       org.label-schema.name="Traefik" \
       org.label-schema.description="A modern reverse-proxy" \    
-      org.label-schema.version="v1.3.0-rc2" \
+      org.label-schema.version="v1.3.0-rc3" \
       org.label-schema.docker.schema-version="1.0"
\ No newline at end of file
diff --git a/traefik_raclette-alpine/traefik b/traefik_raclette-alpine/traefik
index d8db0a2..169e4ef 100755
Binary files a/traefik_raclette-alpine/traefik and b/traefik_raclette-alpine/traefik differ
diff --git a/traefik_raclette/Dockerfile b/traefik_raclette/Dockerfile
index 20dac38..0a03b0f 100644
--- a/traefik_raclette/Dockerfile
+++ b/traefik_raclette/Dockerfile
@@ -9,5 +9,5 @@ LABEL org.label-schema.vendor="Containous" \
       org.label-schema.url="https://traefik.io" \
       org.label-schema.name="Traefik" \
       org.label-schema.description="A modern reverse-proxy" \    
-      org.label-schema.version="v1.3.0-rc2" \
+      org.label-schema.version="v1.3.0-rc3" \
       org.label-schema.docker.schema-version="1.0"
\ No newline at end of file
diff --git a/traefik_raclette/traefik b/traefik_raclette/traefik
index d8db0a2..169e4ef 100755
Binary files a/traefik_raclette/traefik and b/traefik_raclette/traefik differ

@yosifkit
Copy link
Member

Build test of #2981; ab7fa9d (traefik):

$ bashbrew build traefik:v1.3.0-rc3
Building bashbrew/cache:87459ded3096788fedecd1a6d2c8d84df37be9f039fb470c1bb8df920f26fd4e (traefik:v1.3.0-rc3)
Tagging traefik:v1.3.0-rc3
Tagging traefik:1.3.0-rc3
Tagging traefik:v1.3
Tagging traefik:1.3
Tagging traefik:raclette

$ test/run.sh traefik:v1.3.0-rc3
testing traefik:v1.3.0-rc3
	'cve-2014--shellshock' [1/2]...passed
	'override-cmd' [2/2]...image does not appear to contain "echo" -- assuming single-binary image
passed


$ bashbrew build traefik:v1.3.0-rc3-alpine
Building bashbrew/cache:3790ccfbf7353fbcc0e8c1d580a25b7b5bc9da739e6af6fb932b2192b87568f3 (traefik:v1.3.0-rc3-alpine)
Tagging traefik:v1.3.0-rc3-alpine
Tagging traefik:1.3.0-rc3-alpine
Tagging traefik:v1.3-alpine
Tagging traefik:1.3-alpine
Tagging traefik:raclette-alpine

$ test/run.sh traefik:v1.3.0-rc3-alpine
testing traefik:v1.3.0-rc3-alpine
	'cve-2014--shellshock' [1/2]...passed
	'override-cmd' [2/2]...passed


$ bashbrew build traefik:v1.2.3
Using bashbrew/cache:0f1473b177e06b86558dea0bdb5b2f9ffca5e2b545f5e9db4dc7930dfcf75113 (traefik:v1.2.3)
Tagging traefik:v1.2.3
Tagging traefik:1.2.3
Tagging traefik:v1.2
Tagging traefik:1.2
Tagging traefik:morbier
Tagging traefik:latest

$ test/run.sh traefik:v1.2.3
testing traefik:v1.2.3
	'cve-2014--shellshock' [1/2]...passed
	'override-cmd' [2/2]...image does not appear to contain "echo" -- assuming single-binary image
passed


$ bashbrew build traefik:v1.2.3-alpine
Using bashbrew/cache:34106ca1ed8f87e09777327dbd4fdeb6fe2794db7b9e34d0152e50d563ecfd22 (traefik:v1.2.3-alpine)
Tagging traefik:v1.2.3-alpine
Tagging traefik:1.2.3-alpine
Tagging traefik:v1.2-alpine
Tagging traefik:1.2-alpine
Tagging traefik:morbier-alpine

$ test/run.sh traefik:v1.2.3-alpine
testing traefik:v1.2.3-alpine
	'cve-2014--shellshock' [1/2]...passed
	'override-cmd' [2/2]...passed

@yosifkit yosifkit merged commit 265cba3 into docker-library:master May 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants