fabric8io-images / s2i

OpenShift S2I images for Java and Karaf applications
Apache License 2.0
70 stars 84 forks source link

outdated images on docker hub #246

Closed agebhar1 closed 4 years ago

agebhar1 commented 4 years ago

The latest tag(s) is/are (as of today) 7 months old and especially there is a newer version of Java 11 available:

[jboss@aab3f924e4d2 ~]$ java --version
openjdk 11.0.4 2019-07-16 LTS
OpenJDK Runtime Environment 18.9 (build 11.0.4+11-LTS)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.4+11-LTS, mixed mode, sharing)

build fresh image:

[jboss@8114089c81e5 ~]$ java -version
openjdk version "11.0.6" 2020-01-14 LTS
OpenJDK Runtime Environment 18.9 (build 11.0.6+10-LTS)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.6+10-LTS, mixed mode, sharing)

It would be great to update the repository by the PRs and trigger a new build to update the images on docker hub.

@rhuss let me know if you need some help

rhuss commented 4 years ago

I'm on it. I just released an update to run-java.sh and will make a new release of this images later today.

agebhar1 commented 4 years ago

Great news @rhuss

rhuss commented 4 years ago

Just updated and pushed a 3.1.0 release of the s2i images (with updated deps and updated run-java.sh)

agebhar1 commented 4 years ago

Thank you @rhuss. Tomorrow morning I'll try the new image.

agebhar1 commented 4 years ago

Work's great, thanks again @rhuss.