container,build: replace hard coded docker with what is available, similarly to what we do elsewhere #1306
Labels
good first issue
Identifies an issue that has been specifically created or selected for first-time contributors.
help wanted
Identifies an issue that has been specifically created or selected for new contributors.
kind/enhancement
sig/buildsystem
Denotes an issue or PR that relates to changes in the build system.
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: