borgbackup (sha256:0ad4ab1b72dd1a898d912952e7b6c8a78817f467be4df3313b20fd637da9dce2)

Published 2026-07-14 17:55:16 +07:00 by owner

Installation

docker pull code.mmk.pw/core/borgbackup@sha256:0ad4ab1b72dd1a898d912952e7b6c8a78817f467be4df3313b20fd637da9dce2
sha256:0ad4ab1b72dd1a898d912952e7b6c8a78817f467be4df3313b20fd637da9dce2

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'
COPY ./mmk-ca.crt /usr/local/share/ca-certificates/ # buildkit
COPY ./debian.sources /etc/apt/sources.list.d/ # buildkit
RUN /bin/sh -c apt update && apt install -y --no-install-recommends openssh-server bash curl borgbackup bsdextrautils && rm -f /etc/ssh/ssh_host_* && groupadd -g 2000 borg && echo 'PasswordAuthentication no' >> /etc/ssh/sshd_config # buildkit
COPY ./bin/ /usr/local/bin/ # buildkit
CMD ["startserver"]
Details
Container
2026-07-14 17:55:16 +07:00
1
OCI / Docker
linux/amd64
72 MiB
Versions (6) View all
0.1-20260718 2026-07-18
latest 2026-07-18
0.1 2026-07-18
0.1-20260714 2026-07-14
0.1-20260711 2026-07-11