Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 622 Bytes

File metadata and controls

22 lines (12 loc) · 622 Bytes

Image tagging policy

This document describes Contour's image tagging policy.

Released versions

docker.io/projectcontour/contour:<SemVer>

Contour follows the Semantic Versioning standard for releases. Each tag in the github.com/projectcontour/contour repository has a matching image. eg. docker.io/projectcontour/contour:v0.15.0

Latest

docker.io/projectcontour/contour:latest

The latest tag follows the most recent stable version of Contour.

Development

docker.io/projectcontour/contour:master

The master tag follows the latest commit to land on the master branch.