Skip to content

Console Output

07:51:49 [2023-08-23T07:51:49.407Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46298:/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
07:51:53 [2023-08-23T07:51:53.615Z] Unable to find image 'alpine:latest' locally
07:51:53 [2023-08-23T07:51:53.615Z] latest: Pulling from library/alpine
07:51:53 [2023-08-23T07:51:53.615Z] 9fda8d8052c6: Pulling fs layer
07:51:53 [2023-08-23T07:51:53.615Z] 9fda8d8052c6: Download complete
07:51:53 [2023-08-23T07:51:53.876Z] 9fda8d8052c6: Pull complete
07:51:53 [2023-08-23T07:51:53.876Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
07:51:53 [2023-08-23T07:51:53.876Z] Status: Downloaded newer image for alpine:latest
07:52:02 [2023-08-23T07:52:02.016Z] Congratulations!  All commits are properly signed with the DCO!