Important
This image is now build from main renovate repo
This repository is the source for the Docker Hub image renovate/renovate
.
Commits to main
branch are automatically built and published.
It will publish the latest
and slim
and the versioned tags without suffix and with -slim
suffix.
For the full
image see here
Read the self-hosting docs for more information on how to self-host Renovate with Docker.
See Gitlab, Bitbucket or Jenkins docs for more configuration samples.
docker run --rm -it -v $PWD/config.js:/usr/src/app/config.js -v /tmp:/tmp -e LOG_LEVEL=debug renovate/renovate --include-forks=true renovate-tests/gomod1
export RENOVATE_TOKEN=xxxxxxx
docker run --rm -it -e RENOVATE_TOKEN -v /tmp:/tmp renovate/renovate renovate-tests/gomod1
docker run --rm -it -v $PWD/config.js:/usr/src/app/config.js -e LOG_LEVEL=debug renovate/renovate renovate-config-validator