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: about 2 months 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T15:13:24.000Z (over 1 year ago)
- Last Synced: 2025-03-25T03:46:00.774Z (2 months ago)
- Topics: docker, renovate
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/renovate/renovate
- Size: 3.29 MB
- Stars: 42
- Watchers: 4
- Forks: 25
- 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[](https://github.com/renovatebot/docker-renovate-full/actions?query=workflow%3Abuild)
[](https://hub.docker.com/r/renovate/renovate)
[](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
```