Skip to content

Console Output

16:33:20 [2023-02-16T16:33:20.020Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45016:/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
16:33:41 [2023-02-16T16:33:41.989Z] Unable to find image 'alpine:latest' locally
16:33:41 [2023-02-16T16:33:41.989Z] latest: Pulling from library/alpine
16:33:41 [2023-02-16T16:33:41.989Z] af6eaf76a39c: Pulling fs layer
16:33:41 [2023-02-16T16:33:41.989Z] af6eaf76a39c: Verifying Checksum
16:33:41 [2023-02-16T16:33:41.989Z] af6eaf76a39c: Download complete
16:33:42 [2023-02-16T16:33:42.560Z] af6eaf76a39c: Pull complete
16:33:42 [2023-02-16T16:33:42.560Z] Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
16:33:42 [2023-02-16T16:33:42.560Z] Status: Downloaded newer image for alpine:latest
16:33:52 [2023-02-16T16:33:52.568Z] Congratulations!  All commits are properly signed with the DCO!