meta-raspberrypi/.github/workflows/docker-images
Andrei Gherzan 218635ea9e ci: Introduce workflow Yocto operations/builds
We include a workflow for checking yocto compliance using the poky
provided script and also a matrix workflow for building the CI supported
build configurations.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2022-02-19 09:27:59 +00:00
..
dco-check ci: Introduce workflow for compliance 2022-02-19 09:27:59 +00:00
yocto-builder ci: Introduce workflow Yocto operations/builds 2022-02-19 09:27:59 +00: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