Skip to content

Console Output

19:08:01 [2023-12-15T19:08:01.914Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46949:/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
19:08:07 [2023-12-15T19:08:07.205Z] Unable to find image 'alpine:latest' locally
19:08:07 [2023-12-15T19:08:07.205Z] latest: Pulling from library/alpine
19:08:07 [2023-12-15T19:08:07.467Z] c30352492317: Pulling fs layer
19:08:07 [2023-12-15T19:08:07.467Z] c30352492317: Verifying Checksum
19:08:07 [2023-12-15T19:08:07.467Z] c30352492317: Download complete
19:08:07 [2023-12-15T19:08:07.777Z] c30352492317: Pull complete
19:08:07 [2023-12-15T19:08:07.777Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
19:08:08 [2023-12-15T19:08:08.038Z] Status: Downloaded newer image for alpine:latest
19:08:18 [2023-12-15T19:08:18.039Z] Congratulations!  All commits are properly signed with the DCO!