Skip to content

Console Output

16:09:02 [2023-11-23T16:09:02.911Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46843:/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
16:09:08 [2023-11-23T16:09:08.204Z] Unable to find image 'alpine:latest' locally
16:09:08 [2023-11-23T16:09:08.204Z] latest: Pulling from library/alpine
16:09:08 [2023-11-23T16:09:08.204Z] 579b34f0a95b: Pulling fs layer
16:09:08 [2023-11-23T16:09:08.204Z] 579b34f0a95b: Verifying Checksum
16:09:08 [2023-11-23T16:09:08.204Z] 579b34f0a95b: Download complete
16:09:08 [2023-11-23T16:09:08.204Z] 579b34f0a95b: Pull complete
16:09:08 [2023-11-23T16:09:08.204Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
16:09:08 [2023-11-23T16:09:08.204Z] Status: Downloaded newer image for alpine:latest
16:09:20 [2023-11-23T16:09:20.438Z] Congratulations!  All commits are properly signed with the DCO!