dnscontrol-action/Dockerfile

17 lines
565 B
Text
Raw Normal View History

2021-03-01 00:01:03 +08:00
FROM stackexchange/dnscontrol:v3.7.0@sha256:215ed29de7b650d321c5d9dddf6a4659d8673346feda20d1eba5c3eeadfc8f0d
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
COPY README.md /
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]