mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-01-10 00:59:22 +08:00
713d6beaff
Bumps stackexchange/dnscontrol from v2.11 to v3.0.0. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
16 lines
568 B
Docker
16 lines
568 B
Docker
FROM stackexchange/dnscontrol:v3.0.0@sha256:75bc898662afdcad0f5ab86b34d86ed9d8022e8efecf3a0ae381271aaba5ee8c
|
|
|
|
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"]
|