Re-using a built image across multiple applications?

Let’s say I want to build an application once but deploy that same image to multiple applications with different entry points… what is the best way to do it?

Hi @kincorvia , this is an excellent question. Thanks for asking. This is where we recommend using a CI platform to:

  1. build your container image.
  2. use the same container image for all your app.
  3. change the CMD argument for each of them on Qovery.

Do you already use a CI platform (E.g. GitHub Actions and GitLab CI) today?


We have a couple of guides explaining how to integrate Qovery within your CI.