Commit a91f927
committed
minio: Add Docker registry mirror support via Kconfig
Enable MinIO to automatically use the local Docker registry mirror when
KDEVOPS_DOCKER_MIRROR is enabled, following the same pattern established
for vLLM. This provides faster container image pulls and offline operation
support for MinIO S3 storage benchmarking workflows.
The container image URL is automatically prefixed with localhost:5000 when
the docker mirror is detected, eliminating the need for runtime Ansible
variable manipulation.
Generated-by: Claude AI
Signed-off-by: Luis Chamberlain <[email protected]>1 parent 4fb1873 commit a91f927
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
0 commit comments