Skip to content

Console Output

05:57:23 [2021-02-01T05:57:23.609Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41893:/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
05:57:27 [2021-02-01T05:57:27.787Z] Unable to find image 'alpine:latest' locally
05:57:27 [2021-02-01T05:57:27.787Z] latest: Pulling from library/alpine
05:57:27 [2021-02-01T05:57:27.787Z] 4c0d98bf9879: Pulling fs layer
05:57:27 [2021-02-01T05:57:27.787Z] 4c0d98bf9879: Verifying Checksum
05:57:27 [2021-02-01T05:57:27.787Z] 4c0d98bf9879: Download complete
05:57:28 [2021-02-01T05:57:28.352Z] 4c0d98bf9879: Pull complete
05:57:28 [2021-02-01T05:57:28.352Z] Digest: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930
05:57:28 [2021-02-01T05:57:28.352Z] Status: Downloaded newer image for alpine:latest
05:57:36 [2021-02-01T05:57:36.456Z] Congratulations!  All commits are properly signed with the DCO!