-
Notifications
You must be signed in to change notification settings - Fork 111
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
Test with OpenJDK 17 & 21 (LTS) #689
Conversation
8128852
to
c47ac1a
Compare
@jcoyne @glenrobson are we dropping 11? RE #654 ? Or it is a keeper? |
@DiegoPino I was planning on doing that separately to avoid tying the two changes together in case removal of 11 becomes contentious. |
|
||
# Install TurboJpegProcessor dependencies | ||
RUN mkdir -p /opt/libjpeg-turbo/lib | ||
COPY docker/Linux-JDK11/image_files/libjpeg-turbo/lib64 /opt/libjpeg-turbo/lib |
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.
We might want to move the built jpeg-turbo library into a shared space in case we deprecate JDK11. Just a note
RUN mvn --quiet dependency:resolve | ||
|
||
# Copy the code | ||
COPY --chown=cantaloupe docker/Linux-JDK11/image_files/test.properties test.properties |
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.
same with the test.properties. Should be in a shared space instead of inside a specific JDK folder
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.
more tests!
Ref #654