Skip to content

Console Output

20:25:02 [2023-08-30T20:25:02.490Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46378:/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
20:25:06 [2023-08-30T20:25:06.711Z] Unable to find image 'alpine:latest' locally
20:25:07 [2023-08-30T20:25:07.640Z] latest: Pulling from library/alpine
20:25:07 [2023-08-30T20:25:07.896Z] 9fda8d8052c6: Pulling fs layer
20:25:08 [2023-08-30T20:25:08.153Z] 9fda8d8052c6: Verifying Checksum
20:25:08 [2023-08-30T20:25:08.153Z] 9fda8d8052c6: Download complete
20:25:08 [2023-08-30T20:25:08.409Z] 9fda8d8052c6: Pull complete
20:25:08 [2023-08-30T20:25:08.665Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
20:25:08 [2023-08-30T20:25:08.665Z] Status: Downloaded newer image for alpine:latest
20:25:13 [2023-08-30T20:25:13.913Z] Congratulations!  All commits are properly signed with the DCO!