All Projects → renovatebot → docker-renovate

renovatebot / docker-renovate

Licence: AGPL-3.0 license
Renovate docker slim image

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to docker-renovate

k8s-gitops
No description or website provided.
Stars: ✭ 23 (-50%)
Mutual labels:  renovate
helm-charts
docs.renovatebot.com/helm-charts
Stars: ✭ 51 (+10.87%)
Mutual labels:  renovate
renovate-config
My shareable config for @renovateapp
Stars: ✭ 28 (-39.13%)
Mutual labels:  renovate
k3s-gitops
GitOps principles to define kubernetes cluster state via code
Stars: ✭ 103 (+123.91%)
Mutual labels:  renovate
renovate-config
A shareable config preset for Renovate used in Hatena.
Stars: ✭ 36 (-21.74%)
Mutual labels:  renovate
gatsby-personal-site
My personal site made with Gatsby
Stars: ✭ 31 (-32.61%)
Mutual labels:  renovate

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, 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 -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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].