M. Lissandrini
M. Lissandrini
You mean add to the repo all the downloaded JARs?
I am ok in removing GPG signing and adding a warning in the readme. The others I am not sure, but having a backup is always wise
This should be cross-verified when dealing with #6
Hi, unfortunately not yet. Pull requests are welcome :)
Hi, can you check and report the content of the relevant error log file please?
Thanks @WolfgangFahl , we are looking into this, but it seems that any option other than native Java will add abstraction costs and hence risk to impact the reliability of...
Hi @WolfgangFahl , I'm not sure I follow what you mean. I think there is a way to not incur in penalties by using external volumes (or something like that,...
Ah, but that is just for Mac OS > On Linux, bind-mounting a directory, like many Docker features, simply selectively exposes host resources directly to a container. Consequently, access to...
Also to consider as technique from https://github.com/moby/moby/issues/22618 ```bash while true; do sudo docker stats -a --no-stream >> stats.txt; done ```
What's the problem this will solve? What if vendors offer their own images?