Self-hosted dependency monitoring, including shiny badges! Supports Ruby, Rust, and Python projects
164
CuttingEdge monitors the status of the dependencies of your projects and lets you know when any of them go out of date.
See GitHub for documentation: https://github.com/repotag/cutting_edge/
View the web front end of a live instance.
To run CuttingEdge on port 4567 on the host machine, with config.rb and projects.yml in the current working directory:
docker run -d --rm -p 4567:4567 -v $(pwd):/cutting_edge dometto/cuttingedge:main -c config.rb
Instead of using main, you can also use a specific release tag, e.g. dometto/cuttingedge:v0.3.
Content type
Image
Digest
sha256:9793e56a9…
Size
52.8 MB
Last updated
over 3 years ago
docker pull dometto/cuttingedge:main