Skip to content

Console Output

21:08:51 [2023-06-22T21:08:51.031Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45792:/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
21:09:09 [2023-06-22T21:09:09.101Z] Unable to find image 'alpine:latest' locally
21:09:09 [2023-06-22T21:09:09.359Z] latest: Pulling from library/alpine
21:09:09 [2023-06-22T21:09:09.359Z] 8c6d1654570f: Pulling fs layer
21:09:09 [2023-06-22T21:09:09.617Z] 8c6d1654570f: Verifying Checksum
21:09:09 [2023-06-22T21:09:09.617Z] 8c6d1654570f: Download complete
21:09:09 [2023-06-22T21:09:09.945Z] 8c6d1654570f: Pull complete
21:09:09 [2023-06-22T21:09:09.945Z] Digest: sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
21:09:09 [2023-06-22T21:09:09.945Z] Status: Downloaded newer image for alpine:latest
21:09:15 [2023-06-22T21:09:15.205Z] Congratulations!  All commits are properly signed with the DCO!