Skip to content

Console Output

17:59:53 [2023-04-13T17:59:53.580Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45329:/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
18:00:15 [2023-04-13T18:00:15.554Z] Unable to find image 'alpine:latest' locally
18:00:16 [2023-04-13T18:00:16.501Z] latest: Pulling from library/alpine
18:00:16 [2023-04-13T18:00:16.501Z] c41833b44d91: Pulling fs layer
18:00:16 [2023-04-13T18:00:16.764Z] c41833b44d91: Verifying Checksum
18:00:16 [2023-04-13T18:00:16.764Z] c41833b44d91: Download complete
18:00:16 [2023-04-13T18:00:16.764Z] c41833b44d91: Pull complete
18:00:16 [2023-04-13T18:00:16.764Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
18:00:16 [2023-04-13T18:00:16.764Z] Status: Downloaded newer image for alpine:latest
18:00:23 [2023-04-13T18:00:23.352Z] Congratulations!  All commits are properly signed with the DCO!