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

is there any way to creat new docker with specific jre version #21

Open
zhufall opened this issue Oct 7, 2023 · 2 comments
Open

is there any way to creat new docker with specific jre version #21

zhufall opened this issue Oct 7, 2023 · 2 comments

Comments

@zhufall
Copy link

zhufall commented Oct 7, 2023

if we need a specific jre for IPMI vnc and the jre which we need is not in the list where displayed in README , is there any way could let us to create new container with jre?

@Jeff-liaojinfu
Copy link

Jeff-liaojinfu commented Oct 7, 2023 via email

@IngoMeyer441
Copy link
Member

You can add the needed java version in one of the Dockerfiles, for example in

RUN for java_version in "7u51" "7u79" "7u181"; do \
for OpenJDK in major version 7. Afterwards, the versions can be used in the configuration file.

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

3 participants