Hi, in my company they’re telling me to use Java 8 with Docker. Despite I’ve seen this could have legal issues bec of Oracle’s license and also seen that the Java container is deprecated and also told them about this and using openjdk instead, they insist on using it.
So my question is (I’m new to Docker): will “docker pull java:8” actually get me this java version? or will it get some openjdk version that equals it? I need the Java 8 version, not an openjdk.
Thanks and I appreciate any answwer.