OpenLiberty / guide-mongodb-intro

A guide on how to persist data in your microservices to MongoDB, a document-oriented NoSQL database.
https://openliberty.io/guides/mongodb-intro.html
Other
3 stars 4 forks source link

The Dockerfile is incorrect for setting up mongodb #121

Closed Emily-Jiang closed 1 year ago

Emily-Jiang commented 1 year ago

The Dockerfile to specify the base image is no longer correct.

I think the correct base image is the following:

icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi

gkwan-ibm commented 1 year ago

close