Skip to content

Console Output

16:44:48 [2023-03-10T16:44:48.081Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44990:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
16:45:14 [2023-03-10T16:45:14.633Z] Unable to find image 'alpine:latest' locally
16:45:14 [2023-03-10T16:45:14.633Z] latest: Pulling from library/alpine
16:45:14 [2023-03-10T16:45:14.633Z] 63b65145d645: Pulling fs layer
16:45:14 [2023-03-10T16:45:14.633Z] 63b65145d645: Verifying Checksum
16:45:14 [2023-03-10T16:45:14.633Z] 63b65145d645: Download complete
16:45:14 [2023-03-10T16:45:14.633Z] 63b65145d645: Pull complete
16:45:14 [2023-03-10T16:45:14.633Z] Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
16:45:14 [2023-03-10T16:45:14.633Z] Status: Downloaded newer image for alpine:latest
16:45:22 [2023-03-10T16:45:22.761Z] Congratulations!  All commits are properly signed with the DCO!