Sylvere Richard
Sylvere Richard
Related to this issue: https://github.com/moby/moby/issues/43359#issue-1166547264
We can't be sure this library will work or not with React 17, but at least with this PR, there is no more any warnings. As far as the tests...
Thank you very much @stianst for your quick and very clear answer. Now I understand that redirecting to the public facing login page in order to authenticate with the admin...
Thanks again @stianst for your quick reply. This is really appreciated! > By disabling strict hostname checking you are opening up to another vulnerability though (host header injection) - if...
We experienced the same issue on our swarm cluster (OS: ubuntu 16.04, no firewalld): From the daemon log of a worker node, I can see: `dockerd[2228]: time="2020-12-14T16:38:2902148446+01:00" level="warning" msg="[resolver] connect...
Ok, after re-reading the issue,we don't experience the same issue. Our containers start but they randomly fail see each other (unexpected EOF, connection closed) even if they are in the...
I use swarm and I had network connectivity issues right after migrating to docker 20.10.x. After struggling a bit, I was able to find out the problem and to fix...
Any idea about how this could be implemented?
> @Nowheresly do you have a workaround to specify NPM registry URL while your PR is in progress? Right now my workaround is to put in the `buildSrc` folder of...
In order to use jetty AND being able to run the unit test with spring boot 3.0.x, we use the following approach: * downgrade jakarta-servlet version to 5.0.0 as explained...