-
Notifications
You must be signed in to change notification settings - Fork 135
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
Add support for public registries #303
Comments
@gianarb I think it might be tangentially related. Ideally we'd support working with an existing registry host more easily, which is what this would be targeting. Ideally if we do deploy a registry it should be secure, but if a user already has a registry (or wants to use a public registry), then we should allow for it to be used and not necessarily require authentication for pulls. |
FYI, this ticket and others that are similar have been captured in this discussion #586 |
#607 touches on this a little bit |
close by #607 |
Currently, docker registry username, password, and host values must be provided throughout the Tinkerbell ecosystem.
While authenticated Docker registries are practical for production deployments, in development and home lab environments this additional configuration and requirement creates a burden and restricts use.
By making these registry arguments optional, we enable:
This may require changes to boots, tink-worker, and perhaps others. This issue only reflects the tink-worker changes.
Originally posted by @detiber in #287 (comment)
The text was updated successfully, but these errors were encountered: