rocky-linux / rockylinux.org-gatsby

The official website of the Rocky Linux project.
https://rockylinux.org
BSD 3-Clause "New" or "Revised" License
177 stars 75 forks source link

Rocky Cloud Images page is missing date and type/variant fields #492

Open neirbowj opened 1 year ago

neirbowj commented 1 year ago

Description

Any attribute which serves to differentiate one AMI from another should be exposed on the Cloud Images page. Evidently, the image build date and an attribute which appears to be some kind of type or variant designation are such attributes which are not displayed as columns in the results table nor available as filtering criteria.

Screenshots

cloud-images-91-x86_64_us-east-2 console-ec2-ami-search

Files

Not evident from the submitter's perspective.

To Reproduce

  1. Visit the Cloud Images page
  2. Apply all available filters (e.g. OS Version = 9.1, Provider = AWS, Region = us-east-2, Architecture = x86_64
  3. Attempt to discern the differences among the multiple resulting AMI IDs
neirbowj commented 1 year ago

To be clear, I don't think it is necessary for the date and variant attributes to be available as filter criteria. Exposing that information in the results table would be sufficient.

tcooper commented 1 year ago

Required to fix...

  1. add AMI name to cloud-images.json,
  2. update cloud-images.js adding column for AMI name field.

Ideally the tooling that generates cloud-images.json should be modified to sort the output (eg. jq 'sort_by(.version, .provider, .region, .architecture )' <input >cloud-images.json) to minimize the diff created on future updates.