-
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
Bump Traefik to v1.7.2 #4913
Merged
tianon
merged 1 commit into
docker-library:master
from
jbdoumenjou:traefik-new-version-7b156473e074d3f280970ad2eabf14f9d6e0ec85
Oct 4, 2018
Merged
Bump Traefik to v1.7.2 #4913
tianon
merged 1 commit into
docker-library:master
from
jbdoumenjou:traefik-new-version-7b156473e074d3f280970ad2eabf14f9d6e0ec85
Oct 4, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ldez
approved these changes
Oct 4, 2018
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.
LGTM
Diff:diff --git a/_bashbrew-list b/_bashbrew-list
index eee2986..0a1c51d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,10 +2,10 @@ traefik:1.7
traefik:1.7-alpine
traefik:1.7-nanoserver
traefik:1.7-nanoserver-sac2016
-traefik:1.7.1
-traefik:1.7.1-alpine
-traefik:1.7.1-nanoserver
-traefik:1.7.1-nanoserver-sac2016
+traefik:1.7.2
+traefik:1.7.2-alpine
+traefik:1.7.2-nanoserver
+traefik:1.7.2-nanoserver-sac2016
traefik:alpine
traefik:latest
traefik:maroilles
@@ -18,7 +18,7 @@ traefik:v1.7
traefik:v1.7-alpine
traefik:v1.7-nanoserver
traefik:v1.7-nanoserver-sac2016
-traefik:v1.7.1
-traefik:v1.7.1-alpine
-traefik:v1.7.1-nanoserver
-traefik:v1.7.1-nanoserver-sac2016
+traefik:v1.7.2
+traefik:v1.7.2-alpine
+traefik:v1.7.2-nanoserver
+traefik:v1.7.2-nanoserver-sac2016
diff --git a/traefik_alpine/Dockerfile b/traefik_alpine/Dockerfile
index 74d72fd..d8b8387 100644
--- a/traefik_alpine/Dockerfile
+++ b/traefik_alpine/Dockerfile
@@ -8,7 +8,7 @@ RUN set -ex; \
x86_64) arch='amd64' ;; \
*) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; \
esac; \
- wget --quiet -O /usr/local/bin/traefik "https://github.com/containous/traefik/releases/download/v1.7.1/traefik_linux-$arch"; \
+ wget --quiet -O /usr/local/bin/traefik "https://github.com/containous/traefik/releases/download/v1.7.2/traefik_linux-$arch"; \
chmod +x /usr/local/bin/traefik
COPY entrypoint.sh /
EXPOSE 80
@@ -20,5 +20,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.7.1" \
+ org.label-schema.version="v1.7.2" \
org.label-schema.docker.schema-version="1.0"
diff --git a/traefik_latest/Dockerfile b/traefik_latest/Dockerfile
index 61323b7..70d2514 100644
--- a/traefik_latest/Dockerfile
+++ b/traefik_latest/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.7.1" \
+ org.label-schema.version="v1.7.2" \
org.label-schema.docker.schema-version="1.0"
diff --git a/traefik_latest/traefik b/traefik_latest/traefik
index ddee5f8..7426455 100755
Binary files a/traefik_latest/traefik and b/traefik_latest/traefik differ
diff --git a/traefik_nanoserver-sac2016/Dockerfile b/traefik_nanoserver-sac2016/Dockerfile
index 707c280..144cb6c 100644
--- a/traefik_nanoserver-sac2016/Dockerfile
+++ b/traefik_nanoserver-sac2016/Dockerfile
@@ -10,5 +10,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.7.1" \
+ org.label-schema.version="v1.7.2" \
org.label-schema.docker.schema-version="1.0"
diff --git a/traefik_nanoserver-sac2016/traefik.exe b/traefik_nanoserver-sac2016/traefik.exe
index 8a56fc3..b01048c 100755
Binary files a/traefik_nanoserver-sac2016/traefik.exe and b/traefik_nanoserver-sac2016/traefik.exe differ |
LGTM Build test of #4913; 1974764; $ bashbrew build traefik:v1.7.2
Using bashbrew/cache:db5b4d7d7ea41e326c269af9a94ab48c21ca3e9d5cf3f4227f0370ca61e2037a (traefik:v1.7.2)
Tagging traefik:v1.7.2
Tagging traefik:1.7.2
Tagging traefik:v1.7
Tagging traefik:1.7
Tagging traefik:maroilles
Tagging traefik:latest
$ test/run.sh traefik:v1.7.2
testing traefik:v1.7.2
'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.7.2-alpine
Using bashbrew/cache:33e2de2e71238ac75308f9406d63710b933f92e1b795f919d3e7721c0fb693fb (traefik:v1.7.2-alpine)
Tagging traefik:v1.7.2-alpine
Tagging traefik:1.7.2-alpine
Tagging traefik:v1.7-alpine
Tagging traefik:1.7-alpine
Tagging traefik:maroilles-alpine
Tagging traefik:alpine
$ test/run.sh traefik:v1.7.2-alpine
testing traefik:v1.7.2-alpine
'cve-2014--shellshock' [1/2]...passed
'override-cmd' [2/2]...2018/10/04 17:46:07 command echo not found
passed
$ bashbrew build traefik:v1.7.2-nanoserver
skipping "traefik:v1.7.2-nanoserver" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh traefik:v1.7.2-nanoserver
testing traefik:v1.7.2-nanoserver
image does not exist!
The following images failed at least one test:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
This PR updates Traefik to v1.7.2.
/cc @vdemeester @emilevauge
Cheers