Skip to content

Console Output

05:00:02 [2023-01-17T05:00:02.150Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43112:/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
05:00:28 [2023-01-17T05:00:28.699Z] Unable to find image 'alpine:latest' locally
05:00:28 [2023-01-17T05:00:28.699Z] latest: Pulling from library/alpine
05:00:28 [2023-01-17T05:00:28.699Z] a9eaa45ef418: Pulling fs layer
05:00:28 [2023-01-17T05:00:28.699Z] a9eaa45ef418: Verifying Checksum
05:00:28 [2023-01-17T05:00:28.699Z] a9eaa45ef418: Download complete
05:00:28 [2023-01-17T05:00:28.699Z] a9eaa45ef418: Pull complete
05:00:28 [2023-01-17T05:00:28.699Z] Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
05:00:28 [2023-01-17T05:00:28.699Z] Status: Downloaded newer image for alpine:latest
05:00:31 [2023-01-17T05:00:31.984Z] Congratulations!  All commits are properly signed with the DCO!