-
Notifications
You must be signed in to change notification settings - Fork 82
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
Comments
Adds docker-compose file for local development
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 |
https://access.redhat.com/containers/#/registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift
We are currently using
adoptopenjdk/openjdk8
.The text was updated successfully, but these errors were encountered: