Skip to content

Console Output

08:21:22 [2024-02-02T08:21:22.251Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47302:/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
08:21:27 [2024-02-02T08:21:27.498Z] Unable to find image 'alpine:latest' locally
08:21:27 [2024-02-02T08:21:27.498Z] latest: Pulling from library/alpine
08:21:27 [2024-02-02T08:21:27.498Z] bca4290a9639: Pulling fs layer
08:21:27 [2024-02-02T08:21:27.498Z] bca4290a9639: Verifying Checksum
08:21:27 [2024-02-02T08:21:27.498Z] bca4290a9639: Download complete
08:21:27 [2024-02-02T08:21:27.498Z] bca4290a9639: Pull complete
08:21:27 [2024-02-02T08:21:27.498Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
08:21:27 [2024-02-02T08:21:27.498Z] Status: Downloaded newer image for alpine:latest
08:21:35 [2024-02-02T08:21:35.588Z] Congratulations!  All commits are properly signed with the DCO!