cube-traefik (v3.7.5)

Published 2026-07-05 21:34:30 +00:00 by thomasj in thomasj/cube-services

Installation

docker pull git.thomasaldrian.net/thomasj/cube-traefik:v3.7.5
sha256:a1d504d582ea53ee4ea64148ff0f68b84b02ee3b1761b47c8cb512027c4a306f

About this package

A modern reverse-proxy

Image layers

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit
RUN /bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; armv7) arch='armv7' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; riscv64) arch='riscv64' ;; s390x) arch='s390x' ;; ppc64le) arch='ppc64le' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v3.7.5/traefik_v3.7.5_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 # buildkit
COPY entrypoint.sh / # buildkit
EXPOSE map[80/tcp:{}]
ENTRYPOINT ["/entrypoint.sh"]
CMD ["traefik"]
LABEL org.opencontainers.image.vendor=Traefik Labs org.opencontainers.image.url=https://traefik.io org.opencontainers.image.source=https://github.com/traefik/traefik org.opencontainers.image.title=Traefik org.opencontainers.image.description=A modern reverse-proxy org.opencontainers.image.version=v3.7.5 org.opencontainers.image.documentation=https://docs.traefik.io
/bin/sh -c mkdir -p /etc/traefik/dynamic
COPY file:aa9474a2657610e006d91712da4263b183eace2f2cb1271b3fed821b02358e70 in /etc/traefik
COPY dir:1e1199a891b416032a84711956d0918fed6eccf77ad3c08c7942d66d5371700f in /etc/traefik/dynamic
LABEL org.opencontainers.image.title="CubeServices Traefik" org.opencontainers.image.description="A modern reverse-proxy" org.opencontainers.image.source="https://git.thomasaldrian.net/thomasj/cube-services" org.opencontainers.image.authors="Thomas Aldrian <aldrian.thom@proton.me>"

Labels

Key Value
io.buildah.version 1.44.0
org.opencontainers.image.authors Thomas Aldrian <aldrian.thom@proton.me>
org.opencontainers.image.description A modern reverse-proxy
org.opencontainers.image.documentation https://docs.traefik.io
org.opencontainers.image.source https://git.thomasaldrian.net/thomasj/cube-services
org.opencontainers.image.title CubeServices Traefik
org.opencontainers.image.url https://traefik.io
org.opencontainers.image.vendor Traefik Labs
org.opencontainers.image.version v3.7.5
Details
Container
2026-07-05 21:34:30 +00:00
0
OCI / Docker
linux/amd64
Thomas Aldrian <aldrian.thom@proton.me>
53 MiB
Versions (4) View all
latest 2026-07-05
v3.7.5 2026-07-05
v3.7.0 2026-05-09
v3.6.7 2026-05-02