Block a user
restic (sha256:42a2588b740784d3cd20d178cd47c5afa5eef56060bc368a8e5a8d46f557800e)
Published 2026-07-10 05:31:28 +00:00 by yakenator
Installation
docker pull gitea.yakenator.io/yakenator/restic@sha256:42a2588b740784d3cd20d178cd47c5afa5eef56060bc368a8e5a8d46f557800esha256:42a2588b740784d3cd20d178cd47c5afa5eef56060bc368a8e5a8d46f557800eAbout this package
Fast, secure, efficient backup program
Image Layers
| ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL org.opencontainers.image.title=restic |
| LABEL org.opencontainers.image.description=Fast, secure, efficient backup program |
| LABEL org.opencontainers.image.url=https://restic.net |
| LABEL org.opencontainers.image.documentation=https://restic.readthedocs.io |
| LABEL org.opencontainers.image.source=https://github.com/restic/restic |
| COPY /output/restic /usr/bin # buildkit |
| COPY ./docker/entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c apk add --no-cache ca-certificates fuse openssh-client tzdata jq # buildkit |
| ENV IONICE_CLASS= |
| ENV IONICE_PRIORITY=4 |
| ENV NICE=0 |
| ENTRYPOINT ["/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | Fast, secure, efficient backup program |
| org.opencontainers.image.documentation | https://restic.readthedocs.io |
| org.opencontainers.image.source | https://github.com/restic/restic |
| org.opencontainers.image.title | restic |
| org.opencontainers.image.url | https://restic.net |