-
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 v2.2.6 #8381
Merged
tianon
merged 1 commit into
docker-library:master
from
ldez:traefik-new-version-4aae6578b672bd24965fa48245543ad0dbd05494
Jul 17, 2020
Merged
Bump Traefik to v2.2.6 #8381
tianon
merged 1 commit into
docker-library:master
from
ldez:traefik-new-version-4aae6578b672bd24965fa48245543ad0dbd05494
Jul 17, 2020
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
LGTM |
mmatur
approved these changes
Jul 17, 2020
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 for c8c75de:diff --git a/_bashbrew-cat b/_bashbrew-cat
index ef3f191..5a22744 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -12,14 +12,14 @@ GitCommit: 9ac00ce5eb8e85bc017d521eb9a57a5a9cd6298f
Directory: windows/1809
Constraints: windowsservercore-1809
-Tags: v2.2.5, 2.2.5, v2.2, 2.2, chevrotin, latest
+Tags: v2.2.6, 2.2.6, v2.2, 2.2, chevrotin, latest
Architectures: amd64, arm32v6, arm64v8
-GitCommit: 82775bf63eca8bb6772905fcfc363e4ba786b8da
+GitCommit: 4aae6578b672bd24965fa48245543ad0dbd05494
Directory: alpine
-Tags: v2.2.5-windowsservercore-1809, 2.2.5-windowsservercore-1809, v2.2-windowsservercore-1809, 2.2-windowsservercore-1809, chevrotin-windowsservercore-1809, windowsservercore-1809
+Tags: v2.2.6-windowsservercore-1809, 2.2.6-windowsservercore-1809, v2.2-windowsservercore-1809, 2.2-windowsservercore-1809, chevrotin-windowsservercore-1809, windowsservercore-1809
Architectures: windows-amd64
-GitCommit: 82775bf63eca8bb6772905fcfc363e4ba786b8da
+GitCommit: 4aae6578b672bd24965fa48245543ad0dbd05494
Directory: windows/1809
Constraints: windowsservercore-1809
diff --git a/_bashbrew-list b/_bashbrew-list
index e35c3de..3e43976 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,8 +6,8 @@ traefik:1.7.25-alpine
traefik:1.7.25-windowsservercore-1809
traefik:2.2
traefik:2.2-windowsservercore-1809
-traefik:2.2.5
-traefik:2.2.5-windowsservercore-1809
+traefik:2.2.6
+traefik:2.2.6-windowsservercore-1809
traefik:2.3
traefik:2.3-windowsservercore-1809
traefik:2.3.0-rc2
@@ -28,8 +28,8 @@ traefik:v1.7.25-alpine
traefik:v1.7.25-windowsservercore-1809
traefik:v2.2
traefik:v2.2-windowsservercore-1809
-traefik:v2.2.5
-traefik:v2.2.5-windowsservercore-1809
+traefik:v2.2.6
+traefik:v2.2.6-windowsservercore-1809
traefik:v2.3
traefik:v2.3-windowsservercore-1809
traefik:v2.3.0-rc2
diff --git a/traefik_latest/Dockerfile b/traefik_latest/Dockerfile
index 34b4592..79e4b95 100644
--- a/traefik_latest/Dockerfile
+++ b/traefik_latest/Dockerfile
@@ -8,7 +8,7 @@ RUN set -ex; \
x86_64) arch='amd64' ;; \
*) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; \
esac; \
- wget --quiet -O /tmp/traefik.tar.gz "https://github.com/containous/traefik/releases/download/v2.2.5/traefik_v2.2.5_linux_$arch.tar.gz"; \
+ wget --quiet -O /tmp/traefik.tar.gz "https://github.com/containous/traefik/releases/download/v2.2.6/traefik_v2.2.6_linux_$arch.tar.gz"; \
tar xzvf /tmp/traefik.tar.gz -C /usr/local/bin traefik; \
rm -f /tmp/traefik.tar.gz; \
chmod +x /usr/local/bin/traefik
@@ -22,5 +22,5 @@ LABEL org.opencontainers.image.vendor="Containous" \
org.opencontainers.image.url="https://traefik.io" \
org.opencontainers.image.title="Traefik" \
org.opencontainers.image.description="A modern reverse-proxy" \
- org.opencontainers.image.version="v2.2.5" \
+ org.opencontainers.image.version="v2.2.6" \
org.opencontainers.image.documentation="https://docs.traefik.io"
diff --git a/traefik_windowsservercore-1809/Dockerfile b/traefik_windowsservercore-1809/Dockerfile
index e0d8bfc..430fec6 100644
--- a/traefik_windowsservercore-1809/Dockerfile
+++ b/traefik_windowsservercore-1809/Dockerfile
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/windows/servercore:1809
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
RUN Invoke-WebRequest \
- -Uri "https://github.com/containous/traefik/releases/download/v2.2.5/traefik_v2.2.5_windows_amd64.zip" \
+ -Uri "https://github.com/containous/traefik/releases/download/v2.2.6/traefik_v2.2.6_windows_amd64.zip" \
-OutFile "/traefik.zip"; \
Expand-Archive -Path "/traefik.zip" -DestinationPath "/" -Force; \
Remove-Item "/traefik.zip" -Force
@@ -15,5 +15,5 @@ LABEL org.opencontainers.image.vendor="Containous" \
org.opencontainers.image.url="https://traefik.io" \
org.opencontainers.image.title="Traefik" \
org.opencontainers.image.description="A modern reverse-proxy" \
- org.opencontainers.image.version="v2.2.5" \
+ org.opencontainers.image.version="v2.2.6" \
org.opencontainers.image.documentation="https://docs.traefik.io" |
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 v2.2.6.
/cc @mmatur @SantoDE @juliens
Cheers