mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-05 05:04:45 +02:00
![]() Fix the resource exhaustion problem on the build infrastructure. Suggested-by: Stu Westerman @stu-spp Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> |
||
---|---|---|
.. | ||
dco-check | ||
yocto-builder | ||
README.md | ||
utils.sh |
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