Challenge in Random UID in OpenShift
Hello All,
We are running Oracle GoldenGate inside a container using the image from the Oracle registry. When deploying the same image on our on-prem OpenShift platform, the deployment fails. Our observations indicate that the image is not fully compatible with OpenShift’s requirement to run containers with randomly assigned, non-root UIDs.
This behavior does not occur in KIND (Kubernetes on Docker), where the container runs with its built-in UID.
oc logs ogg-23-9-2-25-08-7ffd67c49d-746b9 -n goldengatehub-dvp
mkdir: cannot create directory '/u01/oggf': Permission denied
Responses