Changes
- Support libslirp v4.9.0 (#351)
Full changes: https://github.com/rootless-containers/slirp4netns/milestone/13?closed=1
Install
curl -o slirp4netns --fail -L https://github.com/rootless-containers/slirp4netns/releases/download/v1.3.2/slirp4netns-$(uname -m)
chmod +x slirp4netns
About the binaries
The binaries are statically linked with libslirp 4.9.0 and libseccomp 2.5.3 using Ubuntu jammy-20250126.
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/rootless-containers/slirp4netns/actions/runs/13245690840
The sha256sum of the SHA256SUMS file itself is 1301ad3251f0eabc242c3e4b1f78ead2be2c4eefa6749ade7bfed1be3b222097
.
The binaries should be reproducible with the following command:
docker buildx build -o /tmp/slirpbuilds --build-arg SOURCE_DATE_EPOCH=1739205082 --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.2"