-
Notifications
You must be signed in to change notification settings - Fork 59
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
Add ubi-min based images #207
Comments
Some investigation is needed to evaluate whether UBI-min based images would significantly reduce the size of Liberty images. Build ubi-min based image for kernel-slim tag (with OpenJ9 Java 8) and compare to relevant ubi based image |
I came looking for this because cloud security best practices say to use the smallest image you can. And the Ubuntu images are smaller than the UBI ones. |
Another option is basing our images on ubi-jre instead of ubi. I think ubi-jre only packages the jre instead of the whole jdk. For our ubuntu images we use jre images, so I would think we would want to do the same for ubi?
|
There is also now |
@verymahler please can you tell me which images are based on ubi-mimimal? |
@matthewpwilson They aren't. I removed my comment. |
@leochr is there any update on this? your comment on the PR says:
But its been over 6 months...is the Semeru runtimes team planning to make ubi-min (or ubi-micro) images available? |
@leochr - Any update on this? Any outlook? |
Sorry I missed the above questions before. Semeru images based on ubi-min + JRE are now available in icr.io for all platforms. We will plan to build Liberty images using them. |
Hi @leochr |
Add
ubi-min
based images for kernel-slim and full. Use the Semeru JRE image (as opposed to JDK) as the base.The text was updated successfully, but these errors were encountered: