ITADN

Can no longer build a custom caddy image

#236Closedwmalcolm94 创建于 2025-04-09
duplicate
W
wmalcolm94commented
Hi there, thanks for maintaining the project! I've been using Caddy for a while and about 2 days ago the container started failing to build. I've isolated my problem to the cloudflare dns entry, as it works with just the coraza waf, and does not work with just the cloudflare dns entry. Am I doing something wrong? Any help would be appreciated. ``` FROM caddy:2.9.1-builder AS builder WORKDIR /app RUN xcaddy build --output caddy \ --with github.com/corazawaf/coraza-caddy/v2@latest \ --with github.com/caddy-dns/cloudflare FROM caddy:2.9.1 COPY --from=builder /app/caddy /usr/bin/caddy
关闭于 2025-04-09 4 条评论