github nestybox/sysbox v0.7.1
Release v0.7.1

3 hours ago

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 nofile soft 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 /run on images with a /var/run -> /run symlink (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

Don't miss a new sysbox release

NewReleases is sending notifications on new releases.