2023-02-11 07:43:45 +00:00
|
|
|
FROM alpine:3.17@sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
|
2022-11-02 20:34:28 +00:00
|
|
|
|
|
|
|
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
|
|
|
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
|
|
|
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"]
|