Skip to content

Console Output

15:08:51 [2024-06-03T15:08:51.963Z] + docker run --rm -v /home/ubuntu/workspace/moby_25.0:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH= alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
15:08:57 [2024-06-03T15:08:57.199Z] Unable to find image 'alpine:latest' locally
15:08:57 [2024-06-03T15:08:57.454Z] latest: Pulling from library/alpine
15:08:57 [2024-06-03T15:08:57.709Z] 94747bd81234: Pulling fs layer
15:08:57 [2024-06-03T15:08:57.709Z] 94747bd81234: Verifying Checksum
15:08:57 [2024-06-03T15:08:57.709Z] 94747bd81234: Download complete
15:08:58 [2024-06-03T15:08:58.634Z] 94747bd81234: Pull complete
15:08:58 [2024-06-03T15:08:58.634Z] Digest: sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
15:08:58 [2024-06-03T15:08:58.634Z] Status: Downloaded newer image for alpine:latest
15:09:10 [2024-06-03T15:09:10.790Z] Congratulations!  All commits are properly signed with the DCO!