You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We added the option for anyone to add additional JDK modules and build their own image based upon our Dockerfile. This was added to make it easier to add JMX support to the base image. This can be done by setting JDK_MODULES.
If we think that many will want to use JMX, perhaps it makes sense to add these two modules to our base image if it doesn't add much bloat.
At a minimum, we would need to add jdk.management.agent and if we want to support the HTTP connector, we'd also need to add jdk.httpserver.
The text was updated successfully, but these errors were encountered:
Re: #59
We added the option for anyone to add additional JDK modules and build their own image based upon our
Dockerfile
. This was added to make it easier to add JMX support to the base image. This can be done by settingJDK_MODULES
.If we think that many will want to use JMX, perhaps it makes sense to add these two modules to our base image if it doesn't add much bloat.
At a minimum, we would need to add
jdk.management.agent
and if we want to support the HTTP connector, we'd also need to addjdk.httpserver
.The text was updated successfully, but these errors were encountered: