-
Notifications
You must be signed in to change notification settings - Fork 123
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
container,build: replace hard coded docker with what is available, similarly to what we do elsewhere #1306
Comments
@dhiller: Guidelines
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/good-first-issue |
@dhiller: Guidelines
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
Is your feature request related to a problem? Please describe:
We currently build kubevirtci images using docker, we should use whatever image build system is available instead.
Example:
kubevirtci/cluster-provision/centos9/build.sh
Line 7 in cde64d6
Describe the solution you'd like:
In general we have solution(s) available that figure out what platforms are present and depending on what the user prefers. We should apply that logic to the hard coded parts that are remaining.
Example of a good solution: https://github.com/kubevirt/kubevirt/blob/35b53a7f687e1b7c53eb1476337aef36807e7402/hack/common.sh#L11
Describe alternatives you've considered:
None
Additional context:
/help
Ping @brianmcarey or @dhiller for further information about this.
The text was updated successfully, but these errors were encountered: