Dear virtuoso-opensource team,
I am trying to deploy version 7.2.16. I noticed there is a hotfix release however on DockerHub I see only 7.2.16 which I am trying to deploy assuming it contains the hotfix.
I am deploying on Kubernetes and I get the following error which seems to be related with either incorrect permissions on the image part or some kind of pod restriction on my part.
Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "/virtuoso-entrypoint.sh": stat /virtuoso-entrypoint.sh: permission denied: unknown
Could you please provide some insights? The previous version 7.2.14 works without issues in the same K8s setup therefore I believe there might be a bug in the image build or some other breaking change which I missed in the release notes.