• Jordan Christiansen's avatar
    circleci: Re-enable Alpine latest · 7795c2b3
    Jordan Christiansen authored
    Alpine 3.14 includes a newer version of musl that uses the newer
    faccessat2 syscall, which is not yet allowlisted by the seccomp filter
    in older Docker versions. Docker 20.10.0+ allows this new syscall.
    
    In this patch, we configure Circle to set up a Docker 20.10+ environment
    where we can run Alpine 3.14 builds.
    7795c2b3
Name
Last commit
Last update
..
Dockerfile Loading commit data...
Dockerfile.alpine Loading commit data...
Dockerfile.archlinux Loading commit data...
Dockerfile.ubuntu Loading commit data...
README.rst Loading commit data...
config.yml Loading commit data...
make-apk-packages.sh Loading commit data...
make-deb-packages.sh Loading commit data...
make-rpm-packages.sh Loading commit data...