meta-raspberrypi/.github/workflows/docker-images
Andrei Gherzan a7f7272dca ci: Add usrmerge to distro features
unmerged-usr was deprecated upstream[1]. Follow up with our CI builds.

[1] https://lore.kernel.org/all/3f2f03085301d22854e5429019fb010f27d98bc7.camel@linuxfoundation.org/t/

Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2023-08-29 22:43:01 +01:00
..
dco-check ci: Fix dco-check job with newer git versions 2022-11-08 08:21:47 +00:00
yocto-builder ci: Add usrmerge to distro features 2023-08-29 22:43:01 +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