1 Commits

Author SHA1 Message Date
ciiiii
2c327dc666 Add proxy rule for registry.k8s.io 2023-03-02 11:26:54 +08:00

View File

@@ -8,6 +8,7 @@ const routes = {
"quay.libcuda.so": "https://quay.io", "quay.libcuda.so": "https://quay.io",
"gcr.libcuda.so": "https://gcr.io", "gcr.libcuda.so": "https://gcr.io",
"k8s-gcr.libcuda.so": "https://k8s.gcr.io", "k8s-gcr.libcuda.so": "https://k8s.gcr.io",
"k8s.libcuda.so": "https://registry.k8s.io",
"ghcr.libcuda.so": "https://ghcr.io", "ghcr.libcuda.so": "https://ghcr.io",
"cloudsmith.libcuda.so": "https://docker.cloudsmith.io", "cloudsmith.libcuda.so": "https://docker.cloudsmith.io",
}; };