Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

renovatebot/docker-renovate

Repository files navigation

docker-renovate

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 main branch are automatically built and published. It will publish the latest and slim and the versioned tags without suffix and with -slim suffix. For the full image see here

Usage

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

See Gitlab, Bitbucket or Jenkins docs for more configuration samples.

Samples

docker run --rm -it -v $PWD/config.js:/usr/src/app/config.js -v /tmp:/tmp -e LOG_LEVEL=debug renovate/renovate --include-forks=true renovate-tests/gomod1
export RENOVATE_TOKEN=xxxxxxx
docker run --rm -it -e RENOVATE_TOKEN -v /tmp:/tmp renovate/renovate renovate-tests/gomod1

config-validator

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