Skip to content

Console Output

20:31:19 [2022-11-03T20:31:19.335Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44404:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
20:31:45 [2022-11-03T20:31:45.911Z] Unable to find image 'alpine:latest' locally
20:31:45 [2022-11-03T20:31:45.911Z] latest: Pulling from library/alpine
20:31:45 [2022-11-03T20:31:45.911Z] 9b18e9b68314: Pulling fs layer
20:31:45 [2022-11-03T20:31:45.911Z] 9b18e9b68314: Verifying Checksum
20:31:45 [2022-11-03T20:31:45.911Z] 9b18e9b68314: Download complete
20:31:45 [2022-11-03T20:31:45.911Z] 9b18e9b68314: Pull complete
20:31:45 [2022-11-03T20:31:45.911Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
20:31:45 [2022-11-03T20:31:45.911Z] Status: Downloaded newer image for alpine:latest
20:31:54 [2022-11-03T20:31:54.040Z] Congratulations!  All commits are properly signed with the DCO!