You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File names and extensions could be more predictable and friendlier if we use image type names and the container name.
We can use the image name as a basename for the disk files and the image type as the extension. Note that raw and ami are identical, so it might be wasteful to allow users to specify --type raw --type ami, build one image and copy it out as two files (which could be tens of GiB in size each).
The subdirectory in the output dir is, currently, the exported pipeline name because we take it directly from osbuild's output, but we should put it all in the same subdir (or a subdir matching the image type name).
I want the images that are output named to match the image name or let me name the image. I was thinking that BIB quay.io/podman/foobar --type ami --type raw --type hperv --type qcow I would end up with a directory tree of
File names and extensions could be more predictable and friendlier if we use image type names and the container name.
We can use the image name as a basename for the disk files and the image type as the extension. Note that
raw
andami
are identical, so it might be wasteful to allow users to specify--type raw --type ami
, build one image and copy it out as two files (which could be tens of GiB in size each).The subdirectory in the output dir is, currently, the exported pipeline name because we take it directly from osbuild's output, but we should put it all in the same subdir (or a subdir matching the image type name).
Originally posted by @rhatdan in #225 (comment)
The text was updated successfully, but these errors were encountered: