Skip to content

Console Output

23:07:15 [2021-08-16T23:07:15.945Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42676:/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 && cd /workspace && hack/validate/dco
23:07:24 [2021-08-16T23:07:24.119Z] Unable to find image 'alpine:latest' locally
23:07:24 [2021-08-16T23:07:24.381Z] latest: Pulling from library/alpine
23:07:24 [2021-08-16T23:07:24.381Z] 29291e31a76a: Pulling fs layer
23:07:24 [2021-08-16T23:07:24.381Z] 29291e31a76a: Verifying Checksum
23:07:24 [2021-08-16T23:07:24.381Z] 29291e31a76a: Download complete
23:07:24 [2021-08-16T23:07:24.954Z] 29291e31a76a: Pull complete
23:07:24 [2021-08-16T23:07:24.954Z] Digest: sha256:eb3e4e175ba6d212ba1d6e04fc0782916c08e1c9d7b45892e9796141b1d379ae
23:07:24 [2021-08-16T23:07:24.954Z] Status: Downloaded newer image for alpine:latest
23:07:30 [2021-08-16T23:07:30.257Z] Congratulations!  All commits are properly signed with the DCO!