Skip to content

Console Output

10:07:13 [2023-11-21T10:07:13.248Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46481:/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
10:07:18 [2023-11-21T10:07:18.532Z] Unable to find image 'alpine:latest' locally
10:07:18 [2023-11-21T10:07:18.532Z] latest: Pulling from library/alpine
10:07:18 [2023-11-21T10:07:18.532Z] 579b34f0a95b: Pulling fs layer
10:07:18 [2023-11-21T10:07:18.532Z] 579b34f0a95b: Download complete
10:07:18 [2023-11-21T10:07:18.532Z] 579b34f0a95b: Pull complete
10:07:18 [2023-11-21T10:07:18.532Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
10:07:18 [2023-11-21T10:07:18.532Z] Status: Downloaded newer image for alpine:latest
10:07:26 [2023-11-21T10:07:26.667Z] Congratulations!  All commits are properly signed with the DCO!