Skip to content

Console Output

15:54:57 [2024-01-16T15:54:57.978Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47086:/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
15:54:57 [2024-01-16T15:54:57.978Z] Unable to find image 'alpine:latest' locally
15:54:57 [2024-01-16T15:54:57.978Z] latest: Pulling from library/alpine
15:54:57 [2024-01-16T15:54:57.978Z] c30352492317: Pulling fs layer
15:54:58 [2024-01-16T15:54:58.238Z] c30352492317: Verifying Checksum
15:54:58 [2024-01-16T15:54:58.238Z] c30352492317: Download complete
15:54:58 [2024-01-16T15:54:58.238Z] c30352492317: Pull complete
15:54:58 [2024-01-16T15:54:58.238Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
15:54:58 [2024-01-16T15:54:58.238Z] Status: Downloaded newer image for alpine:latest
15:55:00 [2024-01-16T15:55:00.780Z] Congratulations!  All commits are properly signed with the DCO!