go-containerregistry icon indicating copy to clipboard operation
go-containerregistry copied to clipboard

feature request: (g)crane copy tags

Open iuadastra opened this issue 3 years ago • 3 comments

Would be great to have the possibility to copy tags of an image. Something like this to copy tags to the destination with the image: gcrane copy --preserve-tags repo.com/myimage:1.0.0 dest-repo.com

or to add tags while copying:

gcrane copy --preserve-tags --tag latest --tag 1.0 --tag 1 repo.com/myimage:1.0.0 dest-repo.com

iuadastra avatar Apr 28 '22 08:04 iuadastra