| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sysbox-ce_0.7.1.linux_amd64.deb | 2026-07-31 | 14.5 MB | |
| sysbox-ce_0.7.1.linux_arm64.deb | 2026-07-31 | 12.3 MB | |
| README.md | 2026-07-31 | 1.7 kB | |
| Release v0.7.1 source code.tar.gz | 2026-07-31 | 95.7 MB | |
| Release v0.7.1 source code.zip | 2026-07-31 | 95.9 MB | |
| Totals: 5 Items | 218.4 MB | 0 | |
Official Packages
See attached binaries.
Changelog
Added
- Support Sysbox on Ubuntu 24.04 with kernel 6.8+ under containerd 2.x; fixes sysfs mount failures ("mount through procfd: operation not permitted") during container/pod creation (issue [#1013]).
- Fix bug where a container's requested
--ulimit nofilesoft value silently failed to apply when the hard limit exceeded Go's internal rlimit cache threshold (issue [#1014]). - Fix nil-pointer crash in sysbox-fs triggered when a container shares another container's network namespace via
docker run --network container:<id>. - Fix deadlock in sysbox-fs that could occur when many Docker containers are started/stopped concurrently inside a Sysbox container (issue [#998]).
- Fix sysbox-mgr serializing container registration behind a global lock unnecessarily, slowing down concurrent container restores when Docker is slow to respond.
- Fix bind mounts failing (or silently landing in the wrong place) when a mount's destination is nested inside another pending mount via a symlink in the container image; affected K8s pods mounting a volume at
/runon images with a/var/run -> /runsymlink (issue [#1026]). - Update grpc dependency to pick up an HTTP/2 flood-protection fix.
- Remove usage of deprecated Go standard library packages (e.g.,
io/ioutil) across Sysbox components.
Checksums
$ sha256sum sysbox-ce_0.7.1.linux_amd64.deb
9d6d5484f980d0a17f86c492c1262015c2afb66280bdb97215b79fde6a0261c5 sysbox-ce_0.7.1.linux_amd64.deb
$ sha256sum sysbox-ce_0.7.1.linux_arm64.deb
04ca894ae0b53f0fa54eaacc173ce40363c9a95ea5450f773716a84ef650a69b sysbox-ce_0.7.1.linux_arm64.deb