v1.3.0
Changes
- Support new
--netns-type=tapfd
(#340, thanks to @helmutg) - Do not leak socket in case of success (#339, thanks to @jnovy)
Full changes: https://github.com/rootless-containers/slirp4netns/milestone/11?closed=1
Install
curl -o slirp4netns --fail -L https://github.com/rootless-containers/slirp4netns/releases/download/v1.3.0/slirp4netns-$(uname -m)
chmod +x slirp4netns
About the binaries
The binaries are statically linked with libslirp 4.7.0 and libseccomp 2.5.3 using Ubuntu jammy-20240125.
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/rootless-containers/slirp4netns/actions/runs/8841352559
The sha256sum of the SHA256SUMS file itself is f9465fc33f8458e9b632e5d9c595f62f3beb4cfc84c7c1049bb400865ced735d
.
The binaries should be reproducible with the following command:
docker buildx build -o /tmp/slirpbuilds --build-arg SOURCE_DATE_EPOCH=1714090697 --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.0"