Skip to content

Console Output

12:57:44 [2023-12-04T12:57:44.701Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46884:/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
12:57:49 [2023-12-04T12:57:49.949Z] Unable to find image 'alpine:latest' locally
12:57:49 [2023-12-04T12:57:49.949Z] latest: Pulling from library/alpine
12:57:49 [2023-12-04T12:57:49.949Z] 2c03dbb20264: Pulling fs layer
12:57:50 [2023-12-04T12:57:50.205Z] 2c03dbb20264: Download complete
12:57:50 [2023-12-04T12:57:50.469Z] 2c03dbb20264: Pull complete
12:57:50 [2023-12-04T12:57:50.469Z] Digest: sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0
12:57:50 [2023-12-04T12:57:50.726Z] Status: Downloaded newer image for alpine:latest
12:57:58 [2023-12-04T12:57:58.814Z] Congratulations!  All commits are properly signed with the DCO!