mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
Due to https://nvd.nist.gov/vuln/detail/cve-2022-24765, git introduced a feature where without explicitly allowing it, it won't parse or consider hooks that are owned by another git user while erroring out with: fatal: detected dubious ownership in repository at [...] This won't be an issue in our setup due to how we guard the code via PRs so we configure git to avoid this check. Signed-off-by: Andrei Gherzan <andrei@gherzan.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 . -f dco-check/Dockerfile -t dco-check