Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally ship required modules for JMX in our Docker image #70

Open
robotdan opened this issue Mar 9, 2021 · 0 comments
Open

Optionally ship required modules for JMX in our Docker image #70

robotdan opened this issue Mar 9, 2021 · 0 comments

Comments

@robotdan
Copy link
Member

robotdan commented Mar 9, 2021

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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant