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
I can predict part of the result path, currently it'll be output/$distro-$release-$imagetype-$arch however, the path parts that come after that are unpredictable as they are xz/disk.raw.xz.
Perhaps we can make them more predictable by outputting:
output/$distro-$release-$imagetype-$arch.raw.xz
instead?
The text was updated successfully, but these errors were encountered:
Thank you! There are some hard-coded pieces in the image library currently around filenames, it would be nice to be more flexible here, some discussion is here osbuild/images#1039 - another source of hardcoding is osbuild itself that always creates the pipeline dir as prefix (c.f. https://github.com/osbuild/osbuild/blob/v137/osbuild/main_cli.py#L57)
Perhaps we can take this together with (an expanded) version of osbuild/osbuild#1930 so we know which files to expect where and then move them into friendlier paths?
When building an image like so:
I can predict part of the result path, currently it'll be
output/$distro-$release-$imagetype-$arch
however, the path parts that come after that are unpredictable as they arexz/disk.raw.xz
.Perhaps we can make them more predictable by outputting:
instead?
The text was updated successfully, but these errors were encountered: