Skip to content

Console Output

15:10:39 [2023-11-13T15:10:39.495Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46806:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=24.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
15:10:39 [2023-11-13T15:10:39.495Z] Unable to find image 'alpine:latest' locally
15:10:39 [2023-11-13T15:10:39.495Z] latest: Pulling from library/alpine
15:10:39 [2023-11-13T15:10:39.495Z] 579b34f0a95b: Already exists
15:10:39 [2023-11-13T15:10:39.753Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
15:10:39 [2023-11-13T15:10:39.753Z] Status: Downloaded newer image for alpine:latest
15:10:42 [2023-11-13T15:10:42.285Z] Congratulations!  All commits are properly signed with the DCO!