restic backup client packaged in a Alpine Linux 3.7 container.
185
restic backup client packaged in a Alpine Linux 3.7 container.
Dockerfile:
FROM alpine:3.7
MAINTAINER Jonas Flodén <[email protected]>
RUN apk --no-cache add ca-certificates
ENV RESTIC_VERSION 0.8.1
RUN wget -q -O - https://github.com/restic/restic/releases/download/v${RESTIC_VERSION}/restic_${RESTIC_VERSION}_linux_amd64.bz2 \
| bunzip2 -c > /usr/local/bin/restic \
&& chmod +x /usr/local/bin/restic
Content type
Image
Digest
Size
5.9 MB
Last updated
over 8 years ago
docker pull flojon/restic