mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
![]() Upgrade to Ubuntu 22.04 because it is compatible with the Yocto Project release Walnascar and provides a newer Python version. Fixes: RuntimeError: Sorry, python 3.9.0 or later is required for this version of bitbake This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> |
||
---|---|---|
.. | ||
dco-check | ||
yocto-builder | ||
README.md | ||
utils.sh |
Docker images for CI
Each directory contains the files for a docker image.
Building an image
When building a docker image, the build context is expected to be where this
README.md
file resides. This means that building the images will require
passing the appropriate -f
argument.
Here is an example for building the dco-check
image:
docker build . -f dco-check/Dockerfile -t dco-check