From 854b6cd0220385aec3ad4dea4d8ca41349708c32 Mon Sep 17 00:00:00 2001 From: Yisheng Cai Date: Thu, 2 Mar 2023 11:29:07 +0800 Subject: [PATCH] Add proxy rule for registry.k8s.io (#1) --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 70b3a17..4195440 100644 --- a/src/index.js +++ b/src/index.js @@ -8,6 +8,7 @@ const routes = { "quay.libcuda.so": "https://quay.io", "gcr.libcuda.so": "https://gcr.io", "k8s-gcr.libcuda.so": "https://k8s.gcr.io", + "k8s.libcuda.so": "https://registry.k8s.io", "ghcr.libcuda.so": "https://ghcr.io", "cloudsmith.libcuda.so": "https://docker.cloudsmith.io", };