-
-
Notifications
You must be signed in to change notification settings - Fork 180
Use JDK 8u332, not JDK 8u322 #118
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
# FIXME(oleg_nenashev): This is not an official AdoptOpenJDK Docker Image. | ||
# There is no official Alpine images at the moment. | ||
# Needs upgrade when/if there is an official alpine image. | ||
FROM adoptopenjdk/openjdk8:x86_64-alpine-jdk8u322-b06 | ||
FROM adoptopenjdk/openjdk8:x86_64-alpine-jdk8u332-b09 |
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.
# FIXME(oleg_nenashev): This is not an official AdoptOpenJDK Docker Image. | |
# There is no official Alpine images at the moment. | |
# Needs upgrade when/if there is an official alpine image. | |
FROM adoptopenjdk/openjdk8:x86_64-alpine-jdk8u322-b06 | |
FROM adoptopenjdk/openjdk8:x86_64-alpine-jdk8u332-b09 | |
FROM eclipse-temurin:8u332-b09-jre-alpine |
There is (now) an official temurin alpine distribution (only Intel though, but @gounthar is on the case for ARM support in the future ;) )
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.
I've not been able to make the tests pass with the change from the adoptopenjdk to the eclipse-temurin image. I had tried it previously without success and decided that it would be better to leave it for another pull request.
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.
No problem. Then let's proceed to merging this PR: I've opened #119 as a draft for the switch to temurin then
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.
LGTM ! We are using this JDK8 version on the Jenkins infra since 1 week and no issues.
Side note: Alpine is now provided on official Temurin distribution (both JDK download and Docker image): suggestion made to use it for JDK8 alpine of this image
- Removing leftover comments from jenkinsci#118 - Alpine Linux's `apk update` command is not needed as it's called as part of `apt add` when using `--no-cache` or `--update` flags
- Removing leftover comments from #118 - Alpine Linux's `apk update` command is not needed as it's called as part of `apt add` when using `--no-cache` or `--update` flags
Use JDK 8u332, not JDK 8u322
Ensure you have provided tests - that demonstrates feature works or fixes the issue