Skip to content

Console Output

00:01:16 [2022-03-25T00:01:16.187Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43422:/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
00:01:19 [2022-03-25T00:01:19.481Z] Unable to find image 'alpine:latest' locally
00:01:19 [2022-03-25T00:01:19.481Z] latest: Pulling from library/alpine
00:01:19 [2022-03-25T00:01:19.741Z] 3aa4d0bbde19: Pulling fs layer
00:01:20 [2022-03-25T00:01:20.005Z] 3aa4d0bbde19: Verifying Checksum
00:01:20 [2022-03-25T00:01:20.005Z] 3aa4d0bbde19: Download complete
00:01:20 [2022-03-25T00:01:20.263Z] 3aa4d0bbde19: Pull complete
00:01:20 [2022-03-25T00:01:20.263Z] Digest: sha256:ceeae2849a425ef1a7e591d8288f1a58cdf1f4e8d9da7510e29ea829e61cf512
00:01:20 [2022-03-25T00:01:20.263Z] Status: Downloaded newer image for alpine:latest
00:01:28 [2022-03-25T00:01:28.400Z] Congratulations!  All commits are properly signed with the DCO!