traefik/traefik-base (b42bc97d7221ee783e4f085c4f6ae0ff88c6ab60)
Published 2025-04-17 16:00:37 +08:00 by martin
Installation
docker pull git.martin98.com/martinfarm/traefik/traefik-base:b42bc97d7221ee783e4f085c4f6ae0ff88c6ab60sha256:b5c55aabec36c84feb30ea61f0445bb02cce9079b759661c32a06ecd0c957246About this package
A modern reverse-proxy
Image Layers
| ADD alpine-minirootfs-3.21.3-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' ;; 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.3.5/traefik_v3.3.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.3.5 org.opencontainers.image.documentation=https://docs.traefik.io |
| ARG env=base |
| COPY ./config/base/ /etc/traefik # buildkit |
| COPY /acme.sh/ssl /acme.sh/ssl # buildkit |
| COPY /domain/tls.yml /etc/traefik/config/base/tls.yml # buildkit |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | A modern reverse-proxy |
| org.opencontainers.image.documentation | https://docs.traefik.io |
| org.opencontainers.image.source | https://github.com/traefik/traefik |
| org.opencontainers.image.title | Traefik |
| org.opencontainers.image.url | https://traefik.io |
| org.opencontainers.image.vendor | Traefik Labs |
| org.opencontainers.image.version | v3.3.5 |
Details
2025-04-17 16:00:37 +08:00
Versions (93)
View all
Container
1
OCI / Docker
linux/amd64
55 MiB
acad4894e272d942433aa907e1ccd242feb4b79d
2025-09-18
latest
2025-09-18
a6f1d6e775f26f573948ceb5dd57cca24412f0e9
2025-08-30
76b9f1738e14fa77167179a4370c8f9afcb74016
2025-08-30
82ad3fe8f7107b590d423fbde5f4860772c9f878
2025-08-26