Skip to content

Console Output

12:08:41 [2023-10-09T12:08:41.012Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46605:/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
12:08:46 [2023-10-09T12:08:46.261Z] Unable to find image 'alpine:latest' locally
12:08:46 [2023-10-09T12:08:46.261Z] latest: Pulling from library/alpine
12:08:46 [2023-10-09T12:08:46.261Z] 579b34f0a95b: Pulling fs layer
12:08:46 [2023-10-09T12:08:46.261Z] 579b34f0a95b: Verifying Checksum
12:08:46 [2023-10-09T12:08:46.262Z] 579b34f0a95b: Download complete
12:08:46 [2023-10-09T12:08:46.262Z] 579b34f0a95b: Pull complete
12:08:46 [2023-10-09T12:08:46.262Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
12:08:46 [2023-10-09T12:08:46.518Z] Status: Downloaded newer image for alpine:latest
12:08:51 [2023-10-09T12:08:51.764Z] Congratulations!  All commits are properly signed with the DCO!