Skip to content

Console Output

10:13:27 [2023-06-26T10:13:27.360Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45811:/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
10:13:31 [2023-06-26T10:13:31.561Z] Unable to find image 'alpine:latest' locally
10:13:31 [2023-06-26T10:13:31.561Z] latest: Pulling from library/alpine
10:13:31 [2023-06-26T10:13:31.822Z] 8c6d1654570f: Pulling fs layer
10:13:32 [2023-06-26T10:13:32.097Z] 8c6d1654570f: Download complete
10:13:32 [2023-06-26T10:13:32.357Z] 8c6d1654570f: Pull complete
10:13:32 [2023-06-26T10:13:32.357Z] Digest: sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
10:13:32 [2023-06-26T10:13:32.357Z] Status: Downloaded newer image for alpine:latest
10:13:37 [2023-06-26T10:13:37.669Z] Congratulations!  All commits are properly signed with the DCO!