Tomáš Mózes

Results 49 comments of Tomáš Mózes

> I added following to the commit message: > > > The include patch is removed since it was upstreamed. > > It is useful info and it is always...

Pre-releases don't concern me that much, but at least the releases could have the corresponding docker tag.

I've tested with older Jenkins 1.596.3 and it worked. Can you please try with newer LTS release?

Wondering about the same. I'm using `restic/rest-server:0.12.1-amd64` and trivy vulnerability scan shows: ``` restic/rest-server:0.12.1-amd64 (alpine 3.18.2) Total: 24 (UNKNOWN: 0, LOW: 0, MEDIUM: 16, HIGH: 5, CRITICAL: 3) ``` ```...

After migrating to swoole https://github.com/swoole/swoole-src/releases/tag/v5.1.5 it seems to be gone.

> `docker run --rm -i --add-host=host.docker.internal:host-gateway grafana/k6 run - < test.js` Yes, reproduced locally:

Thanks @matyhtf for fixing this, appreciated!

Just tested with swoole-master (https://github.com/swoole/swoole-src/commit/8a56a771435711223baaff01266360a73e913f2d) and the warnings are gone 👍

Hello, do you use curl and coroutines? It may be related to curl, as alpine 3.20 switched to curl 8.10.1 and this was already reported https://github.com/curl/curl/issues/15127. Alpine 3.19 ships an...