That's the first thing to fix then, and after that we can enable the container test on Alpine, and remove the note from the README :) The error I mentioned on jattach shouldn't be relevant anymore, since we build it statically.
Goal is to be able to uncomment alpine from the tested containers, and have tests pass on Alpine :)
Historically we didn't support Alpine. I can find references here:
Nowadays running on gProfiler, the first problem I get is our
grep
usage isn't compatible with busybox grep:That's the first thing to fix then, and after that we can enable the container test on Alpine, and remove the note from the README :) The error I mentioned on
jattach
shouldn't be relevant anymore, since we build it statically.Goal is to be able to uncomment
alpine
from the tested containers, and have tests pass on Alpine :)