mfriess2

Results 8 comments of mfriess2

Does someone know in which version this was fixed? I searched the three issues for a fix-version and the 2.0, 2.1, 2.2 release notes for any mention of #1308, #1311...

Is there a timeline when the 8u332 docker images will be published to Docker Hub? Currently we see us forced to switch to other Java distribution images because they are...

Okay, thanks for the update and your maintenance work!

Will this PR come into Harbor any time soon? Because Harbor's unsecured redis server is reported by security tools.

Thank you for your reply. Let me try to elaborate the risk bit more: The problem was reported by a Nessus Security Scanner (from Tenable) as a "critical" finding! See...

I'm having the same problem and tried it out like this: ``` python { virtualenvVersion = '20.23.1' } mkdocs { sourcesDir = '' } ``` But it won't work (I...

Thanks for your help! Here is my output: ``` ./gradlew clean mkdocsServe Starting a Gradle Daemon, 3 stopped Daemons could not be reused, use --status for details Configuration on demand...

Okay, I think I have it working now! First, I installed it manually like you proposed with `pip3 install virtualenv --upgrade`. Then I wanted to test it once more without...