Skip to content

Console Output

18:52:31 [2024-01-10T18:52:31.535Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47052:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
18:52:36 [2024-01-10T18:52:36.791Z] Unable to find image 'alpine:latest' locally
18:52:37 [2024-01-10T18:52:37.367Z] latest: Pulling from library/alpine
18:52:37 [2024-01-10T18:52:37.624Z] c30352492317: Pulling fs layer
18:52:37 [2024-01-10T18:52:37.624Z] c30352492317: Verifying Checksum
18:52:37 [2024-01-10T18:52:37.624Z] c30352492317: Download complete
18:52:38 [2024-01-10T18:52:38.189Z] c30352492317: Pull complete
18:52:38 [2024-01-10T18:52:38.446Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
18:52:38 [2024-01-10T18:52:38.703Z] Status: Downloaded newer image for alpine:latest
18:52:46 [2024-01-10T18:52:46.801Z] Congratulations!  All commits are properly signed with the DCO!