drone-github-comment/docker/Dockerfile.arm

13 lines
646 B
Docker
Raw Normal View History

FROM arm32v7/alpine:3.15@sha256:dc18010aabc13ce121123c7bb0f4dcb6879ce22b4f7c65669a2c634b5ceecafb
2020-09-19 22:00:34 +00:00
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
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"
2020-09-19 22:00:34 +00:00
2022-04-25 07:18:32 +00:00
ADD dist/drone-github-comment /bin/
2022-04-25 07:27:38 +00:00
ENTRYPOINT ["/bin/drone-github-comment"]