2020-05-24 18:08:18 +08:00
|
|
|
FROM stackexchange/dnscontrol:v3.1.1@sha256:583c43a963cb7ab2510cbc4e5e268a0cb3c51d319d926b52b14840baed4b952d
|
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-01-03 18:39:03 +08:00
|
|
|
RUN apk add --no-cache bash jq
|
2019-01-05 19:24:28 +08:00
|
|
|
|
|
|
|
COPY README.md /
|
|
|
|
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|