Skip to content

Console Output

17:02:02 [2022-10-04T17:02:02.895Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44244:/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:02:20 [2022-10-04T17:02:20.958Z] Unable to find image 'alpine:latest' locally
17:02:21 [2022-10-04T17:02:21.216Z] latest: Pulling from library/alpine
17:02:21 [2022-10-04T17:02:21.216Z] 9b18e9b68314: Pulling fs layer
17:02:21 [2022-10-04T17:02:21.473Z] 9b18e9b68314: Verifying Checksum
17:02:21 [2022-10-04T17:02:21.473Z] 9b18e9b68314: Download complete
17:02:21 [2022-10-04T17:02:21.473Z] 9b18e9b68314: Pull complete
17:02:21 [2022-10-04T17:02:21.473Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
17:02:21 [2022-10-04T17:02:21.473Z] Status: Downloaded newer image for alpine:latest
17:02:29 [2022-10-04T17:02:29.564Z] Congratulations!  All commits are properly signed with the DCO!