Skip to content

Console Output

10:08:26 [2023-02-14T10:08:26.584Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44996:/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
10:08:53 [2023-02-14T10:08:53.099Z] Unable to find image 'alpine:latest' locally
10:08:53 [2023-02-14T10:08:53.099Z] latest: Pulling from library/alpine
10:08:53 [2023-02-14T10:08:53.100Z] af6eaf76a39c: Pulling fs layer
10:08:53 [2023-02-14T10:08:53.100Z] af6eaf76a39c: Verifying Checksum
10:08:53 [2023-02-14T10:08:53.100Z] af6eaf76a39c: Download complete
10:08:53 [2023-02-14T10:08:53.100Z] af6eaf76a39c: Pull complete
10:08:53 [2023-02-14T10:08:53.100Z] Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
10:08:53 [2023-02-14T10:08:53.100Z] Status: Downloaded newer image for alpine:latest
10:08:58 [2023-02-14T10:08:58.404Z] Congratulations!  All commits are properly signed with the DCO!