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
When the administrator runs "purge images," there may be cases where certain options need to be used.
Required Features
The purge images CLI command and GQL arguments will include the force and noprune options.
Impact
The administrator will be able to modify these options when running the purge images command.
Testing Scenarios
For example, when calling purge images on an image that is currently in use, an error occurs because the default value of the force option is False, preventing the image from being deleted.
Check that when the force option is set to True, the error does not occur and the in-use image is deleted immediately.
The text was updated successfully, but these errors were encountered:
Motivation
When the administrator runs "purge images," there may be cases where certain options need to be used.
Required Features
The purge images CLI command and GQL arguments will include the force and noprune options.
Impact
The administrator will be able to modify these options when running the purge images command.
Testing Scenarios
For example, when calling purge images on an image that is currently in use, an error occurs because the default value of the force option is False, preventing the image from being deleted.
Check that when the force option is set to True, the error does not occur and the in-use image is deleted immediately.
The text was updated successfully, but these errors were encountered: