-
Notifications
You must be signed in to change notification settings - Fork 477
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 are these openjdk docker images so big? #340
Comments
We also have $ docker images | grep openjdk
openjdk 8-slim 4de02be2e9ab 3 weeks ago 269MB
openjdk 8 b84359d0cbce 3 weeks ago 488MB
openjdk 11-slim b3e6b5ac389f 3 weeks ago 384MB
openjdk 11 f06fdc42d01a 3 weeks ago 604MB |
Slim refers to Debian slim, which isn't available for all versions of java, ie 12 and 13 don't have a Debian variant (#302 for more details). |
In this instance, |
Thanks everyone
|
The text was updated successfully, but these errors were encountered: