Adolfo Delorenzo adelorenzo
  • Joined on 2021-03-29

kwiz74 (backup-1.12.97)

Published 2025-12-10 21:54:04 +01:00 by adelorenzo

Installation

docker pull git.oe74.net/adelorenzo/kwiz74:backup-1.12.97
sha256:57ddbb29e95850e97014d8fe52566a9f6a3af2a52464178b0701cd049d3a4297

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
Container
2025-12-10 21:54:04 +01:00
1
OCI / Docker
Versions (696) View all
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