Leo Christy Jesuraj
Leo Christy Jesuraj
The iFixes for WL are added to /opt/ibm/fixes while Open Liberty uses /opt/ol/fixe. This means the application Dockerfile would have to be changed when switching between OL and WL. Evaluate...
Create WL images similar to OL. This would allow customers to easily switch from one to another
Add the tags for 22.0.0.7 images when they are available (mid-July) https://github.com/WASdev/ci.docker/blob/main/docs/icr-images.md @crpotter Please add a comment to this issue when the 22.0.0.7 images are published.
Some users may not want to invoke the installUtility as part of the configure.sh script invocation ([here](https://github.com/WASdev/ci.docker/blob/dd9a03f7331f72846acd842745ed32af6a27f829/ga/latest/kernel/helpers/build/configure.sh#L119)). Provide an option to skip this step.
Labels `version` and `org.opencontainers.image.version` are set on the Liberty images. But this could be overridden by application images (getting-started Liberty app does that). Create a unique label to specify the...
Now that the UBI images are available in [Docker Hub](https://hub.docker.com/u/redhat), do you have plans to switch to using them? UBI based images can also now be in official repos. Do...
The configure.sh script starts and stops the server. This produces artifacts in /output/resources/security/ including keystore, truststore and ltpa key if appSecurity feature is enabled. Including these with the container images...
Existing UBI images for Liberty are based on UBI 8. Update the images to use UBI 9. But consider any breaking change/implication with moving the UBI version up. Semeru images...
https://github.com/docker-library/official-images/pull/14955#issuecomment-1652725138: LABEL, ENV should be defined at late as possible so that their changing wouldn't break unnecessary build cache. Related is the location of the RUN that installs dumb-init, it...
The current `latest` images use Java 8, switch to using the most recent LTS version of Java