add image-tagging policy doc
Signed-off-by: Steve Kriss <steve@heptio.com>pull/479/head
parent
c4bb6501ca
commit
9e521aa757
|
@ -0,0 +1,21 @@
|
||||||
|
# Image tagging policy
|
||||||
|
|
||||||
|
This document describes Ark's image tagging policy.
|
||||||
|
|
||||||
|
## Released versions
|
||||||
|
|
||||||
|
`gcr.io/heptio-images/ark:<SemVer>`
|
||||||
|
|
||||||
|
Ark follows the [Semantic Versioning](http://semver.org/) standard for releases. Each tag in the `github.com/heptio/ark` repository has a matching image, e.g. `gcr.io/heptio-images/ark:v0.8.0`.
|
||||||
|
|
||||||
|
### Latest
|
||||||
|
|
||||||
|
`gcr.io/heptio-images/ark:latest`
|
||||||
|
|
||||||
|
The `latest` tag follows the most recently released version of Ark.
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
`gcr.io/heptio-images/ark:master`
|
||||||
|
|
||||||
|
The `master` tag follows the latest commit to land on the `master` branch.
|
Loading…
Reference in New Issue