Hi,
I’m building an app with multiple services, all services are prebuild (in the docker compose I point to tagged image on the docker hub registry). When I want to deploy the app, the builder tries to fetch the images but it fails mose of the time :
This is a pretty hard to work with. When it’s working it does not take too long (~2 minutes) but when it fails it take longer and we have to deploy it multiple times to get it to work si that’s really inconvenient. Is there anything we can do to improve that ?
we were initaly building the images at deploy time but it tool too long (20+ minutes) that’s why we changed for prebuild images but it’s not really better since we have to monitor if the deploy is successful and restart
thank you !