github.com/projectcontour/contour@v1.28.2/site/content/resources/tagging.md (about) 1 --- 2 title: Contour Tagging Policy 3 layout: page 4 --- 5 6 This document describes Contour's image tagging policy. 7 8 ## Released versions 9 10 `ghcr.io/projectcontour/contour:<SemVer>` 11 12 Contour follows the [Semantic Versioning][1] standard for releases. 13 Each tag in the github.com/projectcontour/contour repository has a matching image. eg. `ghcr.io/projectcontour/contour:{{< param latest_version >}}` 14 15 `ghcr.io/projectcontour/contour:v<major>.<minor>` 16 17 This tag will point to the latest available patch of the release train mentioned. 18 That is, it's `:latest` where you're guaranteed to not have a minor version bump. 19 20 ### Latest 21 22 `ghcr.io/projectcontour/contour:latest` 23 24 The `latest` tag follows the most recent stable version of Contour. 25 26 ## Development 27 28 `ghcr.io/projectcontour/contour:main` 29 30 The `main` tag follows the latest commit to land on the `main` branch. 31 32 [1]: http://semver.org/