Skip to content

Console Output

13:04:33 [2023-04-03T13:04:33.968Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45258:/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
13:04:52 [2023-04-03T13:04:52.069Z] Unable to find image 'alpine:latest' locally
13:04:52 [2023-04-03T13:04:52.329Z] latest: Pulling from library/alpine
13:04:52 [2023-04-03T13:04:52.329Z] c41833b44d91: Pulling fs layer
13:04:52 [2023-04-03T13:04:52.329Z] c41833b44d91: Verifying Checksum
13:04:52 [2023-04-03T13:04:52.329Z] c41833b44d91: Download complete
13:04:52 [2023-04-03T13:04:52.588Z] c41833b44d91: Pull complete
13:04:52 [2023-04-03T13:04:52.588Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
13:04:52 [2023-04-03T13:04:52.588Z] Status: Downloaded newer image for alpine:latest
13:04:59 [2023-04-03T13:04:59.160Z] Congratulations!  All commits are properly signed with the DCO!