Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renovatebot/docker-renovate-full

Repo for building the renovate/renovate:full image
https://github.com/renovatebot/docker-renovate-full

docker renovate

Last synced: 11 days ago
JSON representation

Repo for building the renovate/renovate:full image

Awesome Lists containing this project

README

        

# docker-renovate-full

> [!IMPORTANT]
> This image is now build from main renovate repo

[![Build status](https://github.com/renovatebot/docker-renovate-full/workflows/build/badge.svg)](https://github.com/renovatebot/docker-renovate-full/actions?query=workflow%3Abuild)
[![Docker Image Size](https://img.shields.io/docker/image-size/renovate/renovate/full)](https://hub.docker.com/r/renovate/renovate)
[![Version](https://img.shields.io/docker/v/renovate/renovate/full)](https://hub.docker.com/r/renovate/renovate)

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](https://github.com/renovatebot/docker-renovate).

## Usage

Read the [docs](https://docs.renovatebot.com/getting-started/running/#self-hosting-renovate) for more information on self-hosting Renovate with Docker.

### Samples

```sh
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
```

```sh
export RENOVATE_TOKEN=xxxxxxx
docker run --rm -it -e RENOVATE_TOKEN renovate/renovate:full renovate-tests/gomod1
```