Go to file
2018-10-27 00:05:23 +02:00
checker Redirect rev-parse to devnull 2018-03-24 14:15:50 +01:00
dockerbin Dir exists bug 2018-02-28 23:18:58 +01:00
src
.dockerignore Convert into single docker image, change volume structure etc 2018-02-23 10:17:37 +01:00
.gitignore
Dockerfile Switch to alpine-lxc 2018-10-27 00:05:23 +02:00
Makefile Oneshot make + notify-tag working 2018-02-23 11:42:13 +01:00
README.md Readme 2018-03-01 00:23:32 +01:00

Docker Repo Checker

Bunch of scripts for recursive (with submodules) cloning and mirroring of git repositores, with "fancy" wizzard script and some tools to detect new commits/tags and notify potential CI.

Run command:

Tiniest case is:

docker run -v cloner-test:/data -it --rm valicek1/repo-cloner

For more examples see Makefile and Dockerfiles :)