1
0
Fork 0

Update README to link to Docker Hub and GitHub

master
Ambrose Chua 2021-11-16 14:33:44 +08:00
parent 822c883b71
commit 56d0d0dc50
1 changed files with 5 additions and 2 deletions

View File

@ -17,10 +17,13 @@ var maintainers = []string{"Ambrose Chua <ambrose@makerforce.io> (@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 &lt;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