Several Docker images are provided to ease compilation to other systems and Linux distributions.
- First clean build to avoid copying undesired files:
$ make purge
- Build docker image:
$ docker build -t sonic-build:centos . -f utils/Dockerfile.centos7
- Then compile:
$ docker run --rm -v /tmp/sonic_centos:/opt/sonic/bin sonic-build:centos
- Executable can be found in the host's mounted volume
For maximum application deployability, you can use the provided Dockerfile.static which compiles and statically links a sonic executable against musl libc.