lagom-samples icon indicating copy to clipboard operation
lagom-samples copied to clipboard

Use red hat docker images for Java applications

Open marcospereira opened this issue 6 years ago • 1 comments
trafficstars

https://access.redhat.com/containers/#/registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift

We are currently using adoptopenjdk/openjdk8.

marcospereira avatar Mar 20 '19 17:03 marcospereira

This should probably use the new Universal Base Image, which can be used by both Red Hat customers and anyone else: https://www.redhat.com/en/blog/introducing-red-hat-universal-base-image

The original image linked in the description is only available to OpenShift customers, so we would have had to support two different base image options. Now we don't have to!

Unfortunately, they don't currently provide a base image with a JVM, but you can use the one that includes yum and use it to install the OpenJDK 8 package.

TimMoore avatar May 08 '19 07:05 TimMoore