Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Dockerfile | H A D | 25-Feb-2022 | 331 | 14 | 10 | |
README.md | H A D | 25-Feb-2022 | 433 | 17 | 7 | |
entrypoint.sh | H A D | 17-Nov-2022 | 766 | 30 | 12 |
README.md
1<!-- 2SPDX-FileCopyrightText: Andrei Gherzan <andrei.gherzan@huawei.com> 3 4SPDX-License-Identifier: MIT 5--> 6 7# Docker image for DCO checks 8 9This image provides the environment and the logic of running a DCO check 10against a repository. 11 12## Configuration 13 14The `entrypoint.sh` script assumes at runtime that the repository to be checked 15is available under `/work`. This path is to be populated via bind mounts when 16running the container. 17