FROM alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d LABEL maintainer="Robert Kaussow " LABEL org.opencontainers.image.authors="Robert Kaussow " LABEL org.opencontainers.image.title="retry" LABEL org.opencontainers.image.url="https://github.com/thegeeklab/retry" LABEL org.opencontainers.image.source="https://github.com/thegeeklab/retry" LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/retry" ADD retry /usr/local/bin/retry USER root CMD [] ENTRYPOINT ["/usr/local/bin/retry"]