2023-12-08 07:38:29 +00:00
|
|
|
FROM alpine:3.19@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
|
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"]
|