tree: 64dc685c07a89edd462d02b0f3e3da9482094aaa [path history] [tgz]
  1. dco-check/
  2. yocto-builder/
  3. README.md
  4. utils.sh
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 . -f dco-check/Dockerfile -t dco-check