Skip to content

Console Output

23:12:24 [2022-10-15T23:12:24.410Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44305:/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:12:42 [2022-10-15T23:12:42.530Z] Unable to find image 'alpine:latest' locally
23:12:42 [2022-10-15T23:12:42.530Z] latest: Pulling from library/alpine
23:12:42 [2022-10-15T23:12:42.792Z] 9b18e9b68314: Pulling fs layer
23:12:42 [2022-10-15T23:12:42.793Z] 9b18e9b68314: Verifying Checksum
23:12:42 [2022-10-15T23:12:42.793Z] 9b18e9b68314: Download complete
23:12:43 [2022-10-15T23:12:43.055Z] 9b18e9b68314: Pull complete
23:12:43 [2022-10-15T23:12:43.055Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
23:12:43 [2022-10-15T23:12:43.055Z] Status: Downloaded newer image for alpine:latest
23:12:53 [2022-10-15T23:12:53.056Z] Congratulations!  All commits are properly signed with the DCO!