CrazyMax
CrazyMax
Did you install it as explained in https://github.com/crazy-max/docker-flarum?tab=readme-ov-file#manage-extensions?
`BenchmarkCPA1000` looks to hang: https://github.com/tonistiigi/fsutil/actions/runs/7870584374/job/21472076411?pr=182#step:4:55 Can repro locally as well
> Running `docker run --rm -it myimage bash` or `docker run --rm -it myimage ls` or whatever does not work, because of the entrypoint. You can just set `docker run...
> Although what's the behavior of the `--entrypoint` command supposed to be? ``` --entrypoint string Overwrite the default ENTRYPOINT of the image ``` https://docs.docker.com/engine/reference/commandline/run/#options > You can override the `ENTRYPOINT`...
https://github.com/moby/buildkit/issues/4039#issuecomment-1641880638
I guess this replaces https://github.com/moby/buildkit/pull/4464?
I think a generic `--filter` flag would be fine so we can handle includes as well: ```dockerfile FROM myimage AS not_py COPY --filter=!*.py sources /src FROM myimage AS not_cpp_or_txt #...
Can we have integration tests similar to https://github.com/moby/buildkit/blob/fc9de56e9bbae3398f434a6949616091524d7994/client/client_test.go#L5224-L5260? I see in the docs that we could use the S3 SDK to access OSS. Can we consider it to reduce dependencies...
> > PTAL CI error as well > > Not sure what I'm missing for my `doctoc` validation, was running successfully locally. There was an extra new line after https://github.com/moby/buildkit/blob/master/README.md?plain=1#L46...
> `error: failed to solve: unclean path foo bar/args.exe: invalid argument` This looks related to fsutil: https://github.com/tonistiigi/fsutil/blob/7525a1af2bb545e89dc9bced785bff7a3b7f08c2/validator.go#L31