2021-10-10 18:59:27 +08:00
|
|
|
FROM ghcr.io/koenrh/dnscontrol:v3.12.0@sha256:387bc4a467803daceaf4da41e9ac6a0b9314a7035c0d5739c8ef7ba9845e6eca
|
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"]
|