prometheus/prometheus

Create a major.minor and major Docker tags for latest of each version (i.e. 2.35 tag to represent the latest 2.35.x)

Aperta

#10.643 aperta il 29 apr 2022

 (5 commenti) (2 reazioni) (0 assegnatari)Go (10.408 fork)batch import
help wantedkind/enhancementpriority/P3

Metriche repository

Star
 (64.042 stelle)
Metriche merge PR
 (Merge medio 11g 5h) (118 PR mergiate in 30 g)

Descrizione

Proposal

The proposal is to add an additional tag for versioning that allows developers consuming this docker image to specify a specific version in their configuration that will be updated with patches/bug fixes but will not accidentally pull breaking changes with a new release. In other words, tag with major.minor and major.minor.build.

Currently, the only option is to specify the latest tag, which could introduce breaking changes. Instead, if there was a tag 2.35 that was updated with each 2.35.x update, the developer could safely use the 2.35 tag.

Guida contributor