-
Notifications
You must be signed in to change notification settings - Fork 619
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
Provide the size of the disk image, along with the checksum and url #1586
Comments
The reason for this was the question of "which template has the bigger images, ubuntu or debian" |
Any reason not to just use comment lines? |
Wouldn't that make the parsing harder ? I'm imaging some kind of tool or visualization, similar to what we currently do for So far the workaround was more in the lines of |
Like if you want to use some parsing construct, avoid hitting the remote server for known information....
|
I'm fine to add the size field, but I expect it to happen after this: Otherwise maintaining the templates will be even much harder. |
I'm not sure how important disk size really is, these days. If one really wanted to complicate things, it could even record the uncompressed* size (like * this would only make sense for compressed images |
Description
I know that one can ask the server, but maybe it is down or slow.
When we automate the checksumming ("digest"), we could have it populate the byte size as well ?
A disk size of "0" would just mean that we don't know, before contacting (or that the image is generic)
The text was updated successfully, but these errors were encountered: