From 4246c5244bbcffb9d278617a80bbe184bb8e935d Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Wed, 20 Apr 2016 13:17:44 -0400 Subject: [PATCH] README: add master branch warning --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 382afc67..54078d92 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ [![GoDoc](https://godoc.org/github.com/coreos/clair?status.svg "GoDoc")](https://godoc.org/github.com/coreos/clair) [![IRC Channel](https://img.shields.io/badge/freenode-%23clair-blue.svg "IRC Channel")](http://webchat.freenode.net/?channels=clair) +**Note**: The `master` branch may be in an *unstable or even broken state* during development. +Please use [releases] instead of the `master` branch in order to get stable binaries. + ![Clair Logo](img/Clair_horizontal_color.png) Clair is an open source project for the static analysis of vulnerabilities in [appc] and [docker] containers. @@ -20,6 +23,7 @@ Thus, the project was named `Clair` after the French term which translates to *c [appc]: https://github.com/appc/spec [docker]: https://github.com/docker/docker/blob/master/image/spec/v1.md [customized programmatically]: #customization +[releases]: https://github.com/coreos/clair/releases ## Common Use Cases