Skip to content
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

Use red hat docker images for Java applications #15

Open
marcospereira opened this issue Mar 20, 2019 · 1 comment
Open

Use red hat docker images for Java applications #15

marcospereira opened this issue Mar 20, 2019 · 1 comment

Comments

@marcospereira
Copy link
Contributor

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

We are currently using adoptopenjdk/openjdk8.

@octonato octonato transferred this issue from lagom/shopping-cart-scala May 7, 2019
@octonato octonato changed the title Use red hat docker images for Java applications [shopping-cart] Use red hat docker images for Java applications May 7, 2019
mergify bot pushed a commit that referenced this issue May 7, 2019
mergify bot pushed a commit that referenced this issue May 7, 2019
Adds docker-compose file for local development
@TimMoore
Copy link

TimMoore commented May 8, 2019

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.

@octonato octonato changed the title [shopping-cart] Use red hat docker images for Java applications Use red hat docker images for Java applications May 8, 2019
@settings settings bot removed the shopping-cart label Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants