Skip to content

Console Output

02:07:32 [2024-01-16T02:07:32.098Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47076:/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
02:07:37 [2024-01-16T02:07:37.397Z] Unable to find image 'alpine:latest' locally
02:07:37 [2024-01-16T02:07:37.697Z] latest: Pulling from library/alpine
02:07:37 [2024-01-16T02:07:37.697Z] c30352492317: Pulling fs layer
02:07:37 [2024-01-16T02:07:37.697Z] c30352492317: Download complete
02:07:37 [2024-01-16T02:07:37.958Z] c30352492317: Pull complete
02:07:37 [2024-01-16T02:07:37.958Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
02:07:37 [2024-01-16T02:07:37.958Z] Status: Downloaded newer image for alpine:latest
02:07:44 [2024-01-16T02:07:44.543Z] Congratulations!  All commits are properly signed with the DCO!