Skip to content

Console Output

13:36:02 [2022-11-16T13:36:02.442Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44473:/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:36:02 [2022-11-16T13:36:02.442Z] Unable to find image 'alpine:latest' locally
13:36:03 [2022-11-16T13:36:03.002Z] latest: Pulling from library/alpine
13:36:03 [2022-11-16T13:36:03.258Z] 6875df1f5354: Pulling fs layer
13:36:03 [2022-11-16T13:36:03.258Z] 6875df1f5354: Verifying Checksum
13:36:03 [2022-11-16T13:36:03.258Z] 6875df1f5354: Download complete
13:36:03 [2022-11-16T13:36:03.513Z] 6875df1f5354: Pull complete
13:36:03 [2022-11-16T13:36:03.769Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b
13:36:03 [2022-11-16T13:36:03.769Z] Status: Downloaded newer image for alpine:latest
13:36:10 [2022-11-16T13:36:10.305Z] Congratulations!  All commits are properly signed with the DCO!