traefik logo

traefik:saintnectaire

Multi-platform
Networking
Index digest

sha256:cc11989f418e2cfe5e60fc40c92c1813be847f58eda15eced7d5ac890255ad9e

OS/ARCH

Compressed size

49.92 MB

Last pushed

9 days by doijanky

Type

Image

Vulnerabilities

Not scanned

Manifest digest

sha256:85751f9af446c134c026868b32e38a75e1819ed0c7e51f35d3bef46cac344569

Layers (9)

0

ADD alpine-minirootfs-3.21.3-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.64 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.4/traefik_v3.3.4_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.25 MB


4

COPY entrypoint.sh / # buildkit

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

0 B


Failed to fetch image analysis
There was an error while fetching vulnerabilities and packages for this image. Please try again later.