CI/CD: ci, deploy-ift и deploy-stage через EventHubDevOps; фиксы calendar view, archive, API-тесты, traefik-coraza
Deploy IFT (core) / deploy-ift-core (push) Failing after 22m58s
CI / test (push) Failing after 22m59s

This commit is contained in:
2026-07-08 14:50:59 +03:00
parent 4cb6056917
commit f4746df4a2
15 changed files with 247 additions and 53 deletions
+11
View File
@@ -0,0 +1,11 @@
FROM traefik:v3.2.0
ARG CORAZA_VERSION=v0.3.0
ARG CORAZA_MODULE=github.com/jcchavezs/coraza-http-wasm-traefik
RUN 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