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
We provide different container for different software projects. This is a quick overview of the use-cases of the different images:
Containers | use cases / content |
---|---|
yocto-debian-*
yocto-ubuntu-*
|
build our Yocto BSP manually or in CI
* run phyLinux
* bitbake build and shell
* cover all host dependencies
|
action-runner-* | run github actions from different projects
in self hosted runners
|
python-ubuntu-* | image containing serveral python versions
It is used to build different python
based projects
|
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"