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
{{ message }}
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
Starting anchore-engine v0.8.0 API support for bulk deletion of images is available. Extend anchore-cli image deletion functionality to accept multiple image artifacts(digests/tags/image ids). Additional response handling required for single and bulk deletion since image cleanup process on the backend is entirely async. May need to keep the current response handler for backwards compatibility for a few releases
The text was updated successfully, but these errors were encountered:
- allow multiple tag/digest/image ids to be input
- display delete status for each input image artifact
- update implementation to use anchore-engine bulk deletion API
Resolves#94
Signed-off-by: Swathi Gangisetty <[email protected]>
- allow multiple tag/digest/image ids to be input
- display delete status for each input image artifact
- update implementation to use anchore-engine bulk deletion API
Resolves#94
Signed-off-by: Swathi Gangisetty <[email protected]>
Starting anchore-engine v0.8.0 API support for bulk deletion of images is available. Extend anchore-cli image deletion functionality to accept multiple image artifacts(digests/tags/image ids). Additional response handling required for single and bulk deletion since image cleanup process on the backend is entirely async. May need to keep the current response handler for backwards compatibility for a few releases
The text was updated successfully, but these errors were encountered: