Skip to content

Console Output

10:27:48 [2023-05-25T10:27:48.931Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45614:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 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:28:07 [2023-05-25T10:28:07.020Z] Unable to find image 'alpine:latest' locally
10:28:07 [2023-05-25T10:28:07.020Z] latest: Pulling from library/alpine
10:28:07 [2023-05-25T10:28:07.020Z] 08409d417260: Pulling fs layer
10:28:07 [2023-05-25T10:28:07.020Z] 08409d417260: Verifying Checksum
10:28:07 [2023-05-25T10:28:07.020Z] 08409d417260: Download complete
10:28:07 [2023-05-25T10:28:07.020Z] 08409d417260: Pull complete
10:28:07 [2023-05-25T10:28:07.020Z] Digest: sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11
10:28:07 [2023-05-25T10:28:07.020Z] Status: Downloaded newer image for alpine:latest
10:28:10 [2023-05-25T10:28:10.303Z] Congratulations!  All commits are properly signed with the DCO!