Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renovatebot/docker-renovate
Renovate docker slim image
https://github.com/renovatebot/docker-renovate
docker renovate
Last synced: 7 days ago
JSON representation
Renovate docker slim image
- Host: GitHub
- URL: https://github.com/renovatebot/docker-renovate
- Owner: renovatebot
- License: agpl-3.0
- Archived: true
- Created: 2020-04-18T14:24:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T15:15:13.000Z (9 months ago)
- Last Synced: 2024-08-02T15:07:51.010Z (3 months ago)
- Topics: docker, renovate
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/renovate/renovate
- Size: 4.09 MB
- Stars: 74
- Watchers: 6
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-renovate
> [!IMPORTANT]
> This image is now build from main renovate repo[![Build status](https://github.com/renovatebot/docker-renovate/actions/workflows/build.yml/badge.svg)](https://github.com/renovatebot/docker-renovate/actions?query=workflow%3Abuild)
[![Docker Image Size](https://img.shields.io/docker/image-size/renovate/renovate/latest)](https://hub.docker.com/r/renovate/renovate)
[![Version](https://img.shields.io/docker/v/renovate/renovate/latest)](https://hub.docker.com/r/renovate/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 `latest` and `slim` and the versioned tags without suffix and with `-slim` suffix.
For the `full` image see [here](https://github.com/renovatebot/docker-renovate-full)## Usage
Read the [self-hosting docs](https://docs.renovatebot.com/getting-started/running/#self-hosting-renovate) for more information on how to self-host Renovate with Docker.
See [Gitlab](./docs/gitlab.md), [Bitbucket](./docs/bitbucket.md) or [Jenkins](./docs/jenkins.md) docs for more configuration samples.
### Samples
```sh
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
``````sh
export RENOVATE_TOKEN=xxxxxxx
docker run --rm -it -e RENOVATE_TOKEN -v /tmp:/tmp renovate/renovate renovate-tests/gomod1
```#### config-validator
```sh
docker run --rm -it -v $PWD/config.js:/usr/src/app/config.js -e LOG_LEVEL=debug renovate/renovate renovate-config-validator
```