-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update traefik to v1.0.0-rc1 #1789
Conversation
Signed-off-by: Emile Vauge <emile@vauge.com>
🎉 |
LGTM (containous/traefik-library-image@0b0c26d...7eaf03d) Build test of #1789; 09d57e6 ( $ bashbrew build "traefik"
Cloning traefik (git://github.com/containous/traefik-library-image) ...
Processing traefik:v1.0.0-rc1 ...
Processing traefik:v1.0.0-beta.704 ...
Processing traefik:v1.0.0-beta.404 ...
Processing traefik:v1.0.0-beta.392 ...
Processing traefik:latest ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing traefik:v1.0.0-rc1
'cve-2014--shellshock' [1/1]...passed
testing traefik:v1.0.0-beta.704
'cve-2014--shellshock' [1/1]...passed
testing traefik:v1.0.0-beta.404
'cve-2014--shellshock' [1/1]...passed
testing traefik:v1.0.0-beta.392
'cve-2014--shellshock' [1/1]...passed |
@@ -1,7 +1,8 @@ | |||
# maintainer: Emile Vauge <emile@vauge.com> (@emilevauge) | |||
# maintainer: Vincent Demeester <vincent@sbr.pm> (@vdemeester) | |||
|
|||
v1.0.0-rc1: git://github.com/containous/traefik-library-image@7eaf03d205ba9bbd6dbcad2675516c33043f79ff | |||
v1.0.0-beta.704: git://github.com/containous/traefik-library-image@0b0c26da8cb7abc1190d95acbfc5c5e1f986f685 | |||
v1.0.0-beta.404: git://github.com/containous/traefik-library-image@04d09c3cf006f360611fcb178d8537c318100d85 | |||
v1.0.0-beta.392: git://github.com/containous/traefik-library-image@7f7b1e2c7d8ca00ae07e37e64a0e305f7422f6aa |
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.
Any particular reason to keep these older versions listed here? Removing them here will remove them from the "Supported" section on the Hub readme (and will prevent us from spending cycles rebuilding it on the official build server), but the tag will still be available to users who want it. (See https://github.com/docker-library/official-images#library-definition-files for more detail on this.)
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.
hum yeah, I think we could remove them, @emilevauge wdyt ?
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.
I will clean old releases in the next PR ;)
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.
Hello,
This PR updates traefik to
v1.0.0-rc1
/cc @vdemeester
Cheers :)
Emile
Signed-off-by: Emile Vauge emile@vauge.com