FROM stackexchange/dnscontrol:v3.8.0@sha256:dfc0e8baa6f92c86891a7c8c8bccb1f8fdaed275e17cc6f7f192607b8d67a62f LABEL repository="https://github.com/koenrh/dnscontrol-action" LABEL maintainer="Koen Rouwhorst " 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"]