Skip to content

Console Output

02:53:48 [2022-08-22T02:53:48.820Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44001:/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
02:53:55 [2022-08-22T02:53:55.405Z] Unable to find image 'alpine:latest' locally
02:53:55 [2022-08-22T02:53:55.666Z] latest: Pulling from library/alpine
02:53:55 [2022-08-22T02:53:55.666Z] 213ec9aee27d: Pulling fs layer
02:53:55 [2022-08-22T02:53:55.666Z] 213ec9aee27d: Verifying Checksum
02:53:55 [2022-08-22T02:53:55.666Z] 213ec9aee27d: Download complete
02:53:56 [2022-08-22T02:53:56.236Z] 213ec9aee27d: Pull complete
02:53:56 [2022-08-22T02:53:56.236Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
02:53:56 [2022-08-22T02:53:56.236Z] Status: Downloaded newer image for alpine:latest
02:54:04 [2022-08-22T02:54:04.370Z] Congratulations!  All commits are properly signed with the DCO!