backupfriend (sha256:6fb3cc6039a9e73e7840f8cce2be2e916c059d876f6fffef036fa3966b3ce709)

Published 2026-02-15 06:04:02 +00:00 by clement

Installation

docker pull git.breis.ch/images/backupfriend@sha256:6fb3cc6039a9e73e7840f8cce2be2e916c059d876f6fffef036fa3966b3ce709
sha256:6fb3cc6039a9e73e7840f8cce2be2e916c059d876f6fffef036fa3966b3ce709

About this package

Universal streaming database backup sidecar

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 DB_VERSION
ARG IMAGE_TITLE
ARG IMAGE_DESCRIPTION
ARG IMAGE_VENDOR
ARG IMAGE_SOURCE
ARG TARGETARCH
LABEL org.opencontainers.image.title=BackupFriend org.opencontainers.image.description=Universal streaming database backup sidecar (PostgreSQL 16) org.opencontainers.image.vendor=BEXSYS org.opencontainers.image.source=https://github.com/bexsys/backupfriend database.provider=postgres database.version=16
COPY /extract/ / # buildkit
COPY /tmp/backup-scheduler /backup-entrypoint # buildkit
COPY /tmp/backup /usr/bin/backup # buildkit
COPY /tmp/restore /usr/bin/restore # buildkit
COPY /tmp/backup-scheduler /bin/sh # 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 LOG_LEVEL=info LANG=C.UTF-8
HEALTHCHECK &{["CMD" "/backup-entrypoint" "--health-check"] "1m0s" "5s" "10s" '\x03'}
USER 65532:65532
ENTRYPOINT ["/backup-entrypoint"]

Labels

Key Value
database.provider postgres
database.version 16
image.features backup,restore,cron-scheduling,compression,encryption,webhooks,retention,distroless,multi-arch,non-root
org.opencontainers.image.description Universal streaming database backup sidecar
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 4119c2aa1c8e192e325873873bac1b4fecfa46eb
org.opencontainers.image.source https://git.breis.ch/images/backupfriend
org.opencontainers.image.title BackupFriend (PostgreSQL 16)
org.opencontainers.image.vendor BEXSYS
org.opencontainers.image.version pg16
Details
Container
2026-02-15 06:04:02 +00:00
0
OCI / Docker
linux/arm64
MIT
18 MiB
Versions (8) View all
buildcache-maria12 2026-02-15
staging-maria12 2026-02-15
buildcache-pg18 2026-02-15
staging-pg18 2026-02-15
staging-pg17 2026-02-15