Skip to content

Console Output

23:11:30 [2023-02-23T23:11:30.110Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44968:/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
23:11:38 [2023-02-23T23:11:38.329Z] Unable to find image 'alpine:latest' locally
23:11:38 [2023-02-23T23:11:38.329Z] latest: Pulling from library/alpine
23:11:38 [2023-02-23T23:11:38.329Z] af6eaf76a39c: Pulling fs layer
23:11:38 [2023-02-23T23:11:38.329Z] af6eaf76a39c: Verifying Checksum
23:11:38 [2023-02-23T23:11:38.329Z] af6eaf76a39c: Download complete
23:11:38 [2023-02-23T23:11:38.329Z] af6eaf76a39c: Pull complete
23:11:38 [2023-02-23T23:11:38.329Z] Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
23:11:38 [2023-02-23T23:11:38.329Z] Status: Downloaded newer image for alpine:latest
23:11:45 [2023-02-23T23:11:45.049Z] Congratulations!  All commits are properly signed with the DCO!