Skip to content
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

bootc_disk: Add support for vmdk, ova #504

Merged
merged 3 commits into from
Mar 8, 2024
Merged

Commits on Mar 7, 2024

  1. ovf, vmdk, tar: Adjust to support running on host

    Similar to eb24e7e which did
    this for qcow2.
    
    (Also fixing the typo `buidPipeline` in the ovf copy)
    cgwalters committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    87f36f0 View commit details
    Browse the repository at this point in the history
  2. bootc_disk: Add support for vmdk, ova

    We want to support generating these for bootc containers too.
    
    As the TODO says there's some clearly sharable code with `disk.go`.
    cgwalters committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e0ca489 View commit details
    Browse the repository at this point in the history
  3. image: add minimal test for vmdk

    mvo5 authored and cgwalters committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    dbcdce2 View commit details
    Browse the repository at this point in the history