Skip to content

Console Output

22:19:06 [2023-09-15T22:19:06.651Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46492:/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
22:19:10 [2023-09-15T22:19:10.854Z] Unable to find image 'alpine:latest' locally
22:19:10 [2023-09-15T22:19:10.854Z] latest: Pulling from library/alpine
22:19:10 [2023-09-15T22:19:10.854Z] 9fda8d8052c6: Pulling fs layer
22:19:11 [2023-09-15T22:19:11.127Z] 9fda8d8052c6: Download complete
22:19:11 [2023-09-15T22:19:11.387Z] 9fda8d8052c6: Pull complete
22:19:11 [2023-09-15T22:19:11.387Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
22:19:11 [2023-09-15T22:19:11.387Z] Status: Downloaded newer image for alpine:latest
22:19:19 [2023-09-15T22:19:19.593Z] Congratulations!  All commits are properly signed with the DCO!