Skip to content

Console Output

21:23:38 [2020-01-29T21:23:38.732Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40433:/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
21:23:45 [2020-01-29T21:23:45.556Z] Unable to find image 'alpine:latest' locally
21:23:45 [2020-01-29T21:23:45.812Z] latest: Pulling from library/alpine
21:23:45 [2020-01-29T21:23:45.812Z] c9b1b535fdd9: Pulling fs layer
21:23:45 [2020-01-29T21:23:45.812Z] c9b1b535fdd9: Verifying Checksum
21:23:45 [2020-01-29T21:23:45.812Z] c9b1b535fdd9: Download complete
21:23:46 [2020-01-29T21:23:46.381Z] c9b1b535fdd9: Pull complete
21:23:46 [2020-01-29T21:23:46.381Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d
21:23:46 [2020-01-29T21:23:46.381Z] Status: Downloaded newer image for alpine:latest
21:23:51 [2020-01-29T21:23:51.709Z] Congratulations!  All commits are properly signed with the DCO!