From 2c327dc6664211509576f05ee8d456c6c484ecb6 Mon Sep 17 00:00:00 2001 From: ciiiii Date: Thu, 2 Mar 2023 11:26:54 +0800 Subject: [PATCH] Add proxy rule for registry.k8s.io --- 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", };