Skip to content

Console Output

11:12:24 [2023-09-16T11:12:24.825Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46494:/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
11:12:29 [2023-09-16T11:12:29.028Z] Unable to find image 'alpine:latest' locally
11:12:29 [2023-09-16T11:12:29.598Z] latest: Pulling from library/alpine
11:12:29 [2023-09-16T11:12:29.598Z] 9fda8d8052c6: Pulling fs layer
11:12:29 [2023-09-16T11:12:29.858Z] 9fda8d8052c6: Verifying Checksum
11:12:29 [2023-09-16T11:12:29.858Z] 9fda8d8052c6: Download complete
11:12:30 [2023-09-16T11:12:30.119Z] 9fda8d8052c6: Pull complete
11:12:30 [2023-09-16T11:12:30.119Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
11:12:30 [2023-09-16T11:12:30.379Z] Status: Downloaded newer image for alpine:latest
11:12:35 [2023-09-16T11:12:35.662Z] Congratulations!  All commits are properly signed with the DCO!