CrazyMax

Results 1190 comments of CrazyMax

Doesn't seem to be the same issue: ``` #15 37.41 ==> Checking for `sudo` access (which may request your password)... #15 37.41 Don't run this as root! ```

Looking at latest changes in EJT License Server 2.0, I will archive this repository but feel free to fork: https://github.com/crazy-max/docker-ejtserver?tab=readme-ov-file#%EF%B8%8F-abandoned-project

https://github.com/crazy-max/diun/actions/runs/19333611496/job/55303090837#step:8:560 ``` #38 [linux/amd64 build 1/1] RUN --mount=type=bind,target=. --mount=type=bind,from=version,source=/tmp/.version,target=/tmp/.version --mount=type=cache,target=/root/.cache --mount=type=cache,target=/go/pkg/mod

I think we could just use logic from BuildKit repo to validate Git URL: https://github.com/moby/buildkit/blob/c2c70ac5b711b7e226bc06fe42171f132cdc1364/util/gitutil/git_url.go#L79 ```go if _, err := gitutil.ParseGitRef(remoteURL); err == nil { return true } ``` Put...

Thanks for your report, I will take a look asap