Skip to content

Console Output

14:50:21 [2024-04-25T14:50:21.508Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47758:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=26.0 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:50:25 [2024-04-25T14:50:25.671Z] Unable to find image 'alpine:latest' locally
14:50:25 [2024-04-25T14:50:25.927Z] latest: Pulling from library/alpine
14:50:26 [2024-04-25T14:50:26.182Z] bca4290a9639: Pulling fs layer
14:50:26 [2024-04-25T14:50:26.439Z] bca4290a9639: Verifying Checksum
14:50:26 [2024-04-25T14:50:26.439Z] bca4290a9639: Download complete
14:50:26 [2024-04-25T14:50:26.694Z] bca4290a9639: Pull complete
14:50:27 [2024-04-25T14:50:27.018Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
14:50:27 [2024-04-25T14:50:27.018Z] Status: Downloaded newer image for alpine:latest
14:50:35 [2024-04-25T14:50:35.095Z] Congratulations!  All commits are properly signed with the DCO!