Skip to content

Console Output

13:25:43 [2023-11-07T13:25:43.627Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46781:/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
13:25:48 [2023-11-07T13:25:48.879Z] Unable to find image 'alpine:latest' locally
13:25:48 [2023-11-07T13:25:48.879Z] latest: Pulling from library/alpine
13:25:48 [2023-11-07T13:25:48.879Z] 579b34f0a95b: Pulling fs layer
13:25:48 [2023-11-07T13:25:48.879Z] 579b34f0a95b: Download complete
13:25:49 [2023-11-07T13:25:49.443Z] 579b34f0a95b: Pull complete
13:25:49 [2023-11-07T13:25:49.699Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
13:25:49 [2023-11-07T13:25:49.699Z] Status: Downloaded newer image for alpine:latest
13:25:57 [2023-11-07T13:25:57.791Z] Congratulations!  All commits are properly signed with the DCO!