Skip to content

Console Output

19:27:43 [2023-05-07T19:27:43.385Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45486:/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
19:27:58 [2023-05-07T19:27:58.230Z] Unable to find image 'alpine:latest' locally
19:27:58 [2023-05-07T19:27:58.230Z] latest: Pulling from library/alpine
19:27:58 [2023-05-07T19:27:58.487Z] c41833b44d91: Pulling fs layer
19:27:58 [2023-05-07T19:27:58.487Z] c41833b44d91: Verifying Checksum
19:27:58 [2023-05-07T19:27:58.487Z] c41833b44d91: Download complete
19:27:58 [2023-05-07T19:27:58.744Z] c41833b44d91: Pull complete
19:27:58 [2023-05-07T19:27:58.744Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
19:27:58 [2023-05-07T19:27:58.744Z] Status: Downloaded newer image for alpine:latest
19:28:02 [2023-05-07T19:28:02.912Z] Congratulations!  All commits are properly signed with the DCO!