Skip to content

Console Output

03:19:03 [2023-04-24T03:19:03.781Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45382:/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
03:19:30 [2023-04-24T03:19:30.354Z] Unable to find image 'alpine:latest' locally
03:19:31 [2023-04-24T03:19:31.295Z] latest: Pulling from library/alpine
03:19:31 [2023-04-24T03:19:31.865Z] c41833b44d91: Pulling fs layer
03:19:32 [2023-04-24T03:19:32.128Z] c41833b44d91: Download complete
03:19:32 [2023-04-24T03:19:32.699Z] c41833b44d91: Pull complete
03:19:32 [2023-04-24T03:19:32.699Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
03:19:32 [2023-04-24T03:19:32.699Z] Status: Downloaded newer image for alpine:latest
03:19:39 [2023-04-24T03:19:39.282Z] Congratulations!  All commits are properly signed with the DCO!