Skip to content

Console Output

18:45:58 [2023-02-27T18:45:58.252Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45068:/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 && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
18:46:24 [2023-02-27T18:46:24.779Z] Unable to find image 'alpine:latest' locally
18:46:24 [2023-02-27T18:46:24.779Z] latest: Pulling from library/alpine
18:46:24 [2023-02-27T18:46:24.779Z] af6eaf76a39c: Pulling fs layer
18:46:24 [2023-02-27T18:46:24.779Z] af6eaf76a39c: Verifying Checksum
18:46:24 [2023-02-27T18:46:24.779Z] af6eaf76a39c: Download complete
18:46:24 [2023-02-27T18:46:24.779Z] af6eaf76a39c: Pull complete
18:46:24 [2023-02-27T18:46:24.779Z] Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
18:46:24 [2023-02-27T18:46:24.779Z] Status: Downloaded newer image for alpine:latest
18:46:27 [2023-02-27T18:46:27.312Z] Congratulations!  All commits are properly signed with the DCO!