Skip to content

Console Output

12:10:07 [2023-12-16T12:10:07.960Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46955:/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
12:10:13 [2023-12-16T12:10:13.230Z] Unable to find image 'alpine:latest' locally
12:10:13 [2023-12-16T12:10:13.230Z] latest: Pulling from library/alpine
12:10:13 [2023-12-16T12:10:13.230Z] c30352492317: Pulling fs layer
12:10:13 [2023-12-16T12:10:13.230Z] c30352492317: Verifying Checksum
12:10:13 [2023-12-16T12:10:13.230Z] c30352492317: Download complete
12:10:13 [2023-12-16T12:10:13.488Z] c30352492317: Pull complete
12:10:13 [2023-12-16T12:10:13.488Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
12:10:13 [2023-12-16T12:10:13.488Z] Status: Downloaded newer image for alpine:latest
12:10:17 [2023-12-16T12:10:17.674Z] Congratulations!  All commits are properly signed with the DCO!