traefik/traefik-registry (7975fa75e6f306c88f69fbafc57096cfbd6fef89)
Published 2025-05-06 09:42:17 +08:00 by martin
Installation
docker pull git.martin98.com/martinfarm/traefik/traefik-registry:7975fa75e6f306c88f69fbafc57096cfbd6fef89
sha256:9f445b83b422a4dab6d0abc15758eb9a0ab89879caf99aa204c545b543af8b59
About 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.4.0/traefik_v3.4.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.4.0 org.opencontainers.image.documentation=https://docs.traefik.io |
ARG env=registry |
COPY ./config/registry/ /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.4.0 |
Details
2025-05-06 09:42:17 +08:00
Versions (53)
View all
Container
0
OCI / Docker
linux/amd64
56 MiB
7975fa75e6f306c88f69fbafc57096cfbd6fef89
2025-05-06
latest
2025-05-06
014e77e0f5bce9b6f3987d1504ac25c3bc14432b
2025-05-03
bb995d30723d87cebcbec5f3cd81c886d44b16bc
2025-05-03
585b0166364f9aa2d88382ae865ac05154a2687d
2025-05-03