Skip to content

Console Output

08:30:42 [2023-12-14T08:30:42.722Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46935:/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:30:49 [2023-12-14T08:30:49.384Z] Unable to find image 'alpine:latest' locally
08:30:49 [2023-12-14T08:30:49.384Z] latest: Pulling from library/alpine
08:30:49 [2023-12-14T08:30:49.384Z] c30352492317: Pulling fs layer
08:30:49 [2023-12-14T08:30:49.643Z] c30352492317: Verifying Checksum
08:30:49 [2023-12-14T08:30:49.643Z] c30352492317: Download complete
08:30:49 [2023-12-14T08:30:49.902Z] c30352492317: Pull complete
08:30:49 [2023-12-14T08:30:49.902Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
08:30:49 [2023-12-14T08:30:49.902Z] Status: Downloaded newer image for alpine:latest
08:31:02 [2023-12-14T08:31:02.105Z] Congratulations!  All commits are properly signed with the DCO!