Skip to content

Console Output

13:52:27 [2024-06-01T13:52:27.898Z] + docker run --rm -v /home/ubuntu/workspace/moby_master:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
13:52:32 [2024-06-01T13:52:32.092Z] Unable to find image 'alpine:latest' locally
13:52:32 [2024-06-01T13:52:32.352Z] latest: Pulling from library/alpine
13:52:32 [2024-06-01T13:52:32.920Z] 94747bd81234: Pulling fs layer
13:52:32 [2024-06-01T13:52:32.920Z] 94747bd81234: Verifying Checksum
13:52:32 [2024-06-01T13:52:32.920Z] 94747bd81234: Download complete
13:52:33 [2024-06-01T13:52:33.489Z] 94747bd81234: Pull complete
13:52:33 [2024-06-01T13:52:33.749Z] Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
13:52:33 [2024-06-01T13:52:33.749Z] Status: Downloaded newer image for alpine:latest
13:52:40 [2024-06-01T13:52:40.319Z] 0 adds, 0 deletions; nothing to validate! :)