borg-volumes (latest)

Published 2026-03-09 16:47:48 +00:00 by BlakeRain in BlakeRain/borg-volumes

Installation

docker pull git.blakerain.com/blakerain/borg-volumes:latest
sha256:211885e8646e86dda23633370e1315a8a75c1cd072a59537ed2abd0723ab0d31

Image layers

ADD alpine-minirootfs-3.23.3-aarch64.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 rcon-cli 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 /entrypoint.sh # buildkit
ENTRYPOINT ["/entrypoint.sh"]
Details
Container
2026-03-09 16:47:48 +00:00
0
OCI / Docker
linux/arm64
35 MiB
Versions (1) View all
latest 2026-03-09