workout-backup (sha256:d85dc4a4c928096211b798d9b688fcde075fd27edcc81c83a7dd1a952a8210f1)

Published 2026-06-09 10:21:51 -07:00 by AlexanderJBauer

Installation

docker pull git.1bauer.com/alexanderjbauer/workout-backup@sha256:d85dc4a4c928096211b798d9b688fcde075fd27edcc81c83a7dd1a952a8210f1
sha256:d85dc4a4c928096211b798d9b688fcde075fd27edcc81c83a7dd1a952a8210f1

Image layers

ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache restic sqlite bash dcron # buildkit
COPY deploy/backup/backup.sh /backup.sh # buildkit
RUN /bin/sh -c chmod +x /backup.sh # buildkit
RUN /bin/sh -c echo "0 * * * * /backup.sh >> /proc/1/fd/1 2>> /proc/1/fd/2" > /etc/crontabs/root # buildkit
ENV PB_DATA_DIR=/pb/pb_data
ENV BACKUP_DIR=/backup
CMD ["crond" "-f" "-l" "2"]
Details
Container
2026-06-09 10:21:51 -07:00
0
OCI / Docker
linux/amd64
15 MiB
Versions (1) View all