From 9e521aa75777804f232dfdbbc58778ace70df24f Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Tue, 8 May 2018 16:06:46 -0700 Subject: [PATCH] add image-tagging policy doc Signed-off-by: Steve Kriss --- docs/image-tagging.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/image-tagging.md diff --git a/docs/image-tagging.md b/docs/image-tagging.md new file mode 100644 index 000000000..33460d8c3 --- /dev/null +++ b/docs/image-tagging.md @@ -0,0 +1,21 @@ +# Image tagging policy + +This document describes Ark's image tagging policy. + +## Released versions + +`gcr.io/heptio-images/ark:` + +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. \ No newline at end of file