Skip to content

Console Output

10:50:53 [2023-08-24T10:50:53.324Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46310:/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
10:50:56 [2023-08-24T10:50:56.627Z] Unable to find image 'alpine:latest' locally
10:50:56 [2023-08-24T10:50:56.627Z] latest: Pulling from library/alpine
10:50:56 [2023-08-24T10:50:56.627Z] 9fda8d8052c6: Pulling fs layer
10:50:56 [2023-08-24T10:50:56.627Z] 9fda8d8052c6: Download complete
10:50:56 [2023-08-24T10:50:56.888Z] 9fda8d8052c6: Pull complete
10:50:56 [2023-08-24T10:50:56.888Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
10:50:56 [2023-08-24T10:50:56.888Z] Status: Downloaded newer image for alpine:latest
10:51:05 [2023-08-24T10:51:05.032Z] Congratulations!  All commits are properly signed with the DCO!