FROM arm32v7/alpine:3.13@sha256:9df60229e68a34a47eee0a5801b311ef76d86c92a993f72cfa0c69942214c1fc LABEL maintainer="Robert Kaussow " LABEL org.opencontainers.image.authors="Robert Kaussow " LABEL org.opencontainers.image.title="drone-github-comment" LABEL org.opencontainers.image.url="https://github.com/thegeeklab/drone-github-comment" LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-github-comment" LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-github-comment" ADD release/arm/drone-github-comment /bin/ ENTRYPOINT [ "/bin/drone-github-comment" ]