Skip to content

Console Output

10:01:07 [2023-07-17T10:01:07.053Z] + docker run --rm -v /home/ubuntu/workspace/moby_20.10:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
10:01:11 [2023-07-17T10:01:11.244Z] Unable to find image 'alpine:latest' locally
10:01:11 [2023-07-17T10:01:11.244Z] latest: Pulling from library/alpine
10:01:11 [2023-07-17T10:01:11.244Z] 8c6d1654570f: Pulling fs layer
10:01:11 [2023-07-17T10:01:11.244Z] 8c6d1654570f: Download complete
10:01:11 [2023-07-17T10:01:11.244Z] 8c6d1654570f: Pull complete
10:01:11 [2023-07-17T10:01:11.244Z] Digest: sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
10:01:11 [2023-07-17T10:01:11.244Z] Status: Downloaded newer image for alpine:latest
10:01:29 [2023-07-17T10:01:29.332Z] Congratulations!  All commits are properly signed with the DCO!