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

[FEATURE] Add capability to run docker OS cluster on different jdk versions. #162

Closed
sgup432 opened this issue Apr 8, 2022 · 0 comments
Closed
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sgup432
Copy link
Contributor

sgup432 commented Apr 8, 2022

Is your feature request related to a problem?
As of now, we create docker cluster by downloading jdk 11 and running it. Then we run desired integ test on top of it. Even for JDK 17 CI, we run integ tests on a JDK 11 cluster which is obviously wrong.

With the recent OS 2.0 where jdk 17 was added, we need capability to run docker cluster on jdk 11 and 17 and then run integ test on them respectively.

What solution would you like?
A clear and concise description of what you want to happen.

What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.

Do you have any additional context?
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants