mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
docs(datasource/docker): add RENOVATE_X_DOCKER_HUB_TAGS
(#26185)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
This commit is contained in:
parent
27ad595d8c
commit
6400145fdb
1 changed files with 4 additions and 0 deletions
|
@ -80,6 +80,10 @@ You can set the config file Renovate should read with the `RENOVATE_CONFIG_FILE`
|
||||||
|
|
||||||
The process that runs Renovate must have the correct permissions to delete the config file.
|
The process that runs Renovate must have the correct permissions to delete the config file.
|
||||||
|
|
||||||
|
## `RENOVATE_X_DOCKER_HUB_TAGS`
|
||||||
|
|
||||||
|
If set to any value, Renovate will use the Docker Hub API (`https://hub.docker.com`) to fetch tags instead of the normal Docker API for images pulled from `https://index.docker.io`.
|
||||||
|
|
||||||
## `RENOVATE_X_DOCKER_MAX_PAGES`
|
## `RENOVATE_X_DOCKER_MAX_PAGES`
|
||||||
|
|
||||||
If set to an integer, Renovate will use this as max page number for docker tags lookup on docker registries, instead of the default 20 pages.
|
If set to an integer, Renovate will use this as max page number for docker tags lookup on docker registries, instead of the default 20 pages.
|
||||||
|
|
Loading…
Reference in a new issue