-
Notifications
You must be signed in to change notification settings - Fork 84
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
Java 11 image published on Docker Hub #203
Comments
Maybe you are right we should might wait for the centos image to publish so to avoid confusion when pulling Java 11 images. So I wont push it right now, as it seems that the next CentOS is really close to be released. |
The goal of this issue should be to push the new |
@ctron now that #193 is done, 48d2e74 has FINALLY 🥇 just pushed our first
|
Honestly, I would never really want to use I think going for 1. would be the right way. Maybe it is time for 2.4? And start using those new tags. What I noticed is that the new "java11" image is twice as big as the other ones. Is there a reason for that? |
Yeah, OK; so let me try to do a
that's most probably due to #181 (WIP) - join that party and chime in? 😄 I could revert it for a 3.0 rel.. FYI it's going to go down again with https://bugzilla.redhat.com/show_bug.cgi?id=1652177. |
Fully done - https://hub.docker.com/r/fabric8/s2i-java/tags/ now has:
|
@vorburger I think there is something wrong with the "3.0.0" tags, I can't find them on Docker Hub. |
just because I needed some (any) commit to be able to re-tag for #203
@ctron https://hub.docker.com/r/fabric8/s2i-java/tags/ now (again) has |
Maybe I'm missing something but when I use either the "property": {
"source": "systemProperties",
"value": "/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre"
} |
@edeandrea could this be some mix up on your side? Because it seems correct, look:
this prints, as expected:
I'm getting the same using Also check this out, there is no
FYI just to make sure we're talking about the same thing, I wiped all local images first:
|
Thanks @vorburger yeah I see the same thing. Its weird. I'm trying to deploy a Spring Boot app on OpenShift using a template. When I instantiate the template I see the S2I build run (this is a Gradle build) and then the deployment pod comes up. When I bring up the Spring Boot env actuator it still shows OpenJDK 8. The template is here and the source of the project is here. |
Not 100% sure, but if I were you I would have a closer look around line 81, where you used |
I know that this issue is closed but I think that doesn't worth to create one just to ask: |
We'll want to make Circle CI push the new Java 11 image to Docker Hub, just like the current Java 8 one.
Do we create a new image (e.g. s2i-java-11-fedora, or anyone got a better?) or just tag?? Pros / Cons?
Do we wait for CentOS #193 or publish the Fedora based one already?
Perhaps first do #196 ..
The text was updated successfully, but these errors were encountered: