Skip to content

Console Output

21:27:02 [2022-08-16T21:27:02.684Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43940:/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
21:27:02 [2022-08-16T21:27:02.684Z] Unable to find image 'alpine:latest' locally
21:27:02 [2022-08-16T21:27:02.684Z] latest: Pulling from library/alpine
21:27:02 [2022-08-16T21:27:02.944Z] 213ec9aee27d: Pulling fs layer
21:27:02 [2022-08-16T21:27:02.944Z] 213ec9aee27d: Verifying Checksum
21:27:02 [2022-08-16T21:27:02.944Z] 213ec9aee27d: Download complete
21:27:03 [2022-08-16T21:27:03.208Z] 213ec9aee27d: Pull complete
21:27:03 [2022-08-16T21:27:03.208Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
21:27:03 [2022-08-16T21:27:03.208Z] Status: Downloaded newer image for alpine:latest
21:27:05 [2022-08-16T21:27:05.746Z] Congratulations!  All commits are properly signed with the DCO!