traefik (production)

Published 2024-10-05 16:48:55 -04:00 by colin

Installation

docker pull git.nixc.us/nixius/traefik:production
sha256:b0fe1f3851781eda22a3b3584822035b541d4f33451c0c9d152a31671c1f7ef2

About this package

A modern reverse-proxy

Image Layers

ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in /
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/v2.11.11/traefik_v2.11.11_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=v2.11.11 org.opencontainers.image.documentation=https://docs.traefik.io
RUN /bin/sh -c apk add --no-cache tcpdump netcat-openbsd iperf3 curl nmap tshark bind-tools mtr # buildkit

Labels

Key Value
com.docker.compose.project traefik
com.docker.compose.service traefik
com.docker.compose.version 2.28.1
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 v2.11.11
Details
Container
2024-10-05 16:48:55 -04:00
4
OCI / Docker
linux/amd64
86 MiB
Versions (2) View all
production 2024-10-05
staging 2024-10-05