Sign inSign up

flojon/restic

By flojon

Updated over 8 years ago

restic backup client packaged in a Alpine Linux 3.7 container.

Image
1

185

flojon/restic repository overview

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

Tag summary

Content type

Image

Digest

Size

5.9 MB

Last updated

over 8 years ago

docker pull flojon/restic