db-backup (bookworm)
Published 2026-07-28 08:02:28 +00:00 by adibilisadmin
Installation
docker pull forge.cloud.adibilis.ch/adibilisadmin/db-backup:bookwormsha256:c48ed09ad4f896fd755645f6e35568cd8795d9f8c82d25e4d8afc4829279713cImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl gnupg && install -d /usr/share/postgresql-common/pgdg /etc/apt/keyrings && curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc && echo "deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt bookworm-pgdg main" > /etc/apt/sources.list.d/pgdg.list && curl -fsSL https://mariadb.org/mariadb_release_signing_key.pgp -o /etc/apt/keyrings/mariadb.pgp && echo "deb [signed-by=/etc/apt/keyrings/mariadb.pgp] https://deb.mariadb.org/12.3/debian bookworm main" > /etc/apt/sources.list.d/mariadb.list && apt-get update && apt-get install -y --no-install-recommends postgresql-client-18 mariadb-client age rclone zstd jq bash && apt-get purge -y curl gnupg && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* # buildkit |