Skip to content

Console Output

16:52:00 [2023-05-24T16:52:00.094Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45605:/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
16:52:14 [2023-05-24T16:52:14.937Z] Unable to find image 'alpine:latest' locally
16:52:14 [2023-05-24T16:52:14.937Z] latest: Pulling from library/alpine
16:52:14 [2023-05-24T16:52:14.937Z] 08409d417260: Pulling fs layer
16:52:14 [2023-05-24T16:52:14.937Z] 08409d417260: Download complete
16:52:14 [2023-05-24T16:52:14.937Z] 08409d417260: Pull complete
16:52:14 [2023-05-24T16:52:14.937Z] Digest: sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11
16:52:14 [2023-05-24T16:52:14.937Z] Status: Downloaded newer image for alpine:latest
16:52:19 [2023-05-24T16:52:19.104Z] Congratulations!  All commits are properly signed with the DCO!