Skip to content

Console Output

12:48:43 [2023-04-18T12:48:43.801Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45346:/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
12:49:05 [2023-04-18T12:49:05.709Z] Unable to find image 'alpine:latest' locally
12:49:05 [2023-04-18T12:49:05.974Z] latest: Pulling from library/alpine
12:49:05 [2023-04-18T12:49:05.974Z] c41833b44d91: Pulling fs layer
12:49:05 [2023-04-18T12:49:05.974Z] c41833b44d91: Verifying Checksum
12:49:05 [2023-04-18T12:49:05.974Z] c41833b44d91: Download complete
12:49:06 [2023-04-18T12:49:06.537Z] c41833b44d91: Pull complete
12:49:06 [2023-04-18T12:49:06.537Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
12:49:06 [2023-04-18T12:49:06.537Z] Status: Downloaded newer image for alpine:latest
12:49:16 [2023-04-18T12:49:16.486Z] Congratulations!  All commits are properly signed with the DCO!