-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Patch: Generic Containerd mirror support #203
Comments
assigned to myself. |
@dkoshkin are we adding |
Yes @supershal we should add the |
updated description of the issue to reflect current schema for image registry. https://github.com/d2iq-labs/capi-runtime-extensions/blob/main/docs/content/customization/generic/image-registries.md |
Can we close this now @dkoshkin @supershal ? |
Yes closed with #292 |
Extend the image registries API to also enable Containerd mirror.
A an image registry can either be configured to pass credentials (already implemented), a Containerd mirror or both.
server
is removed since we want to still fallback to upstream registry if image not found in the mirror:Configure same as above for 1 and after here add
Pay special attention to the format the URL is expected in, e.g. with port, with path, etc.
The text was updated successfully, but these errors were encountered: