Skip to content

Console Output

19:57:47 [2023-06-05T19:57:47.438Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45702:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
19:58:05 [2023-06-05T19:58:05.522Z] Unable to find image 'alpine:latest' locally
19:58:05 [2023-06-05T19:58:05.522Z] latest: Pulling from library/alpine
19:58:05 [2023-06-05T19:58:05.522Z] 08409d417260: Pulling fs layer
19:58:05 [2023-06-05T19:58:05.522Z] 08409d417260: Verifying Checksum
19:58:05 [2023-06-05T19:58:05.522Z] 08409d417260: Download complete
19:58:05 [2023-06-05T19:58:05.522Z] 08409d417260: Pull complete
19:58:05 [2023-06-05T19:58:05.522Z] Digest: sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11
19:58:05 [2023-06-05T19:58:05.522Z] Status: Downloaded newer image for alpine:latest
19:58:10 [2023-06-05T19:58:10.788Z] Congratulations!  All commits are properly signed with the DCO!