FROM alpine:3.14@sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 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 release/amd64/drone-yaml /bin/ ENTRYPOINT [ "/bin/drone-yaml" ]