sciapp / nojava-ipmi-kvm

nojava-ipmi-kvm is a utility to access Java based ipmi kvm consoles without a local java installation.
MIT License
78 stars 26 forks source link

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

Open zhufall opened 9 months ago

zhufall commented 9 months ago

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 commented 9 months ago

您的邮件我已经收到,我会尽快回复您!

IngoMeyer441 commented 9 months ago

You can add the needed java version in one of the Dockerfiles, for example in https://github.com/sciapp/nojava-ipmi-kvm/blob/3312e07388e8f6b7deb0363aa01407a894442fdc/docker/Dockerfile_openjdk-7#L22 for OpenJDK in major version 7. Afterwards, the versions can be used in the configuration file.