Skip to content

Containerd mirror not work with depdendency_proxy

The root cause is: containerd add a query parameter ns=docker.io when it use the mirror. this issue is already describe here.

this generate this http query:

GET /ubbleai/dependency_proxy/containers/v2/library/wordpress/manifests/sha256:98c27dadc387630195ff571bacc7c2fc9e8e2b9d66ae9019f7aa0ee936ec593f?ns=docker.io HTTP/1.1 - 302

With a http code 302.

Can we simply for the first step ignore the parameter?