Skip to content

Console Output

13:29:57 [2023-10-03T13:29:57.151Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46582:/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:30:01 [2023-10-03T13:30:01.358Z] Unable to find image 'alpine:latest' locally
13:30:02 [2023-10-03T13:30:02.743Z] latest: Pulling from library/alpine
13:30:02 [2023-10-03T13:30:02.743Z] 579b34f0a95b: Pulling fs layer
13:30:02 [2023-10-03T13:30:02.743Z] 579b34f0a95b: Verifying Checksum
13:30:03 [2023-10-03T13:30:03.005Z] 579b34f0a95b: Pull complete
13:30:03 [2023-10-03T13:30:03.576Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
13:30:03 [2023-10-03T13:30:03.576Z] Status: Downloaded newer image for alpine:latest
13:30:11 [2023-10-03T13:30:11.713Z] Congratulations!  All commits are properly signed with the DCO!