Skip to content

Console Output

15:21:51 [2023-01-19T15:21:51.363Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44845:/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
15:21:57 [2023-01-19T15:21:57.909Z] Unable to find image 'alpine:latest' locally
15:21:58 [2023-01-19T15:21:58.166Z] latest: Pulling from library/alpine
15:21:58 [2023-01-19T15:21:58.166Z] a9eaa45ef418: Pulling fs layer
15:21:58 [2023-01-19T15:21:58.166Z] a9eaa45ef418: Verifying Checksum
15:21:58 [2023-01-19T15:21:58.166Z] a9eaa45ef418: Download complete
15:21:58 [2023-01-19T15:21:58.423Z] a9eaa45ef418: Pull complete
15:21:58 [2023-01-19T15:21:58.423Z] Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
15:21:58 [2023-01-19T15:21:58.423Z] Status: Downloaded newer image for alpine:latest
15:22:04 [2023-01-19T15:22:04.982Z] Congratulations!  All commits are properly signed with the DCO!