Leo Christy Jesuraj

Results 79 comments of Leo Christy Jesuraj

Resolved in 23.0.0.7 and above

It seems like PR https://github.com/operator-framework/operator-lifecycle-manager/pull/2890, which shipped with `v0.25.0` should resolve this issue. @acelinkio could you please try with v0.25.0 and confirm? Thank you

@acelinkio I believe this issue is resolved in `v0.25.0` and above. Are you still encountering this issue?

@suxlv2 Are you still facing this problem? If so, please provide answers to the above questions raised by @kabicin. Thank you.

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...

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...

Setting SEC_SSO_PROVIDERS also enables the following features: appSecurity-2.0, socialLogin-1.0 This is added to the container at `/config/configDropins/defaults/sso-features.xml` by _features.sh_ appSecurity-2.0 is causing conflict with the Jakarta EE10 features. So a...

@rumanaHaque not yet, but we plan to add a flag to skip adding the SSO features. Let you know when it's added

@rumanaHaque It's not in a release yet. We'll target 4Q to address this

@DasJayYa Here are the details on the workaround. As files can be written to volumes with readOnlyRootFileSystem, the basic idea is to attach an emptyDir volume type (which will be...