Skip to content

Console Output

17:09:00 [2023-05-28T17:09:00.715Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45643:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=24.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
17:09:18 [2023-05-28T17:09:18.761Z] Unable to find image 'alpine:latest' locally
17:09:18 [2023-05-28T17:09:18.761Z] latest: Pulling from library/alpine
17:09:18 [2023-05-28T17:09:18.761Z] 08409d417260: Pulling fs layer
17:09:18 [2023-05-28T17:09:18.761Z] 08409d417260: Download complete
17:09:19 [2023-05-28T17:09:19.323Z] 08409d417260: Pull complete
17:09:19 [2023-05-28T17:09:19.323Z] Digest: sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11
17:09:19 [2023-05-28T17:09:19.323Z] Status: Downloaded newer image for alpine:latest
17:09:24 [2023-05-28T17:09:24.568Z] Congratulations!  All commits are properly signed with the DCO!