Skip to content

Console Output

18:27:03 [2023-08-27T18:27:03.673Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46345:/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
18:27:06 [2023-08-27T18:27:06.960Z] Unable to find image 'alpine:latest' locally
18:27:06 [2023-08-27T18:27:06.960Z] latest: Pulling from library/alpine
18:27:06 [2023-08-27T18:27:06.960Z] 9fda8d8052c6: Pulling fs layer
18:27:07 [2023-08-27T18:27:07.220Z] 9fda8d8052c6: Download complete
18:27:07 [2023-08-27T18:27:07.479Z] 9fda8d8052c6: Pull complete
18:27:07 [2023-08-27T18:27:07.479Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
18:27:07 [2023-08-27T18:27:07.479Z] Status: Downloaded newer image for alpine:latest
18:27:11 [2023-08-27T18:27:11.667Z] Congratulations!  All commits are properly signed with the DCO!