From b4a487e52286fc3a40f24d55ea56b1fcb021cb94 Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Fri, 21 Aug 2015 16:40:41 -0400 Subject: [PATCH] Add the image build status to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9768c4656..e73ec0cfd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Quay.io - container image registry +`master` branch build status: ![Docker Repository on Quay.io](https://quay.io/repository/quay/quay/status?token=7bffbc13-8bb0-4fb4-8a70-684a0cf485d3 "Docker Repository on Quay.io") + Quay.io is a container image registry with managements APIs, a Docker registry API, a container build system. The application is implemented as a set of API endpoints written in python and an Angular.js frontend.