Skip to content

Console Output

13:10:25 [2020-01-25T13:10:25.233Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40412:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=19.03 alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco
13:10:31 [2020-01-25T13:10:31.818Z] Unable to find image 'alpine:latest' locally
13:10:32 [2020-01-25T13:10:32.082Z] latest: Pulling from library/alpine
13:10:32 [2020-01-25T13:10:32.082Z] c9b1b535fdd9: Pulling fs layer
13:10:32 [2020-01-25T13:10:32.082Z] c9b1b535fdd9: Verifying Checksum
13:10:32 [2020-01-25T13:10:32.082Z] c9b1b535fdd9: Download complete
13:10:32 [2020-01-25T13:10:32.649Z] c9b1b535fdd9: Pull complete
13:10:32 [2020-01-25T13:10:32.649Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d
13:10:32 [2020-01-25T13:10:32.649Z] Status: Downloaded newer image for alpine:latest
13:10:37 [2020-01-25T13:10:37.925Z] Congratulations!  All commits are properly signed with the DCO!