Skip to content

Console Output

23:28:35 [2023-08-11T23:28:35.222Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46197:/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
23:28:38 [2023-08-11T23:28:38.492Z] Unable to find image 'alpine:latest' locally
23:28:38 [2023-08-11T23:28:38.749Z] latest: Pulling from library/alpine
23:28:38 [2023-08-11T23:28:38.749Z] 9fda8d8052c6: Pulling fs layer
23:28:39 [2023-08-11T23:28:39.005Z] 9fda8d8052c6: Verifying Checksum
23:28:39 [2023-08-11T23:28:39.005Z] 9fda8d8052c6: Download complete
23:28:39 [2023-08-11T23:28:39.005Z] 9fda8d8052c6: Pull complete
23:28:39 [2023-08-11T23:28:39.005Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
23:28:39 [2023-08-11T23:28:39.262Z] Status: Downloaded newer image for alpine:latest
23:28:44 [2023-08-11T23:28:44.509Z] Congratulations!  All commits are properly signed with the DCO!