FROM arm64v8/alpine:3.16@sha256:ed73e2bee79b3428995b16fce4221fc715a849152f364929cdccdc83db5f3d5c LABEL maintainer="Robert Kaussow " LABEL org.opencontainers.image.authors="Robert Kaussow " 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 dist/drone-matrix /bin/ ENTRYPOINT [ "/bin/drone-matrix" ]