/docker-renovate-full

Repo for building the renovate/renovate:latest image

Primary LanguageDockerfileGNU Affero General Public License v3.0AGPL-3.0

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