meta-raspberrypi/.github/workflows/docker-images
Andrei Gherzan 0ffe5110ec ci: Set LICENSE_FLAGS_ACCEPTED in builder docker container
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2022-07-31 02:16:37 +01:00
..
dco-check ci: Introduce workflow for compliance 2022-02-19 09:27:59 +00:00
yocto-builder ci: Set LICENSE_FLAGS_ACCEPTED in builder docker container 2022-07-31 02:16:37 +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