-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDockerfile
30 lines (27 loc) · 1.18 KB
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
FROM caddy:2.8.4-builder-alpine AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare \
--with github.com/abiosoft/caddy-hmac \
--with github.com/caddy-dns/dnspod \
--with github.com/caddy-dns/gandi \
--with github.com/caddy-dns/lego-deprecated \
--with github.com/caddy-dns/route53 \
--with github.com/caddy-dns/alidns \
--with github.com/caddy-dns/azure \
--with github.com/caddy-dns/digitalocean \
--with github.com/caddy-dns/duckdns \
--with github.com/caddy-dns/hetzner \
--with github.com/caddy-dns/openstack-designate \
--with github.com/caddy-dns/vultr \
--with github.com/lolPants/caddy-requestid \
--with github.com/mholt/caddy-webdav \
--with github.com/abiosoft/caddy-json-parse \
--with github.com/hslatman/caddy-crowdsec-bouncer \
--with github.com/porech/caddy-maxmind-geolocation \
--with github.com/WeidiDeng/caddy-cloudflare-ip \
--with github.com/ueffel/caddy-brotli \
--with github.com/caddyserver/replace-response \
--with github.com/coulsonpl/auth-modifier \
--with github.com/corazawaf/coraza-caddy/v2
FROM caddy:2.8.4-alpine
COPY --from=builder /usr/bin/caddy /usr/bin/caddy