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 have worked out how to list images (and also worked out to list and delete maven and npm packages) but I can't work out what the correct way to delete a docker image is?
I have tried using deleteVersionAsync and deleteTag with various combinations of image path and tag or image path with sha etc but none work and the resulting callable fails with an illegal parameter.
For now I have got it working by calling ProcessBuilder and executing the gcloud command manually but surely you can do this using the api?
I have worked out how to list images (and also worked out to list and delete maven and npm packages) but I can't work out what the correct way to delete a docker image is?
I have tried using deleteVersionAsync and deleteTag with various combinations of image path and tag or image path with sha etc but none work and the resulting callable fails with an illegal parameter.
For now I have got it working by calling ProcessBuilder and executing the gcloud command manually but surely you can do this using the api?
What is the api call for the equivalent of this:
Many thanks.
The text was updated successfully, but these errors were encountered: