This repository contains the build containers we use in our infrastructure to build BSPs and software components. They get pushed to docker.io, so you can use them directly on your development machine or in a ci loop: https://hub.docker.com/u/phybuilder
If you have not pulled any of our container right now, you can run:
- the latest available containers with:
- an available container with a special tag:
If you want to run a container with docker, only remove "--userns=keep-id":
You can also use the provided container files to build them locally:
- When using rootless podman on some host distros or kernel versions, you might get the following error:
The issue has been discussed here: https://groups.google.com/g/kas-devel/c/Dm3OcBS-yao
The workaround is to add the following cmdline option to podman: "--tmpfs /tmp"