-
Notifications
You must be signed in to change notification settings - Fork 143
Fix/dockerfile errors #185
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
Conversation
|
Hey! Since the build now defaults to JDK21 (no toolchains needed) you could remove all that from the dockerfile and just use the jdk base image. |
tjake
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment
|
@tjake updated Dockerfile to just java 21. I switched the base images a bit to be a little more lean. I tried to address the windows vm crash in the pipeline but couldn't figure it out. Let me know if you have any questions. Thank you! |
This fixes the Dockerfile to build successfully