Openshift build command

Does someone have a build command for setting up InvenioRDM on Openshift? I am trying

oc new-app registry.cern.ch/inveniosoftware/almalinux:latest~"https://github.com/inveniosoftware/invenio-app-rdm.git" \
--strategy=source\
--name invenio-rdm

…but not sure if this is correct (should I be using source or docker build strategy)? It looks as if the build starts but the pod fails to create (could be a resource quota issue).

thank you

Hello, you can have a look to the Helm charts here. We use Helm charts to deploy on OpenShift, or sometimes, completely custom Deployments.