Skip to content

Console Output

15:15:18 [2023-11-02T15:15:18.763Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46759:/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
15:15:25 [2023-11-02T15:15:25.342Z] Unable to find image 'alpine:latest' locally
15:15:25 [2023-11-02T15:15:25.342Z] latest: Pulling from library/alpine
15:15:25 [2023-11-02T15:15:25.342Z] 579b34f0a95b: Pulling fs layer
15:15:25 [2023-11-02T15:15:25.343Z] 579b34f0a95b: Verifying Checksum
15:15:25 [2023-11-02T15:15:25.343Z] 579b34f0a95b: Download complete
15:15:25 [2023-11-02T15:15:25.913Z] 579b34f0a95b: Pull complete
15:15:26 [2023-11-02T15:15:26.173Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
15:15:26 [2023-11-02T15:15:26.434Z] Status: Downloaded newer image for alpine:latest
15:15:34 [2023-11-02T15:15:34.565Z] Congratulations!  All commits are properly signed with the DCO!