This is a helper utility thats designed to help archive old repos that are no longer in use.
Environment | Status |
---|---|
Master | |
Dev |
There is a prebuilt image that is available https://hub.docker.com/r/lareeth/repomage and can run with the following command
docker run -v $PWD/settings.json:/opt/app/settings.json:ro lareeth/repomage
This has been designed so you do not need dotnet core installed on your local machine
docker build -t repomage .