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
If i try to deploy a docker hosting, there is NO check about if the docker image exists. For example if i put docker image called "asfskjf32jfiewfew", the website is deployed without any error but obviously the site give 503 error because it will not find the image.
During the app creation there should be some check to see if the docker image registry specified exists or not.
If i try to deploy a docker hosting, there is NO check about if the docker image exists. For example if i put docker image called "asfskjf32jfiewfew", the website is deployed without any error but obviously the site give 503 error because it will not find the image.
During the app creation there should be some check to see if the docker image registry specified exists or not.