-
Notifications
You must be signed in to change notification settings - Fork 1.7k
client.images.push doesnt raise exception #3161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I came here to report exactly the same thing. This is kind of a big deal because it results in silent failures. |
@milas What do you think? |
Also using this API and was surprised that our CI pipeline showed up as green even if the push failed. |
Engine API doesn't raise error but return JSON with I am working on PR for this issue and will link soon so, at least a exception is raised in case of failure |
Hi,
We are using client.images.push to push docker images to Azure ACR. We are facing an internal authorization issue, but expected the API to raise an exception but it does not. It returns the generator str but raising an exception would be optimal here.
The text was updated successfully, but these errors were encountered: