Skip to content

Console Output

08:40:36 [2022-11-15T08:40:36.539Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44463:/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:40:54 [2022-11-15T08:40:54.618Z] Unable to find image 'alpine:latest' locally
08:40:54 [2022-11-15T08:40:54.618Z] latest: Pulling from library/alpine
08:40:54 [2022-11-15T08:40:54.618Z] 6875df1f5354: Pulling fs layer
08:40:54 [2022-11-15T08:40:54.618Z] 6875df1f5354: Verifying Checksum
08:40:54 [2022-11-15T08:40:54.618Z] 6875df1f5354: Download complete
08:40:54 [2022-11-15T08:40:54.618Z] 6875df1f5354: Pull complete
08:40:54 [2022-11-15T08:40:54.618Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b
08:40:54 [2022-11-15T08:40:54.618Z] Status: Downloaded newer image for alpine:latest
08:41:01 [2022-11-15T08:41:01.189Z] Congratulations!  All commits are properly signed with the DCO!