Skip to content

Console Output

20:32:25 [2023-07-12T20:32:25.375Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45946:/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
20:32:29 [2023-07-12T20:32:29.565Z] Unable to find image 'alpine:latest' locally
20:32:29 [2023-07-12T20:32:29.565Z] latest: Pulling from library/alpine
20:32:29 [2023-07-12T20:32:29.565Z] 8c6d1654570f: Pulling fs layer
20:32:29 [2023-07-12T20:32:29.825Z] 8c6d1654570f: Verifying Checksum
20:32:29 [2023-07-12T20:32:29.825Z] 8c6d1654570f: Download complete
20:32:29 [2023-07-12T20:32:29.825Z] 8c6d1654570f: Pull complete
20:32:30 [2023-07-12T20:32:30.084Z] Digest: sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
20:32:30 [2023-07-12T20:32:30.084Z] Status: Downloaded newer image for alpine:latest
20:32:38 [2023-07-12T20:32:38.202Z] Congratulations!  All commits are properly signed with the DCO!