Block a user
kwiz74 (backup-1.12.111)
Published 2025-12-11 02:27:58 +01:00 by adelorenzo
Installation
docker pull git.oe74.net/adelorenzo/kwiz74:backup-1.12.111sha256:ef9d152238f3f354df3b17fd77466df76eb126d0501bdc29c1b2e88d7f20097f
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 4fca22ceef | linux/amd64 | 17 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.19.9-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.29/supercronic-linux-amd64 |
| ARG SUPERCRONIC_ARM_URL=https://github.com/aptible/supercronic/releases/download/v0.2.29/supercronic-linux-arm64 |
| RUN |2 SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.29/supercronic-linux-amd64 SUPERCRONIC_ARM_URL=https://github.com/aptible/supercronic/releases/download/v0.2.29/supercronic-linux-arm64 /bin/sh -c apk add --no-cache postgresql16-client redis bash curl gzip openssl tzdata && ARCH=$(uname -m) && if [ "$ARCH" = "x86_64" ]; then curl -fsSL "$SUPERCRONIC_URL" -o /usr/local/bin/supercronic; elif [ "$ARCH" = "aarch64" ]; then curl -fsSL "$SUPERCRONIC_ARM_URL" -o /usr/local/bin/supercronic; fi && chmod +x /usr/local/bin/supercronic # buildkit |
| ENV TZ=UTC |
| WORKDIR /app |
| COPY scripts/ /app/scripts/ # buildkit |
| COPY cron/backup-schedule /app/crontab # buildkit |
| RUN |2 SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.29/supercronic-linux-amd64 SUPERCRONIC_ARM_URL=https://github.com/aptible/supercronic/releases/download/v0.2.29/supercronic-linux-arm64 /bin/sh -c chmod +x /app/scripts/*.sh && mkdir -p /backups/postgres/daily /backups/redis /backups/volumes /backups/logs # buildkit |
| HEALTHCHECK &{["CMD-SHELL" "test -f /tmp/backup-healthy || exit 1"] "1m0s" "10s" "5s" "0s" '\x03'} |
| COPY scripts/entrypoint.sh /entrypoint.sh # buildkit |
| RUN |2 SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.29/supercronic-linux-amd64 SUPERCRONIC_ARM_URL=https://github.com/aptible/supercronic/releases/download/v0.2.29/supercronic-linux-arm64 /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| ENTRYPOINT ["/entrypoint.sh"] |
| CMD ["supercronic" "/app/crontab"] |
Details
2025-12-11 02:27:58 +01:00
Versions (696)
View all
Container
1
OCI / Docker
frontend-1.12.144
2025-12-22
frontend-latest
2025-12-22
frontend-1.12.145
2025-12-22
worker-latest
2025-12-22
worker-1.12.145
2025-12-22