-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Assess current set of dependencies in dockerfiles to determine if they are still needed #458
Comments
Alpine
fontconfig
|
Centos
fontconfig
|
UBI9-Minimal
fontconfig
|
Ubuntu (Focal and Jammy)
fontconfig
|
Ref Alpine, I suspect we can get rid of the requirement for bash without too much difficulty if it's only needed for |
@yosifkit did some digging and discovered that it broke in busybox for a while but has since been fixed:
|
ping @dinogun as he might have some context as to why we ship UBI and Centos with the OpenSSL package |
@gdams The best explanation that I have is that we required OpenSSL at one point for OpenJ9 and this ended up being copied over for OpenJDK as well. Would be reasonable to remove it. Folks who really want OpenSSL, can always update their Dockerfiles to add it on top of the standard images. |
Initially discussed with @sxa via slack.
We don't believe that we need to ship libretls & zlib with Alpine anymore (we bundle zlib with the JDK)
All remaining dependencies should also be checked
The text was updated successfully, but these errors were encountered: