Skip to content

Console Output

14:11:36 [2023-03-01T14:11:36.209Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45090:/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
14:12:02 [2023-03-01T14:12:02.755Z] Unable to find image 'alpine:latest' locally
14:12:02 [2023-03-01T14:12:02.755Z] latest: Pulling from library/alpine
14:12:02 [2023-03-01T14:12:02.755Z] af6eaf76a39c: Pulling fs layer
14:12:02 [2023-03-01T14:12:02.755Z] af6eaf76a39c: Download complete
14:12:02 [2023-03-01T14:12:02.755Z] af6eaf76a39c: Pull complete
14:12:02 [2023-03-01T14:12:02.755Z] Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
14:12:02 [2023-03-01T14:12:02.755Z] Status: Downloaded newer image for alpine:latest
14:12:06 [2023-03-01T14:12:06.051Z] Congratulations!  All commits are properly signed with the DCO!