Skip to content

Console Output

23:40:52 [2020-05-02T23:40:52.785Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40893:/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
23:41:02 [2020-05-02T23:41:02.762Z] Unable to find image 'alpine:latest' locally
23:41:03 [2020-05-02T23:41:03.020Z] latest: Pulling from library/alpine
23:41:03 [2020-05-02T23:41:03.020Z] cbdbe7a5bc2a: Pulling fs layer
23:41:03 [2020-05-02T23:41:03.279Z] cbdbe7a5bc2a: Verifying Checksum
23:41:03 [2020-05-02T23:41:03.279Z] cbdbe7a5bc2a: Download complete
23:41:03 [2020-05-02T23:41:03.853Z] cbdbe7a5bc2a: Pull complete
23:41:03 [2020-05-02T23:41:03.853Z] Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54
23:41:03 [2020-05-02T23:41:03.853Z] Status: Downloaded newer image for alpine:latest
23:41:10 [2020-05-02T23:41:10.433Z] Congratulations!  All commits are properly signed with the DCO!