ciiiii / cloudflare-docker-proxy

A docker registry proxy run on cloudflare worker.
1.19k stars 2.43k forks source link

bug fix #29

Closed yuze66 closed 3 months ago

yuze66 commented 3 months ago

routes = [ { pattern = "docker.libcuda.so", custom_domain = true }, { pattern = "quey.libcuda.so", custom_domain = true }, { pattern = "gcr.libcuda.so", custom_domain = true }, { pattern = "k8s-gcr.libcuda.so", custom_domain = true }, { pattern = "k8s.libcuda.so", custom_domain = true }, { pattern = "ghcr.libcuda.so", custom_domain = true }, { pattern = "cloudsmith.libcuda.so", custom_domain = true }, ] ]

maybe is quay? not quey

ciiiii commented 3 months ago

fixed by #23