v1.2.3
Changes
Full changes: https://github.com/rootless-containers/slirp4netns/milestone/10?closed=1
Install
curl -o slirp4netns --fail -L https://github.com/rootless-containers/slirp4netns/releases/download/v1.2.3/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/7803497868
The sha256sum of the SHA256SUMS file itself is a880d9a3a01cb378f5bf3ac60af43b19c63a04a330b25e9ee5c23d9166bd4360
.
The binaries should be reproducible with the following command:
docker buildx build -o /tmp/slirpbuilds --build-arg SOURCE_DATE_EPOCH=1707233214 --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.2.3"