Skip to content

Console Output

14:06:43 [2023-01-30T14:06:43.863Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44883:/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
14:07:01 [2023-01-30T14:07:01.998Z] Unable to find image 'alpine:latest' locally
14:07:01 [2023-01-30T14:07:01.998Z] latest: Pulling from library/alpine
14:07:01 [2023-01-30T14:07:01.998Z] a9eaa45ef418: Pulling fs layer
14:07:01 [2023-01-30T14:07:01.998Z] a9eaa45ef418: Download complete
14:07:01 [2023-01-30T14:07:01.998Z] a9eaa45ef418: Pull complete
14:07:01 [2023-01-30T14:07:01.998Z] Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
14:07:01 [2023-01-30T14:07:01.998Z] Status: Downloaded newer image for alpine:latest
14:07:07 [2023-01-30T14:07:07.292Z] Congratulations!  All commits are properly signed with the DCO!