Skip to content

Console Output

12:54:43 [2023-08-22T12:54:43.682Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46293:/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
12:54:47 [2023-08-22T12:54:47.893Z] Unable to find image 'alpine:latest' locally
12:54:48 [2023-08-22T12:54:48.202Z] latest: Pulling from library/alpine
12:54:48 [2023-08-22T12:54:48.463Z] 9fda8d8052c6: Pulling fs layer
12:54:48 [2023-08-22T12:54:48.463Z] 9fda8d8052c6: Verifying Checksum
12:54:48 [2023-08-22T12:54:48.463Z] 9fda8d8052c6: Download complete
12:54:49 [2023-08-22T12:54:49.035Z] 9fda8d8052c6: Pull complete
12:54:49 [2023-08-22T12:54:49.297Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
12:54:49 [2023-08-22T12:54:49.558Z] Status: Downloaded newer image for alpine:latest
12:54:54 [2023-08-22T12:54:54.851Z] Congratulations!  All commits are properly signed with the DCO!