Skip to content

Console Output

01:26:49 [2024-01-20T01:26:49.779Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47132:/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
01:26:55 [2024-01-20T01:26:55.062Z] Unable to find image 'alpine:latest' locally
01:26:55 [2024-01-20T01:26:55.062Z] latest: Pulling from library/alpine
01:26:55 [2024-01-20T01:26:55.062Z] c30352492317: Pulling fs layer
01:26:55 [2024-01-20T01:26:55.063Z] c30352492317: Verifying Checksum
01:26:55 [2024-01-20T01:26:55.063Z] c30352492317: Download complete
01:26:55 [2024-01-20T01:26:55.323Z] c30352492317: Pull complete
01:26:55 [2024-01-20T01:26:55.323Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
01:26:55 [2024-01-20T01:26:55.323Z] Status: Downloaded newer image for alpine:latest
01:27:01 [2024-01-20T01:27:01.900Z] Congratulations!  All commits are properly signed with the DCO!