weaveworks-experiments / compare-revisions

Experimental thing for comparing what's on k8s clusters
Apache License 2.0
0 stars 0 forks source link

Provide copypasta image names #19

Open squaremo opened 7 years ago

squaremo commented 7 years ago

For constructing fluxctl release command lines, it is really helpful to be able to copy the image name. compare-revisions makes this difficult in two ways:

  1. the image repo (e.g., quay.io/weaveworks/helloworld) is displayed separately from the tag.
  2. the revision shown isn't actually a tag -- we tend to prepend the branch name (e.g., master-), and apparently only sometimes use the same number of characters from the SHA1 hash.