makisu icon indicating copy to clipboard operation
makisu copied to clipboard

Image push for a tag does not result in latest being updated / Multiple tags on the CLI feature request

Open karlmutch opened this issue 6 years ago • 1 comments

When doing a push the latest tag is not updated. A request was added for the feature and marked as being supported. Looking through the code it does not appear to be explicitly called out and updated as a tag when the image is pushed.

It seems not having special tag latest supported as an automatically generated tag would be OK if support for specifying multiple tags on the command line was supported as an alternative and then the user could manually control the latest rather than forcing the assumption of the latest tag into the makisu code.

Original reference to requested feature #171

Any thoughts as to what should happen here ?

karlmutch avatar Apr 24 '19 17:04 karlmutch

I believe the --replica CLI arg solves this issue by allowing you to specify extra image tags to be pushed to the remote repo.

rhysm avatar Jun 18 '19 09:06 rhysm