borg-volumes (latest)

Published 2026-03-26 17:02:12 +00:00 by BlakeRain in BlakeRain/borg-volumes

Installation

docker pull git.blakerain.com/blakerain/borg-volumes:latest
sha256:1469bf8d85af5abf4674e223e16ab0c258ec6d690fef93fd0a3388c06ca8530d

Image layers

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG SUPERCRONIC_VERSION=0.2.43
ENV SUPERCRONIC_VERSION=0.2.43
RUN |1 SUPERCRONIC_VERSION=0.2.43 /bin/sh -c apk add --no-cache borgbackup curl openssh bash jq # buildkit
ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.43/supercronic-linux-amd64 SUPERCRONIC=supercronic-linux-amd64
RUN |1 SUPERCRONIC_VERSION=0.2.43 /bin/sh -c curl -fsSLO "$SUPERCRONIC_URL" && chmod +x "$SUPERCRONIC" && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic # buildkit
COPY backup.sh /backup.sh # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN |1 SUPERCRONIC_VERSION=0.2.43 /bin/sh -c chmod +x /backup.sh # buildkit
RUN |1 SUPERCRONIC_VERSION=0.2.43 /bin/sh -c chmod +x /entrypoint.sh # buildkit
ENTRYPOINT ["/entrypoint.sh"]
Details
Container
2026-03-26 17:02:12 +00:00
0
OCI / Docker
linux/amd64
33 MiB
Versions (1) View all
latest 2026-03-26