Introducing our new CEO Don Johnson - Read More
traefik logo

traefik:v3.3

Multi-platform
Networking
Index digest

sha256:f1fdee7fda041872cff24e36a08f45ca53f006ded88f743a8e30e3d87ca52b48

OS/ARCH

Compressed size

49.9 MB

Last pushed

12 days by doijanky

Type

Image

Vulnerabilities

0
1
1
0
1

Manifest digest

sha256:ddd31b82ff1d4678974ef6dbc19796dee0185ae79fcb751f9cd9df40287e847f

Layers (9)

0

ADD alpine-minirootfs-3.21.2-x86_64.tar.gz / # buildkit

3.64 MB


1

CMD ["/bin/sh"]

0 B


2

RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit

458.75 KB


3

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.3/traefik_v3.3.3_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

48.22 MB


4

COPY entrypoint.sh / # buildkit

369 B


5

EXPOSE map[80/tcp:{}]

0 B


6

ENTRYPOINT ["/entrypoint.sh"]

0 B


7

CMD ["traefik"]

0 B


8

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.3 org.opencontainers.image.documentation=https://docs.traefik.io

0 B


This image couldn't be analyzed
It may have an unsupported architecture, or exceed the maximum size