Skip to content

Console Output

19:09:32 [2023-10-18T19:09:32.973Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46666:/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:09:38 [2023-10-18T19:09:38.244Z] Unable to find image 'alpine:latest' locally
19:09:38 [2023-10-18T19:09:38.244Z] latest: Pulling from library/alpine
19:09:38 [2023-10-18T19:09:38.244Z] 579b34f0a95b: Pulling fs layer
19:09:38 [2023-10-18T19:09:38.244Z] 579b34f0a95b: Verifying Checksum
19:09:38 [2023-10-18T19:09:38.244Z] 579b34f0a95b: Download complete
19:09:38 [2023-10-18T19:09:38.244Z] 579b34f0a95b: Pull complete
19:09:38 [2023-10-18T19:09:38.244Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
19:09:38 [2023-10-18T19:09:38.244Z] Status: Downloaded newer image for alpine:latest
19:09:43 [2023-10-18T19:09:43.532Z] Congratulations!  All commits are properly signed with the DCO!