Skip to content

Console Output

12:49:53 [2023-01-17T12:49:53.201Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44832:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
12:50:15 [2023-01-17T12:50:15.112Z] Unable to find image 'alpine:latest' locally
12:50:15 [2023-01-17T12:50:15.112Z] latest: Pulling from library/alpine
12:50:15 [2023-01-17T12:50:15.112Z] a9eaa45ef418: Pulling fs layer
12:50:15 [2023-01-17T12:50:15.112Z] a9eaa45ef418: Download complete
12:50:15 [2023-01-17T12:50:15.112Z] a9eaa45ef418: Pull complete
12:50:15 [2023-01-17T12:50:15.112Z] Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:50:15 [2023-01-17T12:50:15.112Z] Status: Downloaded newer image for alpine:latest
12:50:20 [2023-01-17T12:50:20.361Z] Congratulations!  All commits are properly signed with the DCO!