FROM stackexchange/dnscontrol:v3.11.0@sha256:a6f0fdee77032755867caa8c5c0fbc656cb80ba0784f8c015a0c6a69c7a31585 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"]