[additionalimagestores] Allow global operations across all defined image stores #10394
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
stale-issue
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
It would also be useful to reconsider
additionalimagestores
as additional locations, rather than rigidly read-only locations.So, for example, if
podman image ls
is used to view the uniqueIMAGE ID
for an image in an additional image store, thenpodman image rm <ID>
should remove the image linked to the specifiedID
(as theID
is unique) without having to specify--root
and--storage-opt=
options.To ensure that this deletion is not performed by mistake, perhaps an extra argument could be required, such as:
(… or
--store=all
, which could also allow a store to be selected by path, e.g.--store=/stoage/images
).See #9852 for context.
The text was updated successfully, but these errors were encountered: