-
Notifications
You must be signed in to change notification settings - Fork 16
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
Ability to test an image localy #752
Comments
I agree and I think this should be done. We have 2 routes, we can either: Option 1. native qemu commmands We can use native qemu commands similar to the hackathon, and output it to a console socket and pick it up with a socket. This was done before for the demo. Advantages:
Disadvantages:
Option 2. podman-bootc CLI We could also use https://github.com/containers/podman-bootc however, this is still pretty early. Advantages:
Disadvantages:
IMHO we should go the qemu route as we already had that working with the POC and then wait until podman-bootc features are implemented upstream? |
Screen.Recording.2024-09-10.at.10.21.47.AM.movI created a POC that uses qemu since it integrates well with our library. I discovered yesterday that qemu has websocket support out of luck, and our terminal library (xterm.js) supports websockets out of pure coincidence. We can launch the VM and access the terminal all within the podman extension. |
@slemeur @deboer-tim I have updated this epic to include four issues to cover the feature (initial implementation, other OS support, etc.) as per Slack discussions |
Moved the first issue / experimental Mac support to 1.5 milestone, and removing 1.5 milestone from this epic as we don't currently have a target. |
Epic domain
As a user of the bootc extension, I would like to make turnaround and edits while I'm creating a bootable image easy to test.
The goal of this epic, would be to explore the different possibilities that could be used to enable testing a bootable image locally, by running it as a VM. (While we will probably not be able to encompass all the different environments, we should aime to provide a minimal support for this)
Additional context
In the past, we were having a "Launch VM" button, which was useful to better showcase the value of bootc images.
(added by @cdrage)
Tasks to be completed for "full" feature:
The text was updated successfully, but these errors were encountered: