FROM arm32v7/alpine:3.13@sha256:59b46c319f3b66dfda96faafd0c6959e9b2f409792d0236204f270dfd0235960 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" ]