Skip to content

Console Output

13:14:12 [2023-09-13T13:14:12.385Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46471:/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
13:14:17 [2023-09-13T13:14:17.663Z] Unable to find image 'alpine:latest' locally
13:14:17 [2023-09-13T13:14:17.663Z] latest: Pulling from library/alpine
13:14:17 [2023-09-13T13:14:17.930Z] 9fda8d8052c6: Pulling fs layer
13:14:18 [2023-09-13T13:14:18.209Z] 9fda8d8052c6: Verifying Checksum
13:14:18 [2023-09-13T13:14:18.209Z] 9fda8d8052c6: Download complete
13:14:18 [2023-09-13T13:14:18.468Z] 9fda8d8052c6: Pull complete
13:14:18 [2023-09-13T13:14:18.727Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
13:14:18 [2023-09-13T13:14:18.985Z] Status: Downloaded newer image for alpine:latest
13:14:25 [2023-09-13T13:14:25.547Z] Congratulations!  All commits are properly signed with the DCO!