-
v0.8.3 Stable
released this
2026-04-23 16:45:29 -07:00 | 24 commits to main since this releaseFixed
- Container Detection in Kubernetes: The container-deployment guard now recognizes Kubernetes Pods running on containerd or CRI-O, which create neither
/.dockerenvnor/run/.containerenv. Detection now also checks$KUBERNETES_SERVICE_HOST(set automatically in every Pod) and/proc/self/cgroup(catches standalone containerd, CRI-O, LXC, rkt). Previously, runningarchiver:0.8.2 run backupfrom a KubernetesCronJoborJobfailed at startup with "Only container deployment is supported" unless the image was rebuilt with atouch /.dockerenvkludge.
Changed
- Internal: Renamed
lib/core/require-docker.sh→lib/core/require-container.shand the associatedREQUIRE_DOCKER_CORE/REQUIRE_DOCKER_SH_SOURCEDconstants. No user-visible change; the script is sourced internally.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Container Detection in Kubernetes: The container-deployment guard now recognizes Kubernetes Pods running on containerd or CRI-O, which create neither