Skip to content

Console Output

08:41:39 [2022-07-12T08:41:39.626Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43796:/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
08:41:39 [2022-07-12T08:41:39.626Z] Unable to find image 'alpine:latest' locally
08:41:39 [2022-07-12T08:41:39.626Z] latest: Pulling from library/alpine
08:41:39 [2022-07-12T08:41:39.885Z] 2408cc74d12b: Pulling fs layer
08:41:39 [2022-07-12T08:41:39.885Z] 2408cc74d12b: Verifying Checksum
08:41:39 [2022-07-12T08:41:39.885Z] 2408cc74d12b: Download complete
08:41:39 [2022-07-12T08:41:39.885Z] 2408cc74d12b: Pull complete
08:41:40 [2022-07-12T08:41:40.144Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c
08:41:40 [2022-07-12T08:41:40.145Z] Status: Downloaded newer image for alpine:latest
08:41:42 [2022-07-12T08:41:42.686Z] Congratulations!  All commits are properly signed with the DCO!