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 slim and the versioned tags with slim suffix.
For the latest image see here
Read the self-hosting docs for more information on how to self-host Renovate with Docker.
See Gitlab or Bitbucket docs for more configuration samples.
$ docker run --rm -it -v $PWD/config.js:/usr/src/app/config.js -v /tmp:/tmp -v /var/run/docker.sock:/var/run/docker.sock -e LOG_LEVEL=debug renovate/renovate:slim --include-forks=true renovate-tests/gomod1$ export RENOVATE_TOKEN=xxxxxxx
$ docker run --rm -it -e RENOVATE_TOKEN -v /tmp:/tmp -v /var/run/docker.sock:/var/run/docker.sock renovate/renovate:slim renovate-tests/gomod1$ docker run --rm -it -v $PWD/config.js:/usr/src/app/config.js -e LOG_LEVEL=debug renovate/renovate:slim renovate-config-validator