deis / deisrel

A releaser tool for Deis
MIT License
5 stars 13 forks source link

Create command for docker tagging #6

Closed vdice closed 8 years ago

vdice commented 8 years ago

The input should be the list of git SHAs (each of which represents image tags), and the command should re-tag image as a specified tag. For example:

deisrel docker retag -i shas.txt -newtag=v2.0.0-beta2
vdice commented 8 years ago

The outcome of this work should be a deisrel command that replaces the use of deis-workflow-group as seen in http://docs-v2.readthedocs.io/en/latest/roadmap/release-checklist/#step-4-tag-and-push-docker-images Now tracked by https://github.com/deis/deisrel/issues/58