0
0
mirror of https://github.com/thegeeklab/github-releases-notifier.git synced 2024-11-15 04:20:39 +00:00
github-releases-notifier/docker/Dockerfile.arm

14 lines
640 B
Docker
Raw Normal View History

2020-09-21 07:15:27 +00:00
FROM alpine:3.12
2020-12-16 08:02:45 +00:00
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.title="GitHub Release Notifier"
LABEL org.opencontainers.image.url="https://github.com/thegeeklab/github-releases-notifier/"
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/github-releases-notifier/"
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/github-releases-notifier/"
2020-09-21 07:15:27 +00:00
2020-01-14 14:08:20 +00:00
RUN apk --no-cache add ca-certificates
2020-01-14 14:41:29 +00:00
ADD release/arm/github-releases-notifier /bin/
2020-01-14 14:08:20 +00:00
ENTRYPOINT [ "/bin/github-releases-notifier" ]