Skip to content

Console Output

20:28:36 [2023-01-31T20:28:36.017Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44893:/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
20:28:54 [2023-01-31T20:28:54.080Z] Unable to find image 'alpine:latest' locally
20:28:54 [2023-01-31T20:28:54.080Z] latest: Pulling from library/alpine
20:28:54 [2023-01-31T20:28:54.080Z] a9eaa45ef418: Pulling fs layer
20:28:54 [2023-01-31T20:28:54.080Z] a9eaa45ef418: Verifying Checksum
20:28:54 [2023-01-31T20:28:54.080Z] a9eaa45ef418: Download complete
20:28:54 [2023-01-31T20:28:54.080Z] a9eaa45ef418: Pull complete
20:28:54 [2023-01-31T20:28:54.080Z] Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
20:28:54 [2023-01-31T20:28:54.080Z] Status: Downloaded newer image for alpine:latest
20:28:59 [2023-01-31T20:28:59.335Z] Congratulations!  All commits are properly signed with the DCO!