Add other DNS Providers
Some checks failed
Build and Push Updated Images / build-image (push) Failing after 42s
Some checks failed
Build and Push Updated Images / build-image (push) Failing after 42s
This commit is contained in:
parent
499f6062a6
commit
ff78cae02c
1 changed files with 11 additions and 1 deletions
12
Dockerfile
12
Dockerfile
|
@ -2,12 +2,22 @@
|
|||
ARG CADDYDEFENDER_VERSION=v0.8.5
|
||||
# renovate: datasource=github-releases depName=caddy-dns/rfc2136
|
||||
ARG CADDYRFC2136_VERSION=v1.0.0
|
||||
# renovate: datasource=github-releases depName=caddy-dns/porkbun
|
||||
ARG CADDYPORKBUN_VERSION=v0.2.1
|
||||
# renovate: datasource=github-releases depName=caddy-dns/he
|
||||
ARG CADDYHE_VERSION=v1.1.1
|
||||
# renovate: datasource=github-releases depName=caddy-dns/metaname
|
||||
ARG CADDYMETANAME_VERSION=v0.2.0
|
||||
|
||||
FROM caddy:2.10.0-builder-alpine@sha256:16205c8e035dae7faae3cb36ff03d76bb08ae2054968a28cf97ef95d28375e46 AS builder
|
||||
|
||||
RUN xcaddy build \
|
||||
--with github.com/caddy-dns/rfc2136@${CADDYRFC2136_VERSION} \
|
||||
--with github.com/jasonlovesdoggo/caddy-defender@${CADDYDEFENDER_VERSION}
|
||||
--with github.com/caddy-dns/porkbun@${CADDYPORKBUN_VERSION} \
|
||||
--with github.com/caddy-dns/he@${CADDYHE_VERSION} \
|
||||
--with github.com/caddy-dns/metaname@${CADDYMETANAME_VERSION} \
|
||||
--with github.com/jasonlovesdoggo/caddy-defender@${CADDYDEFENDER_VERSION} \
|
||||
|
||||
|
||||
FROM caddy:2.10.0-alpine@sha256:e2e3a089760c453bc51c4e718342bd7032d6714f15b437db7121bfc2de2654a6
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue