Skip to content

Console Output

08:47:03 [2020-08-11T08:47:03.753Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41326:/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
08:47:03 [2020-08-11T08:47:03.753Z] Unable to find image 'alpine:latest' locally
08:47:03 [2020-08-11T08:47:03.753Z] latest: Pulling from library/alpine
08:47:03 [2020-08-11T08:47:03.753Z] df20fa9351a1: Pulling fs layer
08:47:04 [2020-08-11T08:47:04.014Z] df20fa9351a1: Verifying Checksum
08:47:04 [2020-08-11T08:47:04.014Z] df20fa9351a1: Download complete
08:47:04 [2020-08-11T08:47:04.269Z] df20fa9351a1: Pull complete
08:47:04 [2020-08-11T08:47:04.269Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
08:47:04 [2020-08-11T08:47:04.269Z] Status: Downloaded newer image for alpine:latest
08:47:06 [2020-08-11T08:47:06.786Z] Congratulations!  All commits are properly signed with the DCO!