mirror of
https://github.com/thegeeklab/wp-matrix.git
synced 2024-11-09 18:10:39 +00:00
12 lines
600 B
Docker
12 lines
600 B
Docker
FROM alpine:3.14@sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2
|
|
|
|
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" ]
|