We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If someone wants to extend our base docker image and add additional JDK modules, we could optionally let them do this with a Docker arg I think.
Modify the docker file definition and add additional arguments to the jlink command.
jlink
The text was updated successfully, but these errors were encountered:
We will be allowing modules to be specified through an arg JDK_MODULES . https://github.com/FusionAuth/fusionauth-containers/blob/fa93eb7f71b7f00a6c3bcbb772c0897257f55efc/docker/fusionauth/fusionauth-app/Dockerfile
JDK_MODULES
Sorry, something went wrong.
This is available in version 1.20.0.
robotdan
No branches or pull requests
Description
If someone wants to extend our base docker image and add additional JDK modules, we could optionally let them do this with a Docker arg I think.
Work arounds
Modify the docker file definition and add additional arguments to the
jlink
command.The text was updated successfully, but these errors were encountered: