Skip to content

Console Output

09:18:48 [2023-09-14T09:18:48.629Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46476:/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:18:53 [2023-09-14T09:18:53.877Z] Unable to find image 'alpine:latest' locally
09:18:53 [2023-09-14T09:18:53.877Z] latest: Pulling from library/alpine
09:18:54 [2023-09-14T09:18:54.133Z] 9fda8d8052c6: Pulling fs layer
09:18:54 [2023-09-14T09:18:54.133Z] 9fda8d8052c6: Verifying Checksum
09:18:54 [2023-09-14T09:18:54.133Z] 9fda8d8052c6: Download complete
09:18:54 [2023-09-14T09:18:54.390Z] 9fda8d8052c6: Pull complete
09:18:54 [2023-09-14T09:18:54.390Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
09:18:54 [2023-09-14T09:18:54.390Z] Status: Downloaded newer image for alpine:latest
09:18:59 [2023-09-14T09:18:59.638Z] Congratulations!  All commits are properly signed with the DCO!