Skip to content

Console Output

09:06:12 [2023-06-26T09:06:12.834Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45810:/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
09:06:14 [2023-06-26T09:06:14.754Z] Unable to find image 'alpine:latest' locally
09:06:14 [2023-06-26T09:06:14.754Z] latest: Pulling from library/alpine
09:06:14 [2023-06-26T09:06:14.754Z] 8c6d1654570f: Pulling fs layer
09:06:14 [2023-06-26T09:06:14.754Z] 8c6d1654570f: Download complete
09:06:15 [2023-06-26T09:06:15.011Z] 8c6d1654570f: Pull complete
09:06:15 [2023-06-26T09:06:15.011Z] Digest: sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
09:06:15 [2023-06-26T09:06:15.011Z] Status: Downloaded newer image for alpine:latest
09:06:21 [2023-06-26T09:06:21.552Z] Congratulations!  All commits are properly signed with the DCO!