Skip to content

Console Output

17:57:51 [2023-02-21T17:57:51.397Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45049:/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
17:58:17 [2023-02-21T17:58:17.962Z] Unable to find image 'alpine:latest' locally
17:58:17 [2023-02-21T17:58:17.962Z] latest: Pulling from library/alpine
17:58:17 [2023-02-21T17:58:17.962Z] af6eaf76a39c: Pulling fs layer
17:58:17 [2023-02-21T17:58:17.962Z] af6eaf76a39c: Verifying Checksum
17:58:17 [2023-02-21T17:58:17.962Z] af6eaf76a39c: Download complete
17:58:17 [2023-02-21T17:58:17.962Z] af6eaf76a39c: Pull complete
17:58:17 [2023-02-21T17:58:17.962Z] Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
17:58:17 [2023-02-21T17:58:17.962Z] Status: Downloaded newer image for alpine:latest
17:58:22 [2023-02-21T17:58:22.149Z] Congratulations!  All commits are properly signed with the DCO!