Skip to content

Console Output

07:43:56 [2023-10-25T07:43:56.583Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46716:/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
07:44:01 [2023-10-25T07:44:01.871Z] Unable to find image 'alpine:latest' locally
07:44:01 [2023-10-25T07:44:01.871Z] latest: Pulling from library/alpine
07:44:01 [2023-10-25T07:44:01.871Z] 579b34f0a95b: Pulling fs layer
07:44:01 [2023-10-25T07:44:01.871Z] 579b34f0a95b: Verifying Checksum
07:44:01 [2023-10-25T07:44:01.871Z] 579b34f0a95b: Download complete
07:44:01 [2023-10-25T07:44:01.871Z] 579b34f0a95b: Pull complete
07:44:01 [2023-10-25T07:44:01.871Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
07:44:01 [2023-10-25T07:44:01.871Z] Status: Downloaded newer image for alpine:latest
07:44:10 [2023-10-25T07:44:10.012Z] Congratulations!  All commits are properly signed with the DCO!