-
Notifications
You must be signed in to change notification settings - Fork 1
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 Libvirt container and compile the installer #3
base: installer-0.13
Are you sure you want to change the base?
Conversation
The added container can be used to run the installer. Note: This container doesn't include the required deps for compiling the installer. Signed-off-by: gbenhaim <[email protected]>
@cynepco3hahue any idea how do I fix the import path? |
the absolute path of the installer must be |
Added a build container for building the installer. Signed-off-by: gbenhaim <[email protected]>
Signed-off-by: gbenhaim <[email protected]>
Configuring NetwrokManager during build time can damage DNS configuration since we don't now what will be the DNS servers when the container will be started. Since only virsh configuration was left in setup.sh, move it also to runtime so we can remove setup.sh. Signed-off-by: gbenhaim <[email protected]>
10adfef
to
be5e80a
Compare
ci test please |
Signed-off-by: gbenhaim <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/booktube/bootkube/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/NetwormManager/NetworkManager/
No description provided.