mariadb-backup (sha256:47494181d9c7cf32339441d0e9b0feefeebdb58536e9648fddfc382964cfe4d8)
Installation
docker pull git.breis.ch/images/mariadb-backup@sha256:47494181d9c7cf32339441d0e9b0feefeebdb58536e9648fddfc382964cfe4d8sha256:47494181d9c7cf32339441d0e9b0feefeebdb58536e9648fddfc382964cfe4d8About this package
Scheduled MariaDB backups with compression and retention
Image layers
| bazel build @trixie//base-files/arm64:data_statusd |
| bazel build @trixie//netbase/arm64:data_statusd |
| bazel build @trixie//tzdata/arm64:data_statusd |
| bazel build @trixie//media-types/arm64:data_statusd |
| bazel build //common:rootfs |
| bazel build //common:passwd |
| bazel build //common:home |
| bazel build //common:group |
| bazel build //common:tmp |
| bazel build //static:nsswitch |
| bazel build //common:os_release_debian13 |
| bazel build //common:cacerts_debian13_arm64 |
| bazel build @trixie//libc6/arm64:data_statusd |
| bazel build @trixie//libssl3t64/arm64:data_statusd |
| bazel build @trixie//libzstd1/arm64:data_statusd |
| bazel build @trixie//zlib1g/arm64:data_statusd |
| ARG MARIADB_VERSION |
| ARG DEBIAN_MAJOR_VERSION |
| ARG IMAGE_TITLE |
| ARG IMAGE_DESCRIPTION |
| ARG IMAGE_VENDOR |
| ARG IMAGE_SOURCE |
| ARG IMAGE_LICENSES |
| ARG IMAGE_FEATURES |
| ARG TARGETARCH |
| LABEL org.opencontainers.image.title=MariaDB Backup Sidecar org.opencontainers.image.description=Scheduled MariaDB backups with compression and retention org.opencontainers.image.vendor=BEXSYS org.opencontainers.image.source=https://git.breis.ch/images/mariadb org.opencontainers.image.licenses=MIT org.opencontainers.image.base.name=gcr.io/distroless/base-debian13:nonroot mariadb.version=12 image.arch= image.features=backup,cron-scheduling,compression,encryption,webhooks |
| COPY /extract/usr/bin /usr/bin # buildkit |
| COPY /extract/usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu # buildkit |
| COPY /extract/lib/x86_64-linux-gnu /lib/x86_64-linux-gnu # buildkit |
| COPY /extract/usr/lib/aarch64-linux-gnu /usr/lib/aarch64-linux-gnu # buildkit |
| COPY /extract/lib/aarch64-linux-gnu /lib/aarch64-linux-gnu # buildkit |
| COPY /extract/etc/ssl/certs /etc/ssl/certs # buildkit |
| COPY /tmp/backup-scheduler /backup-entrypoint # buildkit |
| COPY /tmp/sidecar-backup /usr/bin/sidecar-backup # buildkit |
| COPY /tmp/sidecar-restore /usr/bin/sidecar-restore # buildkit |
| COPY /tmp/backups /backups # buildkit |
| ENV BACKUP_DIR=/backups BACKUP_SCHEDULE=0 2 * * * BACKUP_COMPRESSION=zstd BACKUP_COMPRESSION_LEVEL=3 BACKUP_KEEP_LAST=10 BACKUP_SINGLE_TRANSACTION=true LOG_LEVEL=info LANG=C.UTF-8 LC_ALL=C.UTF-8 PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| HEALTHCHECK &{["CMD" "/backup-entrypoint" "--health-check"] "1m0s" "5s" "10s" '\x03'} |
| USER 65532:65532 |
| ENTRYPOINT ["/backup-entrypoint"] |
Labels
| Key | Value |
|---|---|
| image.arch | |
| image.features | backup,cron-scheduling,compression,encryption,webhooks |
| mariadb.version | 12 |
| org.opencontainers.image.base.name | gcr.io/distroless/base-debian13:nonroot |
| org.opencontainers.image.description | Scheduled MariaDB backups with compression and retention |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.revision | f50d16047445c8f68c05fc8f40bd8cfd3090c5c8 |
| org.opencontainers.image.source | https://git.breis.ch/images/mariadb |
| org.opencontainers.image.title | MariaDB Backup Sidecar 12 |
| org.opencontainers.image.vendor | BEXSYS |
| org.opencontainers.image.version | 12 |
Details
2026-02-15 07:11:24 +00:00
Versions (5)
View all
Container
0
OCI / Docker
linux/arm64
MIT
25 MiB
buildcache-12
2026-02-15
staging-12
2026-02-15
buildcache-11
2026-02-15
staging-11
2026-02-15
latest
2026-02-01