From 56d0d0dc50ee76799269c351da8a79debc54a32b Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Tue, 16 Nov 2021 14:33:44 +0800 Subject: [PATCH] Update README to link to Docker Hub and GitHub --- update.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/update.go b/update.go index 9324e0a..8e8a85f 100644 --- a/update.go +++ b/update.go @@ -17,10 +17,13 @@ var maintainers = []string{"Ambrose Chua (@serverwentdow var gitRepo = "https://github.com/productionwentdown/caddy.git" var readmeTemplate = template.Must(template.New("readme").Parse(` -# [caddy](https://hub.docker.com/r/productionwentdown/caddy/) ![Docker Pulls](https://img.shields.io/docker/pulls/productionwentdown/caddy) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/productionwentdown/caddy/alpine?style=flat-square) +# [caddy](https://hub.docker.com/r/productionwentdown/caddy) ![Docker Pulls](https://img.shields.io/docker/pulls/productionwentdown/caddy?style=flat-square) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/productionwentdown/caddy/alpine?style=flat-square) A tiny <10MB Caddy image compressed with [UPX](https://github.com/upx/upx). +- [Docker Hub](https://hub.docker.com/r/productionwentdown/caddy) +- [GitHub](https://github.com/productionwentdown/caddy) + # Shared Tags New versions are tracked within 4 hours. Currently available versions: @@ -35,7 +38,7 @@ Legacy tags available that should not be used: # Usage -See the [official image](https://hub.docker.com/_/caddy) for documentation. This image behaves the same way, except that it is much slimmer. +See the [official image](https://hub.docker.com/_/caddy) for documentation. This image behaves the same way, except that it is slightly slimmer. `)) var dockerfileTemplate = template.Must(template.New("name").Parse(`FROM caddy:{{.Tag}} as build