Open
Description
When Liberty containers are run with readOnlyRootFilesystem
security context set to true, it encounters permission issues due to files being generated at runtime. In particular at these locations:
/opt/ol/wlp/output
/opt/ol/wlp/usr/servers/defaultServer/configDropins
It's possible to use init containers and volume mounts to get around this. But investigate whether anything can be done at container image level to improve this scenario.