FROM arm64v8/alpine:3.17@sha256:41d876d4e44348d1c27445fdb0e64592e0eb926d4dbbcf09a3526dee7e628329 LABEL maintainer="Robert Kaussow " LABEL org.opencontainers.image.authors="Robert Kaussow " LABEL org.opencontainers.image.title="drone-admin" LABEL org.opencontainers.image.url="https://github.com/thegeeklab/drone-admin" LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-admin" LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-admin" ADD dist/drone-admin /bin/ ENTRYPOINT [ "/bin/drone-admin" ]