From 84a971437969bbef3b831bd0c2a5014af36d068b Mon Sep 17 00:00:00 2001 From: Linloir <3145078758@qq.com> Date: Tue, 8 Oct 2024 12:54:45 +0800 Subject: [PATCH] feat: add gitea plugin build --- builds/gitea-dns/Dockerfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 builds/gitea-dns/Dockerfile diff --git a/builds/gitea-dns/Dockerfile b/builds/gitea-dns/Dockerfile new file mode 100644 index 0000000..1c079e8 --- /dev/null +++ b/builds/gitea-dns/Dockerfile @@ -0,0 +1,11 @@ +FROM caddy:builder AS builder + +RUN xcaddy build \ + --with github.com/caddy-dns/cloudflare \ + --with github.com/caddy-dns/dnspod \ + --with github.com/caddy-dns/alidns \ + --with github.com/42wim/caddy-gitea + +FROM caddy:latest + +COPY --from=builder /usr/bin/caddy /usr/bin/caddy