From 95be18ccf12c0210fbe2d31fa11f9a713fb90315 Mon Sep 17 00:00:00 2001 From: Roman Vynar Date: Tue, 20 Feb 2018 09:22:47 +0200 Subject: [PATCH] Add goreportcard and docker images link. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1319292..8595dfb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## Docker Registry UI +[![Go Report Card](https://goreportcard.com/badge/github.com/quiq/docker-registry-ui)](https://goreportcard.com/report/github.com/quiq/docker-registry-ui) + ### Overview * Web UI for Docker Registry 2.6+ @@ -14,6 +16,8 @@ No TLS or authentication implemented on the UI web server itself. Assuming you will proxy it behind nginx, oauth2_proxy or something. +Docker images [quiq/docker-registry-ui](https://hub.docker.com/r/quiq/docker-registry-ui/tags/) + ### Configuration The configuration is stored in `config.yml` and the options are self-descriptive.