TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Running Oracle JDK on Docker? You're Breaking the Law

38 点作者 tkfx大约 9 年前

7 条评论

kisstheblade大约 9 年前
Or just download the jdk normally, accept license, create your own docker image with the jdk fully installed and you are ready to go. Not breaking any laws here (or even licence agreements, there's a difference you know!), so please change the silly headline.
评论 #11260641 未加载
dragandj大约 9 年前
The title is misleading. It should state "Oracle JDK" instead of "Java". As proposed in the text, with OpenJDK, you are just fine.
评论 #11260677 未加载
caboteria大约 9 年前
We switched from the Oracle JDK to OpenJDK a couple of months back and it's going fine. It's nice to "yum install openjdk" and not have to worry about license gotchas. What are the advantages to the Oracle JDK that we're missing?
评论 #11261131 未加载
atgreen大约 9 年前
For what it&#x27;s worth, Red Hat&#x27;s OpenJDK release is validated with the TCK. So not all OpenJDK builds are equal... <a href="https:&#x2F;&#x2F;access.redhat.com&#x2F;articles&#x2F;1299013" rel="nofollow">https:&#x2F;&#x2F;access.redhat.com&#x2F;articles&#x2F;1299013</a>
kodablah大约 9 年前
These days is there any great benefit to Oracle JDK over Zulu? It can be deployed with Docker easily [1].<p>1 - <a href="https:&#x2F;&#x2F;www.azul.com&#x2F;products&#x2F;zulu&#x2F;docker&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.azul.com&#x2F;products&#x2F;zulu&#x2F;docker&#x2F;</a>
评论 #11260985 未加载
StreamBright大约 9 年前
I wasn&#x27;t aware of this, thanks for sharing. The lean JVM installation script is also useful (I won&#x27;t re-distributed the image built that way though).
gmuslera大约 9 年前
Should not be exclusive to Docker. Vagrant boxes, AWS AMIs and other premade OS images with (Oracle) Java preinstalled could fall into the same problem.