Skip to content

Console Output

16:02:08 [2024-02-01T16:02:08.558Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47295:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=25.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
16:02:12 [2024-02-01T16:02:12.762Z] Unable to find image 'alpine:latest' locally
16:02:13 [2024-02-01T16:02:13.023Z] latest: Pulling from library/alpine
16:02:13 [2024-02-01T16:02:13.023Z] bca4290a9639: Pulling fs layer
16:02:13 [2024-02-01T16:02:13.023Z] bca4290a9639: Verifying Checksum
16:02:13 [2024-02-01T16:02:13.023Z] bca4290a9639: Download complete
16:02:13 [2024-02-01T16:02:13.283Z] bca4290a9639: Pull complete
16:02:13 [2024-02-01T16:02:13.544Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
16:02:13 [2024-02-01T16:02:13.544Z] Status: Downloaded newer image for alpine:latest
16:02:20 [2024-02-01T16:02:20.125Z] Congratulations!  All commits are properly signed with the DCO!