Leon Anavi 48c571a537 Dockerfile: Increase vm.max_map_count 1 month ago
..
dco-check de9bfd04d5 ci: Fix dco-check job with newer git versions 2 years ago
yocto-builder 48c571a537 Dockerfile: Increase vm.max_map_count 3 weeks ago
README.md 637393827d ci: Introduce workflow for compliance 3 years ago
utils.sh 637393827d ci: Introduce workflow for compliance 3 years ago

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