Skip to content

Console Output

05:15:26 [2023-12-06T05:15:26.725Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46902:/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
05:15:32 [2023-12-06T05:15:32.008Z] Unable to find image 'alpine:latest' locally
05:15:32 [2023-12-06T05:15:32.008Z] latest: Pulling from library/alpine
05:15:32 [2023-12-06T05:15:32.008Z] 2c03dbb20264: Pulling fs layer
05:15:32 [2023-12-06T05:15:32.008Z] 2c03dbb20264: Verifying Checksum
05:15:32 [2023-12-06T05:15:32.008Z] 2c03dbb20264: Download complete
05:15:32 [2023-12-06T05:15:32.268Z] 2c03dbb20264: Pull complete
05:15:32 [2023-12-06T05:15:32.268Z] Digest: sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0
05:15:32 [2023-12-06T05:15:32.268Z] Status: Downloaded newer image for alpine:latest
05:15:40 [2023-12-06T05:15:40.399Z] Congratulations!  All commits are properly signed with the DCO!