Skip to content

00mjk/docker-renovate

 
 

Repository files navigation

Build status Docker Image Size Version

docker-renovate

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

Usage

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.

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

config-validator

$ docker run --rm -it -v $PWD/config.js:/usr/src/app/config.js -e LOG_LEVEL=debug renovate/renovate:slim renovate-config-validator

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 69.9%
  • JavaScript 19.9%
  • Shell 10.2%