mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-27 19:36:58 +00:00
637393827d
It includes jobs for checking DCO and reuse. The latter is set to allow fails as the repository is not yet reuse compliant. When that is done, we can switch it. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
17 lines
433 B
Markdown
17 lines
433 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: Andrei Gherzan <andrei.gherzan@huawei.com>
|
|
|
|
SPDX-License-Identifier: MIT
|
|
-->
|
|
|
|
# Docker image for DCO checks
|
|
|
|
This image provides the environment and the logic of running a DCO check
|
|
against a repository.
|
|
|
|
## Configuration
|
|
|
|
The `entrypoint.sh` script assumes at runtime that the repository to be checked
|
|
is available under `/work`. This path is to be populated via bind mounts when
|
|
running the container.
|