-
Notifications
You must be signed in to change notification settings - Fork 661
Support compressed source images ("http://domain/image.qcow2.gz") #809
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
Comments
What is "archived source images"? |
Fo example: the source image gzipped or used another archive algorithm. like this: - location: "http://domain/image.qcow2.gz" |
That is normally called compressed images (like .gz or .xz), where "archive" is normally reserved for something like .tar or .zip Being able to automatically decompress would be a nice feature |
What do you think about https://github.com/mholt/archiver module. the workflow will be:
|
Looks overloaded. |
Flatcar still uses the legacy .bz2 format, as well |
Description
Currently you can use only raw source images
Sometimes OS distributive does not have unarchived images on the website. It will be nice to have such capabilities to use archived source images.
The text was updated successfully, but these errors were encountered: