Using Pega-provided Docker images
We are migrating our Pega Application(V 8.6.1) which is currently running as a Weblogic on Oracle DB setup to Openshift Container(on same Oracle DB). We successfully completed DEV and QA migrations using pegasystems/pega:8.6 and pegatomo/search-n-reporting-service:1.20.4-20230102164120 images from Docker Hub for pega and backingservices deployments respectively. We have created Dockerfile to customize the pega image to add ojdbc jar for driver uri and also sonic jars for JMS listener. I came across multiple article of using Pega-provided Docker images for any k8s deployment. Now that we are planning our PROD migration, do we need to get the Pega-provided Docker images using this https://docs.pega.com/bundle/platform-88/page/platform/deployment/client-managed-cloud/pega-docker-images-manage.html and push it to private Docker Hub repository. Then use that private Docker Hub repository image only for our Dockerfile? Please clarify on this.
***Edited by Moderator Marije to add Capability tags***