Sunbird-RC / open-saber

Database agnostic, readily scalable APIs to store data!
https://opensaber.io/
MIT License
10 stars 44 forks source link

fix: update deprecated docker image for java #467

Open bharatkashyap opened 3 years ago

bharatkashyap commented 3 years ago

The image: frolvlad/alpine-oraclejdk8:slim docker image has been deprecated (Github link) due to Oracle Java's change in license.

This causes the docker-compose up command - Step 3 (OpenSABER Installation Docs) (Run with Docker) - to fail.

The maintainer has recommended a switch to frolvlad/alpine-java:jdk8-slim, which causes the container to start as originally intended.

bharatkashyap commented 3 years ago

@dileepbapat - Requesting a review. This will allow anyone following the installation docs to not have to manually correct this issue for themselves! :)