Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dx120210209 authored Jun 14, 2024
1 parent 00b8c83 commit 2a54505
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ 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",
"docker.whb.plus": dockerHub,
"quay.whb.plus": "https://quay.io",
"gcr.whb.plus": "https://gcr.io",
"k8s-gcr.whb.plus": "https://k8s.gcr.io",
"k8s.whb.plus": "https://registry.k8s.io",
"ghcr.whb.plus": "https://ghcr.io",
"cloudsmith.whb.plus": "https://docker.cloudsmith.io",

// staging
"docker-staging.libcuda.so": dockerHub,
Expand Down

0 comments on commit 2a54505

Please sign in to comment.