Skip to content

Console Output

16:33:25 [2020-02-22T16:33:25.365Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40557:/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
16:33:25 [2020-02-22T16:33:25.365Z] Unable to find image 'alpine:latest' locally
16:33:25 [2020-02-22T16:33:25.365Z] latest: Pulling from library/alpine
16:33:25 [2020-02-22T16:33:25.619Z] c9b1b535fdd9: Pulling fs layer
16:33:25 [2020-02-22T16:33:25.619Z] c9b1b535fdd9: Verifying Checksum
16:33:25 [2020-02-22T16:33:25.619Z] c9b1b535fdd9: Download complete
16:33:25 [2020-02-22T16:33:25.873Z] c9b1b535fdd9: Pull complete
16:33:25 [2020-02-22T16:33:25.873Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d
16:33:25 [2020-02-22T16:33:25.873Z] Status: Downloaded newer image for alpine:latest
16:33:29 [2020-02-22T16:33:29.130Z] Congratulations!  All commits are properly signed with the DCO!