GoogleContainerTools/skaffold

Rename `sha256` tagger to `latest`

Aperta

#5616 aperta il 29 mar 2021

 (0 commenti) (0 reazioni) (0 assegnatari)Go (1416 fork)batch import
bugbash/q4-2022help wantedkind/feature-requestpriority/p2tagger/sha256

Metriche repository

Star
 (12.822 stelle)
Metriche merge PR
 (Merge medio 3g 6h) (16 PR mergiate in 30 g)

Descrizione

The name of the sha256 tagger incorrectly implies that it generates tag based on the a SHA256 digest of the artifact contents. We should

  • move the sha256 tagger to the end of the list in docs/content/en/docs/pipeline-stages/taggers.md and document that its use is best used only for CD type jobs
  • rename the tagger to latest to avoid any implicit associations, with a skaffold.yaml migration
  • add a #sha256-uses-latest-to-tag-images ref to the doc to explain why it was renamed
  • rename the tagger/sha256 issue label

Guida contributor