Skip to content

Console Output

05:42:03 [2023-04-25T05:42:03.969Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45387:/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
05:42:30 [2023-04-25T05:42:30.518Z] Unable to find image 'alpine:latest' locally
05:42:30 [2023-04-25T05:42:30.518Z] latest: Pulling from library/alpine
05:42:30 [2023-04-25T05:42:30.518Z] c41833b44d91: Pulling fs layer
05:42:30 [2023-04-25T05:42:30.518Z] c41833b44d91: Verifying Checksum
05:42:30 [2023-04-25T05:42:30.518Z] c41833b44d91: Download complete
05:42:30 [2023-04-25T05:42:30.518Z] c41833b44d91: Pull complete
05:42:30 [2023-04-25T05:42:30.518Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
05:42:30 [2023-04-25T05:42:30.518Z] Status: Downloaded newer image for alpine:latest
05:42:33 [2023-04-25T05:42:33.063Z] Congratulations!  All commits are properly signed with the DCO!