Skip to content

Console Output

16:04:46 [2022-12-31T16:04:46.508Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44726:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
16:04:54 [2022-12-31T16:04:54.606Z] Unable to find image 'alpine:latest' locally
16:04:54 [2022-12-31T16:04:54.606Z] latest: Pulling from library/alpine
16:04:54 [2022-12-31T16:04:54.606Z] 261da4162673: Pulling fs layer
16:04:54 [2022-12-31T16:04:54.866Z] 261da4162673: Verifying Checksum
16:04:54 [2022-12-31T16:04:54.866Z] 261da4162673: Download complete
16:04:54 [2022-12-31T16:04:54.866Z] 261da4162673: Pull complete
16:04:54 [2022-12-31T16:04:54.866Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
16:04:54 [2022-12-31T16:04:54.866Z] Status: Downloaded newer image for alpine:latest
16:05:01 [2022-12-31T16:05:01.411Z] Congratulations!  All commits are properly signed with the DCO!