tree: f8a47be3b7c457005b38fd16722735b1268d4702
  1. dco-check/
  2. yocto-builder/
  3. README.md
  4. utils.sh
upstream-layers/meta-raspberrypi/.github/workflows/docker-images/README.md

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