mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-01-19 21:49:26 +08:00
114d8cdfdb
Bumps stackexchange/dnscontrol from v3.8.0 to v3.10.1. --- updated-dependencies: - dependency-name: stackexchange/dnscontrol dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
566 B
Docker
16 lines
566 B
Docker
FROM stackexchange/dnscontrol:v3.10.1@sha256:be0a5467b9c13dc7e672e2bdaf47a2a3160262bed8ef65264a84ab8e719bcf42
|
|
|
|
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
|
|
|
|
COPY README.md /
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|