Skip to content

Console Output

10:10:10 [2023-03-02T10:10:10.948Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44989:/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:10:37 [2023-03-02T10:10:37.477Z] Unable to find image 'alpine:latest' locally
10:10:37 [2023-03-02T10:10:37.477Z] latest: Pulling from library/alpine
10:10:37 [2023-03-02T10:10:37.477Z] af6eaf76a39c: Pulling fs layer
10:10:37 [2023-03-02T10:10:37.477Z] af6eaf76a39c: Verifying Checksum
10:10:37 [2023-03-02T10:10:37.477Z] af6eaf76a39c: Download complete
10:10:37 [2023-03-02T10:10:37.477Z] af6eaf76a39c: Pull complete
10:10:37 [2023-03-02T10:10:37.477Z] Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
10:10:37 [2023-03-02T10:10:37.477Z] Status: Downloaded newer image for alpine:latest
10:10:47 [2023-03-02T10:10:47.566Z] Congratulations!  All commits are properly signed with the DCO!