renovatebot / docker-renovate-full

Repo for building the renovate/renovate:full image

Home Page:https://hub.docker.com/r/renovate/renovate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-renovate-full

Important

This image is now build from main renovate repo

Build status Docker Image Size Version

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 full and the versioned tags with -full suffix. For the latest 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:full --include-forks=true renovate-tests/gomod1
export RENOVATE_TOKEN=xxxxxxx
docker run --rm -it -e RENOVATE_TOKEN renovate/renovate:full renovate-tests/gomod1

About

Repo for building the renovate/renovate:full image

https://hub.docker.com/r/renovate/renovate

License:GNU Affero General Public License v3.0


Languages

Language:Dockerfile 76.8%Language:Shell 23.2%