diff --git a/src/index.js b/src/index.js index 97b088521..bc9373eff 100644 --- a/src/index.js +++ b/src/index.js @@ -7,17 +7,17 @@ const dockerHub = "https://registry-1.docker.io"; const routes = { // production - "docker.libcuda.so": dockerHub, - "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", - "ecr.libcuda.so": "https://public.ecr.aws", + "docker2.58658.site": dockerHub, + "quay.58658.site": "https://quay.io", + "gcr.58658.site": "https://gcr.io", + "k8s-gcr.58658.site": "https://k8s.gcr.io", + "k8s.58658.site": "https://registry.k8s.io", + "ghcr.58658.site": "https://ghcr.io", + "cloudsmith.58658.site": "https://docker.cloudsmith.io", + "ecr.58658.site": "https://public.ecr.aws", // staging - "docker-staging.libcuda.so": dockerHub, + "docker-staging.58658.site": dockerHub, }; function routeByHosts(host) {