Dimitri Herzog

Results 129 comments of Dimitri Herzog

This variant seems to work too: ```healthcheck: test: echo "select * from v\$database;" | sqlplus -S sys/oracle as sysdba || exit 1 timeout: 3s interval: 30s retries: 30

Hi, sorry for bothering you, I see, there is a open PR and no progress with this issue. Is there something which must be fixed? I forked the repo and...

> Found a bug & got another speedup idea. Not yet ready to merge. I marked this as draft

I used goreleaser in my other project to create multiarch docker image. The speed was good, goreleaser creates multi arch binaries and just puts each binary in a scratch image....

Skimmed over your changes, I think I got the basic idea and it looks good for me. It looks like it doesn't change the result, right? Have you noticed any...

@kwitsch: there are some conflicts now. Is there some open points from your side or can it be merged?

This issue was closed, but SorarQube 9.x is still not supported, because it is not lts version, right?

@Sancretor OK, I understand. I tried it with SonarQube 9.1 (after changing the supported version constants in code) and it worked for me. Would it be possible to introduce a...