David Arragón Galiana root
  • Joined on 2024-01-24

portainer-backup (latest)

Published 2026-05-01 16:07:45 +02:00 by root

Installation

docker pull gitlab.impresion3d.pro/root/portainer-backup:latest
sha256:5d8ec3987ca514d9c774e961122256f9ccdc2ec9d538f8b9015f614a18dd4f94

Images

Digest OS / Arch Size
3c0b13fd65 linux/amd64 11 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache bash curl jq git tzdata # buildkit
COPY backup.sh /usr/local/bin/backup.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/backup.sh # buildkit
WORKDIR /backup
RUN /bin/sh -c echo "0 2 * * * /usr/local/bin/backup.sh >> /var/log/backup.log 2>&1" > /etc/crontabs/root # buildkit
CMD ["/bin/sh" "-c" "crond -f -l 2"]
Details
Container
2026-05-01 16:07:45 +02:00
50
OCI / Docker
Versions (14) View all