Skip to content

Console Output

17:06:48 [2022-03-18T17:06:48.759Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42491:/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
17:06:48 [2022-03-18T17:06:48.759Z] Unable to find image 'alpine:latest' locally
17:06:48 [2022-03-18T17:06:48.759Z] latest: Pulling from library/alpine
17:06:49 [2022-03-18T17:06:49.017Z] 3d2430473443: Pulling fs layer
17:06:49 [2022-03-18T17:06:49.017Z] 3d2430473443: Verifying Checksum
17:06:49 [2022-03-18T17:06:49.017Z] 3d2430473443: Download complete
17:06:49 [2022-03-18T17:06:49.275Z] 3d2430473443: Pull complete
17:06:49 [2022-03-18T17:06:49.275Z] Digest: sha256:d6d0a0eb4d40ef96f2310ead734848b9c819bb97c9d846385c4aca1767186cd4
17:06:49 [2022-03-18T17:06:49.275Z] Status: Downloaded newer image for alpine:latest
17:06:51 [2022-03-18T17:06:51.804Z] Congratulations!  All commits are properly signed with the DCO!