2021-12-17 06:51:17 +08:00
|
|
|
FROM ghcr.io/koenrh/dnscontrol:v3.13.0@sha256:2e0ff54e609f418d285b776f3bbceee35b73eac8637731395e1a001ad7c38898
|
2019-01-05 19:24:28 +08:00
|
|
|
|
|
|
|
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"
|
|
|
|
|
2020-06-26 02:33:39 +08:00
|
|
|
RUN apk add --no-cache bash
|
2019-01-05 19:24:28 +08:00
|
|
|
|
2021-07-14 00:21:01 +08:00
|
|
|
COPY README.md entrypoint.sh bin/filter-preview-output.sh /
|
2019-01-05 19:24:28 +08:00
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|