traefik-coraza (dev)
Published 2026-07-11 15:34:16 +03:00 by ci-builder
Installation
docker pull git.sabilin.com/eventhub/traefik-coraza:devsha256:93f6028a0bf575c53f94a975063cb63e77e29e76c885532cf315f2b2efb81673
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 6c0dbdb938 | linux/amd64 | 52 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.20.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.2.0/traefik_v3.2.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.2.0 org.opencontainers.image.documentation=https://docs.traefik.io |
| ARG CORAZA_VERSION=v0.3.0 |
| ARG CORAZA_MODULE=github.com/jcchavezs/coraza-http-wasm-traefik |
| RUN |2 CORAZA_VERSION=v0.3.0 CORAZA_MODULE=github.com/jcchavezs/coraza-http-wasm-traefik /bin/sh -c apk add --no-cache curl unzip && mkdir -p /plugins-local/src/github.com/jcchavezs/coraza-http-wasm-traefik && curl -fsSL -o /tmp/coraza.zip "https://github.com/jcchavezs/coraza-http-wasm-traefik/releases/download/${CORAZA_VERSION}/coraza-http-wasm-${CORAZA_VERSION}.zip" && unzip -q /tmp/coraza.zip -d /plugins-local/src/github.com/jcchavezs/coraza-http-wasm-traefik && rm /tmp/coraza.zip # 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.2.0 |
Details
2026-07-11 15:34:16 +03:00
Versions (9)
View all
Container
0
OCI / Docker
sha-9886dff8bfd0
2026-07-21
sha-5ac23219ca08
2026-07-21
sha-7368adfb3740
2026-07-20
sha-dcb5163946f4
2026-07-20
sha-fc38f63497af
2026-07-20