nerdctl
nerdctl copied to clipboard
Support `push --all-tags` to push all tags
This PR adds Docker-compatible --all-tags support and fixes a SOCI regression when pushing multiple tags of the same image.
Key changes:
- New
--all-tagsflag forimage push - SOCI integration fix for multi-tag pushes
Fixes #3751