From a60a3ed7ad6a3024d0745417fc7556b1ad3f252f Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 7 Dec 2023 09:01:10 +0100 Subject: [PATCH 1/2] docs(datasource/docker): add `RENOVATE_X_DOCKER_HUB_TAGS` --- docs/usage/self-hosted-experimental.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/usage/self-hosted-experimental.md b/docs/usage/self-hosted-experimental.md index 5eef95a6bb5134..5f7731cae569a9 100644 --- a/docs/usage/self-hosted-experimental.md +++ b/docs/usage/self-hosted-experimental.md @@ -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. +## `RENOVATE_X_DOCKER_HUB_TAGS` + +If set to any value, Renovate will use the Docker Hub API to fetch tags instead of the normal Docker API for images pulled from `docker.io`. + ## `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. From 12206e78e2b32ea4c399e2bef41d55fa204b399b Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 7 Dec 2023 10:44:51 +0100 Subject: [PATCH 2/2] Update docs/usage/self-hosted-experimental.md Co-authored-by: Rhys Arkins --- docs/usage/self-hosted-experimental.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/self-hosted-experimental.md b/docs/usage/self-hosted-experimental.md index 5f7731cae569a9..45d7c8fffc7003 100644 --- a/docs/usage/self-hosted-experimental.md +++ b/docs/usage/self-hosted-experimental.md @@ -82,7 +82,7 @@ The process that runs Renovate must have the correct permissions to delete the c ## `RENOVATE_X_DOCKER_HUB_TAGS` -If set to any value, Renovate will use the Docker Hub API to fetch tags instead of the normal Docker API for images pulled from `docker.io`. +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`