mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-01-07 23:58:07 +08:00
16 lines
567 B
Docker
16 lines
567 B
Docker
FROM stackexchange/dnscontrol:v2.11@sha256:28f24bfbf0d66f6fc9753101d84b7a1d5e6d21cc4cdea42c1e0a91b6047cfab3
|
|
|
|
LABEL repository="https://github.com/koenrh/dnscontrol-action"
|
|
LABEL maintainer="Koen Rouwhorst <info@koenrouwhorst.nl>"
|
|
|
|
LABEL "com.github.actions.name"="DNSControl"
|
|
LABEL "com.github.actions.description"="Deploy your DNS configuration to multiple providers."
|
|
LABEL "com.github.actions.icon"="cloud"
|
|
LABEL "com.github.actions.color"="yellow"
|
|
|
|
RUN apk add --no-cache bash jq
|
|
|
|
COPY README.md /
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|