mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
b837662911
git protocol is broken, and anyway https is preferred way to clone from these git sources. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
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 --no-cache . -f dco-check/Dockerfile -t dco-check