Skip to content

Console Output

15:42:23 [2021-09-20T15:42:23.040Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42870:/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
15:42:31 [2021-09-20T15:42:31.232Z] Unable to find image 'alpine:latest' locally
15:42:31 [2021-09-20T15:42:31.494Z] latest: Pulling from library/alpine
15:42:31 [2021-09-20T15:42:31.756Z] a0d0a0d46f8b: Pulling fs layer
15:42:31 [2021-09-20T15:42:31.756Z] a0d0a0d46f8b: Verifying Checksum
15:42:31 [2021-09-20T15:42:31.756Z] a0d0a0d46f8b: Download complete
15:42:32 [2021-09-20T15:42:32.025Z] a0d0a0d46f8b: Pull complete
15:42:32 [2021-09-20T15:42:32.025Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
15:42:32 [2021-09-20T15:42:32.297Z] Status: Downloaded newer image for alpine:latest
15:42:37 [2021-09-20T15:42:37.606Z] Congratulations!  All commits are properly signed with the DCO!