-
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.28 #9418
Merged
yosifkit
merged 1 commit into
docker-library:master
from
ldez:traefik-new-version-304f7cf2cf36f59e0bc93597579c61837ce2ea6f
Jan 13, 2021
Merged
Bump Traefik to v1.7.28 #9418
yosifkit
merged 1 commit into
docker-library:master
from
ldez:traefik-new-version-304f7cf2cf36f59e0bc93597579c61837ce2ea6f
Jan 13, 2021
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
jbdoumenjou
approved these changes
Jan 13, 2021
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
kevinpollet
approved these changes
Jan 13, 2021
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
rtribotte
approved these changes
Jan 13, 2021
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 1f55585:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 068b2ae..9b3af6d 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,15 +1,15 @@
Maintainers: Emile Vauge <emile@vauge.com> (@emilevauge), Vincent Demeester <vincent@sbr.pm> (@vdemeester), Ludovic Fernandez <ludovic@traefik.io> (@ldez), Julien Salleyron <julien@traefik.io> (@juliens), Romain Tribotté <romain.tribotte@traefik.io> (@rtribotte), Michael Matur <michael@traefik.io> (@mmatur)
-Tags: v1.7.26-alpine, 1.7.26-alpine, v1.7-alpine, 1.7-alpine, maroilles-alpine
+Tags: v1.7.28-alpine, 1.7.28-alpine, v1.7-alpine, 1.7-alpine, maroilles-alpine
Architectures: amd64, arm32v6, arm64v8
-GitRepo: https://github.com/containous/traefik-library-image.git
-GitCommit: b8acd6164a229d1a351ad635b471bbdd6d35e687
+GitRepo: https://github.com/traefik/traefik-library-image.git
+GitCommit: 304f7cf2cf36f59e0bc93597579c61837ce2ea6f
Directory: alpine
-Tags: v1.7.26-windowsservercore-1809, 1.7.26-windowsservercore-1809, v1.7-windowsservercore-1809, 1.7-windowsservercore-1809, maroilles-windowsservercore-1809
+Tags: v1.7.28-windowsservercore-1809, 1.7.28-windowsservercore-1809, v1.7-windowsservercore-1809, 1.7-windowsservercore-1809, maroilles-windowsservercore-1809
Architectures: windows-amd64
-GitRepo: https://github.com/containous/traefik-library-image.git
-GitCommit: b8acd6164a229d1a351ad635b471bbdd6d35e687
+GitRepo: https://github.com/traefik/traefik-library-image.git
+GitCommit: 304f7cf2cf36f59e0bc93597579c61837ce2ea6f
Directory: windows/1809
Constraints: windowsservercore-1809
@@ -39,8 +39,8 @@ GitCommit: 89302d9c2acc57903e9d48790597860a08858d68
Directory: windows/1809
Constraints: windowsservercore-1809
-Tags: v1.7.26, 1.7.26, v1.7, 1.7, maroilles
+Tags: v1.7.28, 1.7.28, v1.7, 1.7, maroilles
Architectures: amd64, arm32v6, arm64v8
-GitRepo: https://github.com/containous/traefik-library-image.git
-GitCommit: b8acd6164a229d1a351ad635b471bbdd6d35e687
+GitRepo: https://github.com/traefik/traefik-library-image.git
+GitCommit: 304f7cf2cf36f59e0bc93597579c61837ce2ea6f
Directory: scratch
diff --git a/_bashbrew-list b/_bashbrew-list
index f0d5c22..668945d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,9 +1,9 @@
traefik:1.7
traefik:1.7-alpine
traefik:1.7-windowsservercore-1809
-traefik:1.7.26
-traefik:1.7.26-alpine
-traefik:1.7.26-windowsservercore-1809
+traefik:1.7.28
+traefik:1.7.28-alpine
+traefik:1.7.28-windowsservercore-1809
traefik:2.3
traefik:2.3-windowsservercore-1809
traefik:2.3.7
@@ -23,9 +23,9 @@ traefik:picodon-windowsservercore-1809
traefik:v1.7
traefik:v1.7-alpine
traefik:v1.7-windowsservercore-1809
-traefik:v1.7.26
-traefik:v1.7.26-alpine
-traefik:v1.7.26-windowsservercore-1809
+traefik:v1.7.28
+traefik:v1.7.28-alpine
+traefik:v1.7.28-windowsservercore-1809
traefik:v2.3
traefik:v2.3-windowsservercore-1809
traefik:v2.3.7
diff --git a/traefik_maroilles-alpine/Dockerfile b/traefik_maroilles-alpine/Dockerfile
index 0d50098..897fd0c 100644
--- a/traefik_maroilles-alpine/Dockerfile
+++ b/traefik_maroilles-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.26/traefik_linux-$arch"; \
+ wget --quiet -O /usr/local/bin/traefik "https://github.com/traefik/traefik/releases/download/v1.7.28/traefik_linux-$arch"; \
chmod +x /usr/local/bin/traefik
COPY entrypoint.sh /
EXPOSE 80
@@ -16,9 +16,9 @@ ENTRYPOINT ["/entrypoint.sh"]
CMD ["traefik"]
# Metadata
-LABEL org.opencontainers.image.vendor="Containous" \
+LABEL org.opencontainers.image.vendor="traefik" \
org.opencontainers.image.url="https://traefik.io" \
org.opencontainers.image.title="Traefik" \
org.opencontainers.image.description="A modern reverse-proxy" \
- org.opencontainers.image.version="v1.7.26" \
+ org.opencontainers.image.version="v1.7.28" \
org.opencontainers.image.documentation="https://docs.traefik.io"
diff --git a/traefik_maroilles-windowsservercore-1809/Dockerfile b/traefik_maroilles-windowsservercore-1809/Dockerfile
index 8231849..2974c30 100644
--- a/traefik_maroilles-windowsservercore-1809/Dockerfile
+++ b/traefik_maroilles-windowsservercore-1809/Dockerfile
@@ -2,16 +2,16 @@ 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/v1.7.26/traefik_windows-amd64.exe" \
+ -Uri "https://github.com/traefik/traefik/releases/download/v1.7.28/traefik_windows-amd64.exe" \
-OutFile "/traefik.exe"
EXPOSE 80
ENTRYPOINT [ "/traefik" ]
# Metadata
-LABEL org.opencontainers.image.vendor="Containous" \
+LABEL org.opencontainers.image.vendor="Traefik Labs" \
org.opencontainers.image.url="https://traefik.io" \
org.opencontainers.image.title="Traefik" \
org.opencontainers.image.description="A modern reverse-proxy" \
- org.opencontainers.image.version="v1.7.26" \
+ org.opencontainers.image.version="v1.7.28" \
org.opencontainers.image.documentation="https://docs.traefik.io"
diff --git a/traefik_maroilles/Dockerfile b/traefik_maroilles/Dockerfile
index 589aecc..709e8e8 100644
--- a/traefik_maroilles/Dockerfile
+++ b/traefik_maroilles/Dockerfile
@@ -1,16 +1,16 @@
FROM scratch
-COPY --from=traefik:v1.7.26-alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
-COPY --from=traefik:v1.7.26-alpine /usr/share/zoneinfo /usr/share/
-COPY --from=traefik:v1.7.26-alpine /usr/local/bin/traefik /
+COPY --from=traefik:v1.7.28-alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
+COPY --from=traefik:v1.7.28-alpine /usr/share/zoneinfo /usr/share/
+COPY --from=traefik:v1.7.28-alpine /usr/local/bin/traefik /
EXPOSE 80
VOLUME ["/tmp"]
ENTRYPOINT ["/traefik"]
# Metadata
-LABEL org.opencontainers.image.vendor="Containous" \
+LABEL org.opencontainers.image.vendor="Traefik Labs" \
org.opencontainers.image.url="https://traefik.io" \
org.opencontainers.image.title="Traefik" \
org.opencontainers.image.description="A modern reverse-proxy" \
- org.opencontainers.image.version="v1.7.26" \
+ org.opencontainers.image.version="v1.7.28" \
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 v1.7.28.
/cc @kevinpollet @rtribotte @SantoDE @jbdoumenjou
Cheers