Skip to content

Console Output

11:42:16 [2023-06-26T11:42:16.140Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45812:/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
11:42:20 [2023-06-26T11:42:20.313Z] Unable to find image 'alpine:latest' locally
11:42:20 [2023-06-26T11:42:20.570Z] latest: Pulling from library/alpine
11:42:20 [2023-06-26T11:42:20.570Z] 8c6d1654570f: Pulling fs layer
11:42:20 [2023-06-26T11:42:20.892Z] 8c6d1654570f: Verifying Checksum
11:42:20 [2023-06-26T11:42:20.892Z] 8c6d1654570f: Download complete
11:42:21 [2023-06-26T11:42:21.149Z] 8c6d1654570f: Pull complete
11:42:21 [2023-06-26T11:42:21.406Z] Digest: sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
11:42:21 [2023-06-26T11:42:21.406Z] Status: Downloaded newer image for alpine:latest
11:42:26 [2023-06-26T11:42:26.656Z] Congratulations!  All commits are properly signed with the DCO!