Improve incorrect docker image URL errors
Yann Léger
When trying to deploy a docker image with an incorrect URL (doing a typo or a wrong URL altogether), the error message is hidden and cryptic.
We should ideally test that the URL is accurate early on or at least provide a digestible and visible error message.
Log In