Skip to content

Console Output

08:52:50 [2023-07-11T08:52:50.212Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45861:/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
08:52:54 [2023-07-11T08:52:54.418Z] Unable to find image 'alpine:latest' locally
08:52:54 [2023-07-11T08:52:54.418Z] latest: Pulling from library/alpine
08:52:54 [2023-07-11T08:52:54.418Z] 8c6d1654570f: Pulling fs layer
08:52:54 [2023-07-11T08:52:54.418Z] 8c6d1654570f: Verifying Checksum
08:52:54 [2023-07-11T08:52:54.418Z] 8c6d1654570f: Download complete
08:52:54 [2023-07-11T08:52:54.418Z] 8c6d1654570f: Pull complete
08:52:54 [2023-07-11T08:52:54.418Z] Digest: sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
08:52:54 [2023-07-11T08:52:54.418Z] Status: Downloaded newer image for alpine:latest
08:52:59 [2023-07-11T08:52:59.706Z] Congratulations!  All commits are properly signed with the DCO!