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