On 4/18/19 2:37 PM, Brian Rosmaita wrote:
I really need to get caught up on my ML reading.
On 4/11/19 6:40 PM, Thomas Goirand wrote: [snip]
It's just a shame that Glance doesn't show MD5 and not sha512 sums by default...
The Secure Hash Algorithm Support ("multihash") spec [0] for Glance was implemented in Rocky and provides a self-describing secure hash on images (in addition to the 'checksum', which is preserved for backward compatability.) The default is SHA-512. See the Rocky release notes [1] for some implementation details not covered by the spec.
The multihash is displayed in the image-list and image-show API responses since Images API v2.7, and in the glanceclient since 2.12.0.
That's the thing. "image show --long" continues to display the md5sum instead of the sha512. Cheers, Thomas Goirand (zigo)