With the latest security patch (10.1.00_20230428 image) the container is failing with the following error below. It seems that this version has a problem with updating system.properties.
Release :10.1
We did make some changes to the permissions in CR3 which seems to cause this , the file can not be updated when the user is not root .
There are some changes in the filesystem permission which prevent the default runasuser to update the file.
To update the file from the shell you can run docker exec -u 0 -it gatewaycontainer .
for kubernetes or Openshift you should change the securityContext to use fsGroup 0 which is the key difference in the new version of the container gateway.
The other suggested solution is to update the system.properties file before the deployment .