Skip to content

Console Output

18:47:15 [2023-05-19T18:47:15.442Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45574:/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
18:47:33 [2023-05-19T18:47:33.548Z] Unable to find image 'alpine:latest' locally
18:47:33 [2023-05-19T18:47:33.548Z] latest: Pulling from library/alpine
18:47:33 [2023-05-19T18:47:33.548Z] 08409d417260: Pulling fs layer
18:47:33 [2023-05-19T18:47:33.548Z] 08409d417260: Verifying Checksum
18:47:33 [2023-05-19T18:47:33.548Z] 08409d417260: Download complete
18:47:33 [2023-05-19T18:47:33.548Z] 08409d417260: Pull complete
18:47:33 [2023-05-19T18:47:33.548Z] Digest: sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11
18:47:33 [2023-05-19T18:47:33.548Z] Status: Downloaded newer image for alpine:latest
18:47:36 [2023-05-19T18:47:36.843Z] Congratulations!  All commits are properly signed with the DCO!