meta-raspberrypi/.github/workflows/docker-images
Martin Jansa 75ac34a338
Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled
docker-build: use --no-cache
* --no-cache is needed to actually call apt update instead of using it
  from docker cache and then failing to fetch pruned packages as shown:
  https://github.com/agherzan/meta-raspberrypi/actions/runs/16327036376/job/46119768952?pr=1491

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
2025-07-18 20:14:56 -07:00
..
dco-check ci: Fix dco-check job with newer git versions 2022-11-08 08:21:47 +00:00
yocto-builder Dockerfile: Increase vm.max_map_count 2025-05-09 08:35:55 -07:00
README.md docker-build: use --no-cache 2025-07-18 20:14:56 -07: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 --no-cache . -f dco-check/Dockerfile -t dco-check