cube-traefik (v3.7.0)

Published 2026-05-09 23:33:09 +00:00 by thomasj in thomasj/cube-services

Installation

docker pull git.thomasaldrian.net/thomasj/cube-traefik:v3.7.0
sha256:aecfc8ecebfcdeb8b4671269c6bf21a80e97781ae2150eefa66ef0348912059e

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.0/traefik_v3.7.0_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.0 org.opencontainers.image.documentation=https://docs.traefik.io
/bin/sh -c mkdir -p /etc/traefik/dynamic
COPY file:0d91986482496464846b7d4fdc4fa23f0c501cef15f90d5cfc92525e7e473384 in /etc/traefik
COPY dir:64e5452d619ebc4687044c10b9ec6895ba5030a8f2ac0e5ee65166e076f50b3d 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.43.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.0
Details
Container
2026-05-09 23:33:09 +00:00
0
OCI / Docker
linux/amd64
Thomas Aldrian <aldrian.thom@proton.me>
53 MiB
Versions (3) View all
latest 2026-05-09
v3.7.0 2026-05-09
v3.6.7 2026-05-02