Open bharatkashyap opened 3 years ago
The image: frolvlad/alpine-oraclejdk8:slim docker image has been deprecated (Github link) due to Oracle Java's change in license.
image: frolvlad/alpine-oraclejdk8:slim
This causes the docker-compose up command - Step 3 (OpenSABER Installation Docs) (Run with Docker) - to fail.
docker-compose up
The maintainer has recommended a switch to frolvlad/alpine-java:jdk8-slim, which causes the container to start as originally intended.
frolvlad/alpine-java:jdk8-slim
@dileepbapat - Requesting a review. This will allow anyone following the installation docs to not have to manually correct this issue for themselves! :)
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.