Skip to content

Console Output

13:05:24 [2024-02-29T13:05:24.641Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47475:/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
13:05:28 [2024-02-29T13:05:28.854Z] Unable to find image 'alpine:latest' locally
13:05:28 [2024-02-29T13:05:28.854Z] latest: Pulling from library/alpine
13:05:28 [2024-02-29T13:05:28.854Z] bca4290a9639: Pulling fs layer
13:05:28 [2024-02-29T13:05:28.854Z] bca4290a9639: Download complete
13:05:29 [2024-02-29T13:05:29.111Z] bca4290a9639: Pull complete
13:05:29 [2024-02-29T13:05:29.111Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
13:05:29 [2024-02-29T13:05:29.111Z] Status: Downloaded newer image for alpine:latest
13:05:39 [2024-02-29T13:05:39.063Z] Congratulations!  All commits are properly signed with the DCO!