Skip to content

Commit

Permalink
docs: Add example for registryAliases support list (#25331)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwelch committed Oct 22, 2023
1 parent 5503c93 commit 3a95764
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/usage/configuration-options.md
Expand Up @@ -3338,6 +3338,7 @@ You can use the `registryAliases` object to set registry aliases.
This feature works with the following managers:

- [`ansible`](/modules/manager/ansible)
- [`bitbucket-pipelines`](/modules/manager/bitbucket-pipelines)
- [`docker-compose`](/modules/manager/docker-compose)
- [`dockerfile`](/modules/manager/dockerfile)
- [`droneci`](/modules/manager/droneci)
Expand All @@ -3349,6 +3350,15 @@ This feature works with the following managers:
- [`terraform`](/modules/manager/terraform)
- [`woodpecker`](/modules/manager/woodpecker)

```json
{
"registryAliases": {
"jfrogecosystem": "some.jfrog.mirror",
"jfrog.com": "some.jfrog.mirror"
}
}
```

## registryUrls

Usually Renovate is able to either (a) use the default registries for a datasource, or (b) automatically detect during the manager extract phase which custom registries are in use.
Expand Down

0 comments on commit 3a95764

Please sign in to comment.