Project 'gitlab-org/gitlab-ce' was moved to 'gitlab-org/gitlab-foss'. Please update any links and bookmarks that may still have the old path.
Allow to bulk delete docker images
### Description When You have constant docker image build (>100 a day), You would get a forest of docker images, which consume disk space and there are no easy way to delete them selectively, while leaving certain versions. ### Proposal Allow to have checkboxes near docker images in a docker registry tab, under docker image listing to ease selection of images when docker image count is > 10. See attached screen. #### Overview **What is it?** An enhancement for the docker registry tab. **Why should someone use this feature?** To be less angry deleting docker images from GUI. **What is the underlying (business) problem?** Deleting docker images one-by-one using AJAX is cumbersome task, which takes around 1 - 3 seconds to delete one image using GUI.. also, waiting for Gitlab to reload, scroll to the image and confirm the task - way too much steps and time being consumed for such simple task. Take chance if You have 100+ images. How do you use this feature? #### Use cases! [gitlab-docker-proposal](/uploads/0c59cd15714c476ca6f21e5219bfc478/gitlab-docker-proposal.png) **Who is this for? Provide one or more use cases.** Everyone
issue