FROM arm64v8/alpine:3.16@sha256:ed73e2bee79b3428995b16fce4221fc715a849152f364929cdccdc83db5f3d5c 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" ]