Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why do we install both the JRE and the JDK? #521

Open
yeikel opened this issue Aug 27, 2024 · 0 comments
Open

Why do we install both the JRE and the JDK? #521

yeikel opened this issue Aug 27, 2024 · 0 comments

Comments

@yeikel
Copy link

yeikel commented Aug 27, 2024

I noticed that we are currently installing both the JDK and the JRE to the image:

"zulu17-ca-jdk-headless${ZULU_OPENJDK_VERSION}" "zulu17-ca-jre-headless${ZULU_OPENJDK_VERSION}" \

Is there any particular reason why we need both?

Typically the JDK includes everything the JRE does plus additional build tools. It is unclear to me why we need to add both to the image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant