Skip to content

Console Output

10:10:24 [2023-12-04T10:10:24.103Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46877:/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
10:10:29 [2023-12-04T10:10:29.350Z] Unable to find image 'alpine:latest' locally
10:10:29 [2023-12-04T10:10:29.350Z] latest: Pulling from library/alpine
10:10:29 [2023-12-04T10:10:29.350Z] 2c03dbb20264: Pulling fs layer
10:10:29 [2023-12-04T10:10:29.350Z] 2c03dbb20264: Verifying Checksum
10:10:29 [2023-12-04T10:10:29.350Z] 2c03dbb20264: Download complete
10:10:29 [2023-12-04T10:10:29.350Z] 2c03dbb20264: Pull complete
10:10:29 [2023-12-04T10:10:29.350Z] Digest: sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0
10:10:29 [2023-12-04T10:10:29.350Z] Status: Downloaded newer image for alpine:latest
10:10:41 [2023-12-04T10:10:41.523Z] Congratulations!  All commits are properly signed with the DCO!