This repository is the source for the Docker Hub image renovate/renovate
.
Commits to the main
branch are automatically built and published.
It will publish the latest
and the versioned tags without suffix.
For the slim
image see here.
Read the docs for more information on self-hosting Renovate with Docker.
$ docker run --rm -it -v $PWD/config.js:/usr/src/app/config.js -e LOG_LEVEL=debug renovate/renovate --include-forks=true renovate-tests/gomod1
$ export RENOVATE_TOKEN=xxxxxxx
$ docker run --rm -it -e RENOVATE_TOKEN renovate/renovate renovate-tests/gomod1