-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
Description
The current method for determining the available tags in this repo isn't great. There are only two sources of information:
- image info - This is a JSON file that includes a lot of metadata and isn't the easiest to visually parse
- all tags - This provides a view of every single tag, including those that are not supported
We should consider providing a markdown file that lists the supported tags in table format, in the same way that is done with the official container images. This would allow consumers of the images to more easily locate the available tags and select the one they need.