Skip to content

Console Output

09:46:02 [2023-10-11T09:46:02.583Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46565:/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
09:46:06 [2023-10-11T09:46:06.793Z] Unable to find image 'alpine:latest' locally
09:46:07 [2023-10-11T09:46:07.056Z] latest: Pulling from library/alpine
09:46:07 [2023-10-11T09:46:07.056Z] 579b34f0a95b: Pulling fs layer
09:46:07 [2023-10-11T09:46:07.317Z] 579b34f0a95b: Verifying Checksum
09:46:07 [2023-10-11T09:46:07.317Z] 579b34f0a95b: Download complete
09:46:07 [2023-10-11T09:46:07.317Z] 579b34f0a95b: Pull complete
09:46:07 [2023-10-11T09:46:07.317Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
09:46:07 [2023-10-11T09:46:07.317Z] Status: Downloaded newer image for alpine:latest
09:46:15 [2023-10-11T09:46:15.459Z] Congratulations!  All commits are properly signed with the DCO!