-
Notifications
You must be signed in to change notification settings - Fork 28
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
Allow custom images on iterative_cml_runner resource #266
Conversation
Are there non-systemd images that could be selected(are there any popular non-systemd distros anymore)? That would definitely break, or consider that too much of archaic possibility to be concerned about? |
Of course! Custom images may use any other init system.
Alpine, which uses OpenRC. 🤷🏼 Although its popularity for containers is — by far — greater than for virtual machines.
We consider |
Yeah I realized this was a silly question 🦒 |
Not really; that's an excellent addition to the documentation. I believe that users with custom images will also wonder what the minimum requirements are. |
we could add another |
Container images only require |
don't we need terraform, node & cml too? |
Yes, for the |
Im missing a check of terraform in the setup script to fail in case its not present. |
Despite not being set as terraform-provider-iterative/iterative/resource_runner.go Lines 149 to 155 in 550c698
While the current |
Thats weird.
|
@iterative/cml, can we merge this? |
Could close #231 if merged