Skip to content

Console Output

19:18:59 [2023-09-05T19:18:59.739Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46407:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=24.0 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
19:19:03 [2023-09-05T19:19:03.907Z] Unable to find image 'alpine:latest' locally
19:19:04 [2023-09-05T19:19:04.163Z] latest: Pulling from library/alpine
19:19:04 [2023-09-05T19:19:04.163Z] 9fda8d8052c6: Pulling fs layer
19:19:04 [2023-09-05T19:19:04.163Z] 9fda8d8052c6: Verifying Checksum
19:19:04 [2023-09-05T19:19:04.163Z] 9fda8d8052c6: Download complete
19:19:04 [2023-09-05T19:19:04.419Z] 9fda8d8052c6: Pull complete
19:19:04 [2023-09-05T19:19:04.419Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
19:19:04 [2023-09-05T19:19:04.419Z] Status: Downloaded newer image for alpine:latest
19:19:09 [2023-09-05T19:19:09.667Z] Congratulations!  All commits are properly signed with the DCO!