Skip to content

Console Output

18:03:30 [2023-05-09T18:03:30.157Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45502:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=24.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
18:03:45 [2023-05-09T18:03:45.034Z] Unable to find image 'alpine:latest' locally
18:03:45 [2023-05-09T18:03:45.034Z] latest: Pulling from library/alpine
18:03:45 [2023-05-09T18:03:45.034Z] c41833b44d91: Pulling fs layer
18:03:45 [2023-05-09T18:03:45.034Z] c41833b44d91: Verifying Checksum
18:03:45 [2023-05-09T18:03:45.034Z] c41833b44d91: Download complete
18:03:45 [2023-05-09T18:03:45.034Z] c41833b44d91: Pull complete
18:03:45 [2023-05-09T18:03:45.034Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
18:03:45 [2023-05-09T18:03:45.034Z] Status: Downloaded newer image for alpine:latest
18:03:50 [2023-05-09T18:03:50.305Z] Congratulations!  All commits are properly signed with the DCO!