mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-01-21 14:39:26 +08:00
69f30b223f
Bumps stackexchange/dnscontrol from v3.1.1 to v3.2.0. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
16 lines
568 B
Docker
16 lines
568 B
Docker
FROM stackexchange/dnscontrol:v3.2.0@sha256:d2adb607f256b43cc84d658c3dee5ba7a3ce236bf0abced35f602379db3b9fc4
|
|
|
|
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"]
|