Skip to content

NightProgrammers/docker-renovate-full

 
 

Repository files navigation

Build status Docker Image Size Version

docker-renovate-full

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.

Usage

Read the docs for more information on self-hosting Renovate with Docker.

Samples

$ 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

About

Repo for building the renovate/renovate:latest image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 81.6%
  • JavaScript 12.2%
  • Shell 6.2%