Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/renovatebot/docker-renovate-full
- Owner: renovatebot
- License: agpl-3.0
- Archived: true
- Created: 2020-04-26T17:17:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T15:13:24.000Z (9 months ago)
- Last Synced: 2024-06-05T17:58:39.487Z (5 months ago)
- Topics: docker, renovate
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/renovate/renovate
- Size: 3.29 MB
- Stars: 40
- Watchers: 5
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```