2021-11-25 07:51:37 +00:00
|
|
|
FROM alpine:3.15@sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
|
2021-09-13 21:00:00 +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-matrix"
|
|
|
|
LABEL org.opencontainers.image.url="https://github.com/thegeeklab/drone-matrix"
|
|
|
|
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-matrix"
|
|
|
|
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-matrix"
|
|
|
|
|
|
|
|
ADD release/amd64/drone-matrix /bin/
|
|
|
|
ENTRYPOINT [ "/bin/drone-matrix" ]
|