Skip to content

Console Output

10:25:29 [2023-09-15T10:25:29.571Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46486:/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
10:25:33 [2023-09-15T10:25:33.857Z] Unable to find image 'alpine:latest' locally
10:25:34 [2023-09-15T10:25:34.429Z] latest: Pulling from library/alpine
10:25:34 [2023-09-15T10:25:34.430Z] 9fda8d8052c6: Pulling fs layer
10:25:34 [2023-09-15T10:25:34.430Z] 9fda8d8052c6: Verifying Checksum
10:25:34 [2023-09-15T10:25:34.430Z] 9fda8d8052c6: Download complete
10:25:35 [2023-09-15T10:25:35.002Z] 9fda8d8052c6: Pull complete
10:25:35 [2023-09-15T10:25:35.263Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
10:25:35 [2023-09-15T10:25:35.524Z] Status: Downloaded newer image for alpine:latest
10:25:42 [2023-09-15T10:25:42.111Z] Congratulations!  All commits are properly signed with the DCO!