aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-03-01 02:05:31 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-03-01 02:05:31 +0300
commitc4a7f10dd105c58ee0679a90c871dead6efe49ac (patch)
tree9a44c1ccbf5d0dc4d503a8a702fb1e76b699cc9b /README.md
parentbuild & publish multi-arch Docker images (diff)
downloadcgitize-c4a7f10dd105c58ee0679a90c871dead6efe49ac.tar.gz
cgitize-c4a7f10dd105c58ee0679a90c871dead6efe49ac.zip
README: update
Diffstat (limited to '')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8b629ed..fcd207c 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,6 @@ cgit repos
==========
[![Travis (.com) branch](https://img.shields.io/travis/com/egor-tensin/cgit-repos/master?label=Tests)](https://travis-ci.com/egor-tensin/cgit-repos)
-[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/egortensin/pull-cgit-repos?label=Docker)](https://hub.docker.com/repository/docker/egortensin/pull-cgit-repos/builds)
Mirror your git repositories and make them cgit-ready.
@@ -26,7 +25,7 @@ Make sure the required keys are loaded to a ssh-agent.
### Docker
-The image is **egortensin/pull-cgit-repos**.
+The image is **egortensin/cgit-repos**.
The container reads the config from */etc/cgit-repos/cgit-repos.conf* and
writes the repositories to */var/tmp/cgit-repos/output*.
If SSH is required, the socket should be mapped to
@@ -58,7 +57,7 @@ Development
To build an image:
- > docker build -t egortensin/pull-cgit-repos .
+ > make docker/build
### Linting