You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would want to know if there is any possibility to deploy a Docker function without building it. I explain my case, because maybe I am focusing on the wrong thing.
We are deploying an application for mutiple clients and we want to update the Function version when the Docker registry tag is updated. For example, we want to use app:prod for production environment in multiple clients. How could we deploy the same function to all the clients without changing the api-url and deploying into each client using different contexts?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
First, thanks for the work on this project.
I would want to know if there is any possibility to deploy a Docker function without building it. I explain my case, because maybe I am focusing on the wrong thing.
We are deploying an application for mutiple clients and we want to update the Function version when the Docker registry tag is updated. For example, we want to use app:prod for production environment in multiple clients. How could we deploy the same function to all the clients without changing the api-url and deploying into each client using different contexts?
Thanks in advance
The text was updated successfully, but these errors were encountered: