Skip to content

Console Output

08:18:04 [2023-02-03T08:18:04.009Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44914:/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:18:30 [2023-02-03T08:18:30.553Z] Unable to find image 'alpine:latest' locally
08:18:30 [2023-02-03T08:18:30.553Z] latest: Pulling from library/alpine
08:18:30 [2023-02-03T08:18:30.553Z] a9eaa45ef418: Pulling fs layer
08:18:30 [2023-02-03T08:18:30.553Z] a9eaa45ef418: Verifying Checksum
08:18:30 [2023-02-03T08:18:30.553Z] a9eaa45ef418: Download complete
08:18:30 [2023-02-03T08:18:30.553Z] a9eaa45ef418: Pull complete
08:18:30 [2023-02-03T08:18:30.553Z] Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
08:18:30 [2023-02-03T08:18:30.553Z] Status: Downloaded newer image for alpine:latest
08:18:34 [2023-02-03T08:18:34.741Z] Congratulations!  All commits are properly signed with the DCO!