Kirby Chin
Kirby Chin
Upon finding a correct symlink for the ifixes, I discovered there is a long existing typo between WL and OL that made it's way into the code base at different...
The `/liberty` symlink issue can be decoupled from the `/fixes` symlink PR and deferred to another date. Let's use #474 to track `/liberty` symlink update for a future date and...
I have checked that the environment variables are properly being passed from the container to the Liberty application on 22.0.0.5. @vutkuri1 I would suggest switching to using `FROM websphere-liberty:22.0.0.5-kernel-java11-openj9` instead...
Closing, this fix will be replaced with a features.sh implementation that is non-breaking.
The PR is updated to rebase on 22.0.0.9 and adds back the eventually deprecated features (i.e. MP_MONITORING). The current change works as follows: - Users who do not use `features.sh`...
Thank you for bringing this up, we are aware of this discrepancy between OL and WL images. It is a breaking change for those who currently depend on the symlink...
Tested using [jimmy1wu/sample-cognito](https://github.com/jimmy1wu/sample-cognito/blob/main/Dockerfile) by adding `ARG SKIP_SSO_FEATURE_INSTALL=true` before feature install. ``` FROM maven AS builder WORKDIR /usr/src/app COPY pom.xml . COPY src src RUN mvn package FROM icr.io/appcafe/open-liberty:kernel-slim-java11-openj9-ubi COPY --chown=1001:0...
Hello, https://github.com/OpenLiberty/ci.docker/pull/330 adds `yum module enable -y maven:3.6` to `infinispan-client-setup.sh` across all images so the original `RUN infinispan-client-setup.sh` can be used again. Is the issue still occuring in your local...
No problem, the build appears to be resolved on my end when enabling the module, which is why I just wanted to confirm before getting the review, so it's not...
Support is now added for using featureUtility which is delivered in https://github.com/WASdev/ci.docker/pull/467 and is available in the latest 23.0.0.5 release. To use featureUtility, add the `RUN features.sh` command prior to...