Back
chrll/restic
By chrll
alpine:latest with restic installed.
64
A simple alpine based image with restic as entrypoint
FROM alpine:latest RUN apk add -U --no-cache restic ENTRYPOINT ["/usr/bin/restic"]
docker pull chrll/restic