Block a user
portainer-backup-local (0.4.2)
Published 2026-09-18 04:09:21 +03:00 by andreas
Installation
docker pull gitea.phadric.de/andreas/portainer-backup-local:0.4.2sha256:0a957ef7f56d1513f2c37525ee3f91044cf08ca8101fe6d3e25834a2444df23b
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 5fcc6f741b | linux/amd64 | 7.0 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.24.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache curl bash tzdata # buildkit |
| ENV PORTAINER_HOST=**None** PORTAINER_APIKEY=**None** PORTAINER_APIKEY_FILE=**None** BACKUP_DIR=/backups BACKUP_SUFFIX=.tar.gz BACKUP_LATEST_TYPE=symlink BACKUP_KEEP_DAYS=7 BACKUP_KEEP_WEEKS=4 BACKUP_KEEP_MONTHS=6 BACKUP_KEEP_MINS=1440 HEALTHCHECK_PORT=8080 WEBHOOK_URL=**None** WEBHOOK_EXTRA_ARGS= MAX_TIME=600 |
| COPY hooks /hooks # buildkit |
| COPY backup.sh /backup.sh # buildkit |
| VOLUME [/backups] |
| ENTRYPOINT ["/bin/sh" "-c"] |
| CMD ["exec /usr/local/bin/go-cron -s \"$SCHEDULE\" -p \"$HEALTHCHECK_PORT\" -- /backup.sh"] |
| HEALTHCHECK {Test:[CMD-SHELL curl -f "http://localhost:$HEALTHCHECK_PORT/" || exit 1] Interval:5m0s Timeout:3s StartPeriod:0s StartInterval:0s Retries:0} |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-09-18T01:09:00.295Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | fff290ddd6fe3af0c35b09039d8e63f4decca3c3 |
| org.opencontainers.image.source | https://gitea.phadric.de/andreas/portainer-backup-local |
| org.opencontainers.image.title | portainer-backup-local |
| org.opencontainers.image.url | https://gitea.phadric.de/andreas/portainer-backup-local |
| org.opencontainers.image.version | 0.4.2 |