Skip to content

Console Output

21:17:44 [2024-05-21T21:17:44.178Z] + 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
21:17:48 [2024-05-21T21:17:48.343Z] Unable to find image 'alpine:latest' locally
21:17:48 [2024-05-21T21:17:48.926Z] latest: Pulling from library/alpine
21:17:49 [2024-05-21T21:17:49.204Z] bca4290a9639: Pulling fs layer
21:17:49 [2024-05-21T21:17:49.459Z] bca4290a9639: Verifying Checksum
21:17:49 [2024-05-21T21:17:49.459Z] bca4290a9639: Download complete
21:17:49 [2024-05-21T21:17:49.762Z] bca4290a9639: Pull complete
21:17:49 [2024-05-21T21:17:49.762Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
21:17:50 [2024-05-21T21:17:50.017Z] Status: Downloaded newer image for alpine:latest
21:17:55 [2024-05-21T21:17:55.255Z] 0 adds, 0 deletions; nothing to validate! :)