Skip to content

Console Output

17:43:28 [2023-09-25T17:43:28.630Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46456:/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
17:43:32 [2023-09-25T17:43:32.828Z] Unable to find image 'alpine:latest' locally
17:43:33 [2023-09-25T17:43:33.397Z] latest: Pulling from library/alpine
17:43:33 [2023-09-25T17:43:33.657Z] 9fda8d8052c6: Pulling fs layer
17:43:33 [2023-09-25T17:43:33.917Z] 9fda8d8052c6: Verifying Checksum
17:43:33 [2023-09-25T17:43:33.917Z] 9fda8d8052c6: Download complete
17:43:34 [2023-09-25T17:43:34.177Z] 9fda8d8052c6: Pull complete
17:43:34 [2023-09-25T17:43:34.516Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
17:43:34 [2023-09-25T17:43:34.516Z] Status: Downloaded newer image for alpine:latest
17:43:42 [2023-09-25T17:43:42.644Z] Congratulations!  All commits are properly signed with the DCO!