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

Output directory confusing #103

Open
cdrage opened this issue Jan 10, 2024 · 2 comments
Open

Output directory confusing #103

cdrage opened this issue Jan 10, 2024 · 2 comments

Comments

@cdrage
Copy link
Contributor

cdrage commented Jan 10, 2024

Example:

        qcow2: 'qcow2/disk.qcow2',
        ami: 'image/disk.raw',
        raw: 'image/disk.raw',
        iso: 'bootiso/disk.iso',

Is where all the locations are.

But it should be:

        qcow2: 'qcow2/disk.qcow2',
        ami: 'ami/disk.raw',
        raw: 'raw/disk.raw',
        iso: 'iso/disk.iso',

Which makes more sense / predictable.

@LukeShortCloud
Copy link

A few new file formats were added since this GitHub Issue was originally created. Now the full list is:

  • ami and raw: image/disk.raw
  • anaconda-iso: bootiso/disk.iso
  • gce: gce/image.tar.gz
  • qcow2: qcow2/disk.qcow2
  • vhd: vpc/disk.vhd
  • vmdk: vmdk/disk.vmdk

@mvo5
Copy link
Collaborator

mvo5 commented Dec 18, 2024

Fwiw, I would love to to see a --output flag that allows the caller to specify the filename, this way the caller can decide what it wants. There is some prereq work in osbuild/images#1039 happening (but there are some code design questions still open)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants