Skip to content

Console Output

21:24:19 [2023-09-11T21:24:19.408Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46237:/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
21:24:21 [2023-09-11T21:24:21.345Z] Unable to find image 'alpine:latest' locally
21:24:21 [2023-09-11T21:24:21.602Z] latest: Pulling from library/alpine
21:24:21 [2023-09-11T21:24:21.602Z] 9fda8d8052c6: Pulling fs layer
21:24:21 [2023-09-11T21:24:21.859Z] 9fda8d8052c6: Verifying Checksum
21:24:21 [2023-09-11T21:24:21.859Z] 9fda8d8052c6: Download complete
21:24:22 [2023-09-11T21:24:22.116Z] 9fda8d8052c6: Pull complete
21:24:22 [2023-09-11T21:24:22.116Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
21:24:22 [2023-09-11T21:24:22.116Z] Status: Downloaded newer image for alpine:latest
21:24:27 [2023-09-11T21:24:27.387Z] Congratulations!  All commits are properly signed with the DCO!