We’re transitioning our container images from Docker Hub to IBM Cloud Container Registry (ICR). As we adopt ICR, we’d like to validate Qovery’s support and explore any interest in integrating ICR as a compatible registry option.
Are there any specific configurations or best practices we should consider when using ICR with Qovery? Additionally, does Qovery currently support seamless integration with IBM Cloud’s registry, or are there any plans to expand support soon?
Any insights or guidance from the community and Qovery team would be greatly appreciated!
we have integrated the most known CR but you can integrate additional registries using the GENERIC_CR type, as long as your registry supports the standard docker commands to interact with it (login etc…)
I’m not familiar with ICR, as far as I can see you can generate an API key for a user.
here is something you can try first:
register the ICR registry as a GENERIC_CRin your organization registry list, using the user/api key you got from IBM cloud
push an image there
try to configure one application pulling the image from the registry configured at step 1, deploy it
delete the application and verify that the delete operation was completed successfully
if this doesn’t work, we can see how to integrate it in our stack but it will require some custom dev.