Skip to content

Console Output

22:02:38 [2023-02-10T22:02:38.992Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44976:/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
22:03:00 [2023-02-10T22:03:00.921Z] Unable to find image 'alpine:latest' locally
22:03:00 [2023-02-10T22:03:00.922Z] latest: Pulling from library/alpine
22:03:00 [2023-02-10T22:03:00.922Z] af6eaf76a39c: Pulling fs layer
22:03:00 [2023-02-10T22:03:00.922Z] af6eaf76a39c: Verifying Checksum
22:03:00 [2023-02-10T22:03:00.922Z] af6eaf76a39c: Download complete
22:03:01 [2023-02-10T22:03:01.489Z] af6eaf76a39c: Pull complete
22:03:01 [2023-02-10T22:03:01.489Z] Digest: sha256:c8deccde20bcc319a17c28ce674b80b9b7e945a8b460a11272b7f0a3e0d6a746
22:03:01 [2023-02-10T22:03:01.489Z] Status: Downloaded newer image for alpine:latest
22:03:06 [2023-02-10T22:03:06.757Z] Congratulations!  All commits are properly signed with the DCO!