meta-raspberrypi/.github/workflows/docker-images
Andrei Gherzan 6fa67d5594 ci: Update build container images to Ubuntu 24.04
This fixes the latest Python version requirement.

Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2025-04-01 23:52:15 +01:00
..
dco-check ci: Fix dco-check job with newer git versions 2022-11-08 08:21:47 +00:00
yocto-builder ci: Update build container images to Ubuntu 24.04 2025-04-01 23:52:15 +01:00
README.md ci: Introduce workflow for compliance 2022-02-19 09:27:59 +00:00
utils.sh ci: Introduce workflow for compliance 2022-02-19 09:27:59 +00:00

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