Skip to content

Console Output

13:08:27 [2022-11-16T13:08:27.678Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44471:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 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:08:54 [2022-11-16T13:08:54.252Z] Unable to find image 'alpine:latest' locally
13:08:54 [2022-11-16T13:08:54.252Z] latest: Pulling from library/alpine
13:08:54 [2022-11-16T13:08:54.252Z] 6875df1f5354: Pulling fs layer
13:08:54 [2022-11-16T13:08:54.252Z] 6875df1f5354: Download complete
13:08:54 [2022-11-16T13:08:54.252Z] 6875df1f5354: Pull complete
13:08:54 [2022-11-16T13:08:54.252Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b
13:08:54 [2022-11-16T13:08:54.252Z] Status: Downloaded newer image for alpine:latest
13:09:02 [2022-11-16T13:09:02.387Z] Congratulations!  All commits are properly signed with the DCO!