-
v0.7.1 Stable
released this
2026-04-14 13:09:37 -07:00 | 34 commits to main since this releaseAdded
- Podman Support: Container detection now recognizes Podman (
/run/.containerenv) in addition to Docker (/.dockerenv), removing the need to mount a fake.dockerenvfile - Host Management Tools: Added
systemdandzfsutils-linuxpackages to the container imagesystemctl— manage host services from restore scripts (start, stop, mask, unmask, etc.)zfs— take ZFS snapshots before restore operations (requires/dev/zfsmount)- Requires
SYSTEMCTL_FORCE_BUS=1env var and D-Bus socket + systemd unit directory mounts
- Security Hardening: Added
cap_drop: ALLwith explicitcap_addto compose.yaml and README examplesDAC_OVERRIDE— required for writing to directories owned by other UIDsSETGID— required for cron to execute scheduled jobsno-new-privileges:true— recommended security option
- Socket Documentation: Documented mounting options for Podman socket, systemd D-Bus socket, systemd unit directory, and ZFS device node with per-socket security warnings
Changed
- Updated available tools list in example scripts and migration guide to include
systemctlandzfs
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Podman Support: Container detection now recognizes Podman (