cube-traefik (latest)
Installation
docker pull git.thomasaldrian.net/thomasj/cube-traefik:latestsha256:aecfc8ecebfcdeb8b4671269c6bf21a80e97781ae2150eefa66ef0348912059eAbout 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
2026-05-09 23:33:10 +00:00
Versions (3)
View all
Container
0
OCI / Docker
linux/amd64
Thomas Aldrian <aldrian.thom@proton.me>
53 MiB