Skip to content

Console Output

07:10:53 [2023-02-04T07:10:53.254Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44922:/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
07:11:19 [2023-02-04T07:11:19.839Z] Unable to find image 'alpine:latest' locally
07:11:19 [2023-02-04T07:11:19.839Z] latest: Pulling from library/alpine
07:11:19 [2023-02-04T07:11:19.839Z] a9eaa45ef418: Pulling fs layer
07:11:19 [2023-02-04T07:11:19.839Z] a9eaa45ef418: Download complete
07:11:19 [2023-02-04T07:11:19.839Z] a9eaa45ef418: Pull complete
07:11:19 [2023-02-04T07:11:19.839Z] Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
07:11:19 [2023-02-04T07:11:19.839Z] Status: Downloaded newer image for alpine:latest
07:11:22 [2023-02-04T07:11:22.382Z] Congratulations!  All commits are properly signed with the DCO!