0
0
mirror of https://github.com/thegeeklab/github-releases-notifier.git synced 2024-06-02 17:49:40 +02:00
github-releases-notifier/docker/Dockerfile.amd64

12 lines
355 B
Docker
Raw Normal View History

2020-09-21 09:15:27 +02:00
FROM alpine:3.12
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
org.label-schema.name="GitHub Release Notifier" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
2020-01-14 15:08:20 +01:00
RUN apk --no-cache add ca-certificates
ADD release/amd64/github-releases-notifier /bin/
ENTRYPOINT [ "/bin/github-releases-notifier" ]