Skip to content

Console Output

16:56:42 [2023-08-14T16:56:42.349Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46232:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.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
16:56:46 [2023-08-14T16:56:46.518Z] Unable to find image 'alpine:latest' locally
16:56:46 [2023-08-14T16:56:46.774Z] latest: Pulling from library/alpine
16:56:46 [2023-08-14T16:56:46.774Z] 9fda8d8052c6: Pulling fs layer
16:56:46 [2023-08-14T16:56:46.774Z] 9fda8d8052c6: Download complete
16:56:47 [2023-08-14T16:56:47.030Z] 9fda8d8052c6: Pull complete
16:56:47 [2023-08-14T16:56:47.030Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
16:56:47 [2023-08-14T16:56:47.030Z] Status: Downloaded newer image for alpine:latest
16:56:52 [2023-08-14T16:56:52.278Z] Congratulations!  All commits are properly signed with the DCO!