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
Add new feature method to ImagePruner that cleans up the dangling images as well (historically we have NOT) and the feature would add handler method to gracefully (without producing confusing CLI output,) i.e. handle the output of a callback that would not print out a bunch of untagged/dangling image IDs and they should be grouped into a logical operation for the relevant service
Why is this needed:
This would fix the low hanging fruit of the func (p *ImagePruner) not handling dangling images with multiple inherited operators, and the feature would handle the dangling images in func (p *ImagePruner) rather than group the untagged/dangled images in a non-logical order operation.
What would you like to be added:
Update the arguement configurations and handler logic to appropriate configurations needed to add the handler method gracefully without producing confusing cli output from misdangled and unappropriated logical operands running in the function, but rather handles them gracefully in a way that they are modeling an inheritance factor that adds simplicity and grace to the handler method, such as using frameworks as a grouping method into a logical operation, so as the images from ImagePruner are not dangling, causing any confusing output index fields:
Description
Add new feature method to ImagePruner that cleans up the dangling images as well (historically we have NOT) and the feature would add handler method to gracefully (without producing confusing CLI output,) i.e. handle the output of a callback that would not print out a bunch of untagged/dangling image IDs and they should be grouped into a logical operation for the relevant service
Why is this needed:
This would fix the low hanging fruit of the func (p *ImagePruner) not handling dangling images with multiple inherited operators, and the feature would handle the dangling images in func (p *ImagePruner) rather than group the untagged/dangled images in a non-logical order operation.
What would you like to be added:
Update the arguement configurations and handler logic to appropriate configurations needed to add the handler method gracefully without producing confusing cli output from misdangled and unappropriated logical operands running in the function, but rather handles them gracefully in a way that they are modeling an inheritance factor that adds simplicity and grace to the handler method, such as using frameworks as a grouping method into a logical operation, so as the images from ImagePruner are not dangling, causing any confusing output index fields:
Who is this feature for?
@docker/compose/api
@docker/api/types/image
The text was updated successfully, but these errors were encountered: