-
Notifications
You must be signed in to change notification settings - Fork 522
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
Inline registry mirror configuration is deprecated in containerd #1963
Comments
I think that this feature would be good to solve as there are a lot of other feature requests which would be solved by just updating the mirror configuration. Instead of having to expose every single parameter users would be able to write their own mirror configuration files which would be placed in the correct file path. |
FYI it's still there in 1.7.0 :) https://github.com/containerd/containerd/blob/v1.7.0/pkg/cri/config/config.go#L209 |
Is there any update on this? I'd really like to install "spegel" and can't because of this issue. |
What if it's only hanging about because people keep using it and the maintainers are being overly cautious because people haven't stopped using it? |
Any update on this? is Bottlerocket going to support this |
Appears to have been slated for removal in containerd 2.1, pushed back from its previous targeted removal of 2.0. |
What I'd like:
Inline registry mirror configuration as used by bottlerocket is deprecated since containerd version
1.5.0
and might be removed in containerd version1.7
.Bottlerocket should be update to use the new approach to configure the image registries for containerd, as outlined in
Setting
config_path
instead of inlining the mirror configuartion,and generating the corresponding directory structure and files
The text was updated successfully, but these errors were encountered: