github rootless-containers/slirp4netns v1.2.2

latest releases: v1.3.0, v1.2.3
7 months ago

Changes

Enabled reproducible builds (#324, #325, #326)

Install

curl -o slirp4netns --fail -L https://github.com/rootless-containers/slirp4netns/releases/download/v1.2.2/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-20230804.

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

The sha256sum of the SHA256SUMS file itself is ccd89684078791a7e752dbbdbaaa2ca963ebb8cc423157bc820694527f2bbb39 .

The binaries should be reproducible with the following command:

docker buildx build   -o /tmp/slirpbuilds   --build-arg SOURCE_DATE_EPOCH=1694614744 --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.2"

Don't miss a new slirp4netns release

NewReleases is sending notifications on new releases.