github rootless-containers/slirp4netns v1.3.4

4 hours ago

Changes

  • No change on the source code. So, this release is not worth upgrading, unless you are using the official statically-linked binary release.
  • The official statically-linked binaries are updated to be linked with the new version of libslirp: v4.9.1 -> v4.9.2 (#362).

Full changes: https://github.com/rootless-containers/slirp4netns/milestone/15?closed=1

Install

curl -o slirp4netns --fail -L https://github.com/rootless-containers/slirp4netns/releases/download/v1.3.4/slirp4netns-$(uname -m)
chmod +x slirp4netns

About the binaries

The binaries are statically linked with libslirp 4.9.2 and libseccomp 2.5.3 using Ubuntu jammy-20260509.

The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/rootless-containers/slirp4netns/actions/runs/26452639350

The sha256sum of the SHA256SUMS file itself is 3d920a4c672db2e1cfdd972e2c31ede6706351c9d7dfc161b19121e183cc2c06 .

The binaries should be reproducible with the following command:

docker buildx build   -o /tmp/slirpbuilds   --build-arg SOURCE_DATE_EPOCH=1779781274   --build-arg BUILDKIT_CONTEXT_KEEP_GIT_DIR=1   --platform=amd64,arm64,arm,s390x,ppc64le,riscv64   -f Dockerfile.artifact   "https://github.com/rootless-containers/slirp4netns.git#v1.3.4"

Don't miss a new slirp4netns release

NewReleases is sending notifications on new releases.