Skip to content

Console Output

17:30:09 [2023-05-07T17:30:09.199Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45485:/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
17:30:24 [2023-05-07T17:30:24.124Z] Unable to find image 'alpine:latest' locally
17:30:24 [2023-05-07T17:30:24.124Z] latest: Pulling from library/alpine
17:30:24 [2023-05-07T17:30:24.124Z] c41833b44d91: Pulling fs layer
17:30:24 [2023-05-07T17:30:24.124Z] c41833b44d91: Download complete
17:30:24 [2023-05-07T17:30:24.124Z] c41833b44d91: Pull complete
17:30:24 [2023-05-07T17:30:24.124Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
17:30:24 [2023-05-07T17:30:24.124Z] Status: Downloaded newer image for alpine:latest
17:30:29 [2023-05-07T17:30:29.402Z] 0 adds, 0 deletions; nothing to validate! :)