Image Overview: renovate

Overview: renovate Chainguard Image

Minimal Renovate image mirroring the renovate:full configuration to self-host the renovate bot.

Get It!

The image is available on cgr.dev:

docker pull cgr.dev/chainguard-private/renovate:latest

Pulling the Image

Run the following to pull the image to your local system and execute the command --version:

docker run --rm cgr.dev/chainguard-private/renovate:latest --version

You should get output similar to this:

37.6.3

You can run the renovate bot on a renovate test repo by using the following command:

export RENOVATE_TOKEN=github_personal_access_token
docker run --rm -e RENOVATE_TOKEN cgr.dev/chainguard-private/renovate:latest renovate-tests/gomod1

Last updated: 2024-02-29 16:25