Skip to content

Console Output

09:26:17 [2023-04-11T09:26:17.797Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45305:/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
09:26:44 [2023-04-11T09:26:44.384Z] Unable to find image 'alpine:latest' locally
09:26:44 [2023-04-11T09:26:44.384Z] latest: Pulling from library/alpine
09:26:44 [2023-04-11T09:26:44.384Z] c41833b44d91: Pulling fs layer
09:26:44 [2023-04-11T09:26:44.384Z] c41833b44d91: Verifying Checksum
09:26:44 [2023-04-11T09:26:44.384Z] c41833b44d91: Download complete
09:26:44 [2023-04-11T09:26:44.384Z] c41833b44d91: Pull complete
09:26:44 [2023-04-11T09:26:44.384Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
09:26:44 [2023-04-11T09:26:44.384Z] Status: Downloaded newer image for alpine:latest
09:26:48 [2023-04-11T09:26:48.590Z] Congratulations!  All commits are properly signed with the DCO!