File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN set -ex; \
1212 ppc64le) arch='ppc64le' ;; \
1313 *) echo >&2 "error: unsupported architecture: $apkArch" ; exit 1 ;; \
1414 esac; \
15- wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v3.7.0-rc.3 /traefik_v3.7.0-rc.3_linux_ $arch.tar.gz" ; \
15+ wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v3.7.0/traefik_v3.7.0_linux_ $arch.tar.gz" ; \
1616 tar xzvf /tmp/traefik.tar.gz -C /usr/local/bin traefik; \
1717 rm -f /tmp/traefik.tar.gz; \
1818 chmod +x /usr/local/bin/traefik
@@ -27,5 +27,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
2727 org.opencontainers.image.source="https://github.com/traefik/traefik" \
2828 org.opencontainers.image.title="Traefik" \
2929 org.opencontainers.image.description="A modern reverse-proxy" \
30- org.opencontainers.image.version="v3.7.0-rc.3 " \
30+ org.opencontainers.image.version="v3.7.0" \
3131 org.opencontainers.image.documentation="https://docs.traefik.io"
Original file line number Diff line number Diff line change 11FROM scratch
2- COPY --from=traefik:v3.7.0-rc.3- alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
3- COPY --from=traefik:v3.7.0-rc.3- alpine /usr/share/zoneinfo /usr/share/
4- COPY --from=traefik:v3.7.0-rc.3- alpine /usr/local/bin/traefik /
2+ COPY --from=traefik:v3.7.0-alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
3+ COPY --from=traefik:v3.7.0-alpine /usr/share/zoneinfo /usr/share/
4+ COPY --from=traefik:v3.7.0-alpine /usr/local/bin/traefik /
55
66EXPOSE 80
77VOLUME ["/tmp" ]
@@ -13,5 +13,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
1313 org.opencontainers.image.source="https://github.com/traefik/traefik" \
1414 org.opencontainers.image.title="Traefik" \
1515 org.opencontainers.image.description="A modern reverse-proxy" \
16- org.opencontainers.image.version="v3.7.0-rc.3 " \
16+ org.opencontainers.image.version="v3.7.0" \
1717 org.opencontainers.image.documentation="https://docs.traefik.io"
Original file line number Diff line number Diff line change 11FROM mcr.microsoft.com/windows/nanoserver:ltsc2022
22
3- COPY --from=traefik:v3.7.0-rc.3- windowsservercore-ltsc2022 /traefik.exe /
3+ COPY --from=traefik:v3.7.0-windowsservercore-ltsc2022 /traefik.exe /
44
55EXPOSE 80
66ENTRYPOINT [ "/traefik" ]
@@ -11,5 +11,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
1111 org.opencontainers.image.source="https://github.com/traefik/traefik" \
1212 org.opencontainers.image.title="Traefik" \
1313 org.opencontainers.image.description="A modern reverse-proxy" \
14- org.opencontainers.image.version="v3.7.0-rc.3 " \
14+ org.opencontainers.image.version="v3.7.0" \
1515 org.opencontainers.image.documentation="https://docs.traefik.io"
Original file line number Diff line number Diff line change 11FROM mcr.microsoft.com/windows/nanoserver:ltsc2025
22
3- COPY --from=traefik:v3.7.0-rc.3- windowsservercore-ltsc2025 /traefik.exe /
3+ COPY --from=traefik:v3.7.0-windowsservercore-ltsc2025 /traefik.exe /
44
55EXPOSE 80
66ENTRYPOINT [ "/traefik" ]
@@ -11,5 +11,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
1111 org.opencontainers.image.source="https://github.com/traefik/traefik" \
1212 org.opencontainers.image.title="Traefik" \
1313 org.opencontainers.image.description="A modern reverse-proxy" \
14- org.opencontainers.image.version="v3.7.0-rc.3 " \
14+ org.opencontainers.image.version="v3.7.0" \
1515 org.opencontainers.image.documentation="https://docs.traefik.io"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2022
22SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
33
44RUN Invoke-WebRequest \
5- -Uri "https://github.com/traefik/traefik/releases/download/v3.7.0-rc.3 /traefik_v3.7.0-rc.3_windows_amd64 .zip" \
5+ -Uri "https://github.com/traefik/traefik/releases/download/v3.7.0/traefik_v3.7.0_windows_amd64 .zip" \
66 -OutFile "/traefik.zip" ; \
77 Expand-Archive -Path "/traefik.zip" -DestinationPath "/" -Force; \
88 Remove-Item "/traefik.zip" -Force
@@ -16,5 +16,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
1616 org.opencontainers.image.source="https://github.com/traefik/traefik" \
1717 org.opencontainers.image.title="Traefik" \
1818 org.opencontainers.image.description="A modern reverse-proxy" \
19- org.opencontainers.image.version="v3.7.0-rc.3 " \
19+ org.opencontainers.image.version="v3.7.0" \
2020 org.opencontainers.image.documentation="https://docs.traefik.io"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2025
22SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
33
44RUN Invoke-WebRequest \
5- -Uri "https://github.com/traefik/traefik/releases/download/v3.7.0-rc.3 /traefik_v3.7.0-rc.3_windows_amd64 .zip" \
5+ -Uri "https://github.com/traefik/traefik/releases/download/v3.7.0/traefik_v3.7.0_windows_amd64 .zip" \
66 -OutFile "/traefik.zip" ; \
77 Expand-Archive -Path "/traefik.zip" -DestinationPath "/" -Force; \
88 Remove-Item "/traefik.zip" -Force
@@ -16,5 +16,5 @@ LABEL org.opencontainers.image.vendor="Traefik Labs" \
1616 org.opencontainers.image.source="https://github.com/traefik/traefik" \
1717 org.opencontainers.image.title="Traefik" \
1818 org.opencontainers.image.description="A modern reverse-proxy" \
19- org.opencontainers.image.version="v3.7.0-rc.3 " \
19+ org.opencontainers.image.version="v3.7.0" \
2020 org.opencontainers.image.documentation="https://docs.traefik.io"
Original file line number Diff line number Diff line change 1- v3.6.16
1+ v3.7.0
You can’t perform that action at this time.
0 commit comments