Skip to content

Console Output

15:18:24 [2023-07-11T15:18:24.673Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44740:/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
15:18:28 [2023-07-11T15:18:28.864Z] Unable to find image 'alpine:latest' locally
15:18:28 [2023-07-11T15:18:28.864Z] latest: Pulling from library/alpine
15:18:28 [2023-07-11T15:18:28.864Z] 8c6d1654570f: Pulling fs layer
15:18:29 [2023-07-11T15:18:29.123Z] 8c6d1654570f: Download complete
15:18:29 [2023-07-11T15:18:29.382Z] 8c6d1654570f: Pull complete
15:18:29 [2023-07-11T15:18:29.382Z] Digest: sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
15:18:29 [2023-07-11T15:18:29.382Z] Status: Downloaded newer image for alpine:latest
15:18:34 [2023-07-11T15:18:34.654Z] Congratulations!  All commits are properly signed with the DCO!