Skip to content

Console Output

14:53:16 [2023-05-09T14:53:16.593Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45500:/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
14:53:31 [2023-05-09T14:53:31.433Z] Unable to find image 'alpine:latest' locally
14:53:31 [2023-05-09T14:53:31.433Z] latest: Pulling from library/alpine
14:53:31 [2023-05-09T14:53:31.433Z] c41833b44d91: Pulling fs layer
14:53:31 [2023-05-09T14:53:31.433Z] c41833b44d91: Verifying Checksum
14:53:31 [2023-05-09T14:53:31.433Z] c41833b44d91: Download complete
14:53:31 [2023-05-09T14:53:31.433Z] c41833b44d91: Pull complete
14:53:31 [2023-05-09T14:53:31.433Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
14:53:31 [2023-05-09T14:53:31.433Z] Status: Downloaded newer image for alpine:latest
14:53:34 [2023-05-09T14:53:34.698Z] Congratulations!  All commits are properly signed with the DCO!