uschindler commented on code in PR #11:
URL: https://github.com/apache/solr-docker/pull/11#discussion_r999382672
##########
9.0/Dockerfile:
##########
@@ -131,6 +131,9 @@ RUN set -ex; \
apt-get -y install acl dirmngr lsof procps wget netcat gosu tini jattach; \
rm -rf /var/lib/apt/lists/*;
+# Workaround for JDK17 JIT compiler bug
https://bugs.openjdk.org/browse/JDK-8285835)
Review Comment:
...or add one at beginning :-)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]