From 2424e5283672e10bc45cdbca1a8851308716b50c Mon Sep 17 00:00:00 2001 From: will Date: Sat, 14 Mar 2026 09:58:13 +0000 Subject: [PATCH] lint: doc: detail lint tool install methods Installing tools in the dockerfile using `COPY --from` is better , but not all tools we use publish an OCI image to a non-docker.io registry. As we are frequently rate-limited from docker.io, only install tools which publish to another registry, e.g. ghcr.io. --- test/lint/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lint/README.md b/test/lint/README.md index 08703ab8efb..d060df110e6 100644 --- a/test/lint/README.md +++ b/test/lint/README.md @@ -56,7 +56,7 @@ or `--help`: | `py_lint` | [ruff](https://github.com/astral-sh/ruff) | markdown link check | [mlc](https://github.com/becheran/mlc) -In use versions and install instructions are available in the [CI setup](../../ci/lint/01_install.sh). +Dependency versions and installation instructions are available in the [CI setup](../../ci/lint/01_install.sh) and the [lint_imagefile](../../ci/lint_imagefile) (for tools where an OCI imagefile exists). Please be aware that on Linux distributions all dependencies are usually available as packages, but could be outdated.