From e220b34c3bdfd667f57eed86370a774f89588774 Mon Sep 17 00:00:00 2001 From: ciiiii Date: Tue, 26 Apr 2022 11:31:58 +0800 Subject: [PATCH] support cloudsmith.docker.io --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 39d5d6c..163974f 100644 --- a/src/index.js +++ b/src/index.js @@ -9,6 +9,7 @@ const routes = { "gcr.libcuda.so": "https://gcr.io", "k8s-gcr.libcuda.so": "https://k8s.gcr.io", "ghcr.libcuda.so": "https://ghcr.io", + "cloudsmith.libcuda.so": "https://smish.cloudsmith.io", }; function routeByHosts(host) {