We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a Talos service which implements OCI Distribution API.
Note: containerd will send registry name (e.g. ghcr.io) as ?ns=ghcr.io.
ghcr.io
?ns=ghcr.io
A service is given a list of root paths containing image cache in the format described in #9611.
If the manifest/blob is available, service should deliver it, if not, it returns 404 to let containerd fallback to the next one.
Test plan: inject the local registry as the first endpoint in the mirrors list, pull should happen from the cache first, falling back to upstream.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
DmitriyMV
No branches or pull requests
Implement a Talos service which implements OCI Distribution API.
A service is given a list of root paths containing image cache in the format described in #9611.
If the manifest/blob is available, service should deliver it, if not, it returns 404 to let containerd fallback to the next one.
Test plan: inject the local registry as the first endpoint in the mirrors list, pull should happen from the cache first, falling back to upstream.
The text was updated successfully, but these errors were encountered: