Hi everyone,
we are in the process of migrating from Websphere Application Server to Open Liberty.
We already brought our application up and running in Open Liberty locally
and we are now working on the containerization as a prerequisite for running it in k8s.
We want to use an offical Open Liberty Image from docker hub (e.g. "open-liberty:23.0.0.2-kernel-slim-java11-openj9") which dynamically installs features that are specified in the configuration.
However, this mechanism somehow fails.
According to the documentation of the dockerfile of the image on docker hub, there is a call to the script "features.sh"
which produces the following error message:
....
Step 16/17 : RUN features.sh
---> Running in fa478dcc3210
The command '/bin/sh -c features.sh' returned a non-zero code: 21
For us it is not clear what it actually means and how we can resolve the issue.
Could you please provide us a hint? May be this has been report before.
Thanks and best regards,
Andreas Geßner
------------------------------
Andreas Geßner
------------------------------