Skip to content

Console Output

14:01:51 [2023-07-06T14:01:51.284Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45895:/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
14:01:55 [2023-07-06T14:01:55.457Z] Unable to find image 'alpine:latest' locally
14:01:55 [2023-07-06T14:01:55.457Z] latest: Pulling from library/alpine
14:01:55 [2023-07-06T14:01:55.457Z] 8c6d1654570f: Pulling fs layer
14:01:55 [2023-07-06T14:01:55.735Z] 8c6d1654570f: Verifying Checksum
14:01:55 [2023-07-06T14:01:55.735Z] 8c6d1654570f: Download complete
14:01:55 [2023-07-06T14:01:55.735Z] 8c6d1654570f: Pull complete
14:01:55 [2023-07-06T14:01:55.735Z] Digest: sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
14:01:55 [2023-07-06T14:01:55.992Z] Status: Downloaded newer image for alpine:latest
14:02:01 [2023-07-06T14:02:01.244Z] Congratulations!  All commits are properly signed with the DCO!