Skip to content

Console Output

13:33:54 [2022-11-03T13:33:54.452Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44365:/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
13:34:21 [2022-11-03T13:34:21.017Z] Unable to find image 'alpine:latest' locally
13:34:21 [2022-11-03T13:34:21.017Z] latest: Pulling from library/alpine
13:34:21 [2022-11-03T13:34:21.017Z] 9b18e9b68314: Pulling fs layer
13:34:21 [2022-11-03T13:34:21.017Z] 9b18e9b68314: Verifying Checksum
13:34:21 [2022-11-03T13:34:21.017Z] 9b18e9b68314: Download complete
13:34:21 [2022-11-03T13:34:21.017Z] 9b18e9b68314: Pull complete
13:34:21 [2022-11-03T13:34:21.017Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
13:34:21 [2022-11-03T13:34:21.017Z] Status: Downloaded newer image for alpine:latest
13:34:30 [2022-11-03T13:34:30.999Z] Congratulations!  All commits are properly signed with the DCO!