-
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.30 #9945
Merged
yosifkit
merged 1 commit into
docker-library:master
from
jbdoumenjou:traefik-new-version-7d554807d47ad41f0cc622b107504cb338fed7c5
Apr 8, 2021
Merged
Bump Traefik to v1.7.30 #9945
yosifkit
merged 1 commit into
docker-library:master
from
jbdoumenjou:traefik-new-version-7d554807d47ad41f0cc622b107504cb338fed7c5
Apr 8, 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
rtribotte
approved these changes
Apr 8, 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 c699d30:diff --git a/_bashbrew-cat b/_bashbrew-cat
index ec4fc4e..244c982 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,15 +1,15 @@
Maintainers: Emile Vauge <emile@vauge.com> (@emilevauge), 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), Kevin Pollet <kevin.pollet@traefik.io> (@kevinpollet)
-Tags: v1.7.29-alpine, 1.7.29-alpine, v1.7-alpine, 1.7-alpine, maroilles-alpine
+Tags: v1.7.30-alpine, 1.7.30-alpine, v1.7-alpine, 1.7-alpine, maroilles-alpine
Architectures: amd64, arm32v6, arm64v8
GitRepo: https://github.com/traefik/traefik-library-image.git
-GitCommit: 7dd8fea4e6dd7dae69900c171b356d91d696fca6
+GitCommit: 7d554807d47ad41f0cc622b107504cb338fed7c5
Directory: alpine
-Tags: v1.7.29-windowsservercore-1809, 1.7.29-windowsservercore-1809, v1.7-windowsservercore-1809, 1.7-windowsservercore-1809, maroilles-windowsservercore-1809
+Tags: v1.7.30-windowsservercore-1809, 1.7.30-windowsservercore-1809, v1.7-windowsservercore-1809, 1.7-windowsservercore-1809, maroilles-windowsservercore-1809
Architectures: windows-amd64
GitRepo: https://github.com/traefik/traefik-library-image.git
-GitCommit: 7dd8fea4e6dd7dae69900c171b356d91d696fca6
+GitCommit: 7d554807d47ad41f0cc622b107504cb338fed7c5
Directory: windows/1809
Constraints: windowsservercore-1809
@@ -26,8 +26,8 @@ GitCommit: c704f6f1db80e36ed01040d5da27d753f2a03ad1
Directory: windows/1809
Constraints: windowsservercore-1809
-Tags: v1.7.29, 1.7.29, v1.7, 1.7, maroilles
+Tags: v1.7.30, 1.7.30, v1.7, 1.7, maroilles
Architectures: amd64, arm32v6, arm64v8
GitRepo: https://github.com/traefik/traefik-library-image.git
-GitCommit: 7dd8fea4e6dd7dae69900c171b356d91d696fca6
+GitCommit: 7d554807d47ad41f0cc622b107504cb338fed7c5
Directory: scratch
diff --git a/_bashbrew-list b/_bashbrew-list
index 3a32778..c60bba7 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.29
-traefik:1.7.29-alpine
-traefik:1.7.29-windowsservercore-1809
+traefik:1.7.30
+traefik:1.7.30-alpine
+traefik:1.7.30-windowsservercore-1809
traefik:2.4
traefik:2.4-windowsservercore-1809
traefik:2.4.8
@@ -17,9 +17,9 @@ traefik:maroilles-windowsservercore-1809
traefik:v1.7
traefik:v1.7-alpine
traefik:v1.7-windowsservercore-1809
-traefik:v1.7.29
-traefik:v1.7.29-alpine
-traefik:v1.7.29-windowsservercore-1809
+traefik:v1.7.30
+traefik:v1.7.30-alpine
+traefik:v1.7.30-windowsservercore-1809
traefik:v2.4
traefik:v2.4-windowsservercore-1809
traefik:v2.4.8
diff --git a/traefik_maroilles-alpine/Dockerfile b/traefik_maroilles-alpine/Dockerfile
index e58adf2..3351d9b 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/traefik/traefik/releases/download/v1.7.29/traefik_linux-$arch"; \
+ wget --quiet -O /usr/local/bin/traefik "https://github.com/traefik/traefik/releases/download/v1.7.30/traefik_linux-$arch"; \
chmod +x /usr/local/bin/traefik
COPY entrypoint.sh /
EXPOSE 80
@@ -20,5 +20,5 @@ 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.29" \
+ org.opencontainers.image.version="v1.7.30" \
org.opencontainers.image.documentation="https://docs.traefik.io"
diff --git a/traefik_maroilles-windowsservercore-1809/Dockerfile b/traefik_maroilles-windowsservercore-1809/Dockerfile
index e393147..f125684 100644
--- a/traefik_maroilles-windowsservercore-1809/Dockerfile
+++ b/traefik_maroilles-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/traefik/traefik/releases/download/v1.7.29/traefik_windows-amd64.exe" \
+ -Uri "https://github.com/traefik/traefik/releases/download/v1.7.30/traefik_windows-amd64.exe" \
-OutFile "/traefik.exe"
EXPOSE 80
@@ -13,5 +13,5 @@ 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.29" \
+ org.opencontainers.image.version="v1.7.30" \
org.opencontainers.image.documentation="https://docs.traefik.io"
diff --git a/traefik_maroilles/Dockerfile b/traefik_maroilles/Dockerfile
index 1ebf19a..694c4c5 100644
--- a/traefik_maroilles/Dockerfile
+++ b/traefik_maroilles/Dockerfile
@@ -1,7 +1,7 @@
FROM scratch
-COPY --from=traefik:v1.7.29-alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
-COPY --from=traefik:v1.7.29-alpine /usr/share/zoneinfo /usr/share/
-COPY --from=traefik:v1.7.29-alpine /usr/local/bin/traefik /
+COPY --from=traefik:v1.7.30-alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
+COPY --from=traefik:v1.7.30-alpine /usr/share/zoneinfo /usr/share/
+COPY --from=traefik:v1.7.30-alpine /usr/local/bin/traefik /
EXPOSE 80
VOLUME ["/tmp"]
@@ -12,5 +12,5 @@ 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.29" \
+ org.opencontainers.image.version="v1.7.30" \
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.30.
/cc @ldez @rtribotte @SantoDE
Cheers