Image push for a tag does not result in latest being updated / Multiple tags on the CLI feature request
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 ?
I believe the --replica CLI arg solves this issue by allowing you to specify extra image tags to be pushed to the remote repo.