Skip to content

Console Output

21:40:12 [2023-02-22T21:40:12.147Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44620:/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
21:40:30 [2023-02-22T21:40:30.266Z] Unable to find image 'alpine:latest' locally
21:40:30 [2023-02-22T21:40:30.266Z] latest: Pulling from library/alpine
21:40:30 [2023-02-22T21:40:30.266Z] af6eaf76a39c: Pulling fs layer
21:40:30 [2023-02-22T21:40:30.266Z] af6eaf76a39c: Verifying Checksum
21:40:30 [2023-02-22T21:40:30.266Z] af6eaf76a39c: Download complete
21:40:30 [2023-02-22T21:40:30.528Z] af6eaf76a39c: Pull complete
21:40:30 [2023-02-22T21:40:30.789Z] Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
21:40:30 [2023-02-22T21:40:30.789Z] Status: Downloaded newer image for alpine:latest
21:40:38 [2023-02-22T21:40:38.930Z] Congratulations!  All commits are properly signed with the DCO!