Skip to content
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

Add support for marking specific tags as "Featured" in the manifest #1609

Open
lbussell opened this issue Feb 24, 2025 · 1 comment
Open

Comments

@lbussell
Copy link
Contributor

lbussell commented Feb 24, 2025

There is a desire to have a more detailed and/or dynamic "Featured Tags" section in the https://github.com/dotnet/dotnet-docker repo's README files.

Currently those are written by hand to refer to floating tags.

I think that instead, we should be able to mark a tag as "Featured" and then generate the featured tags list/table during README generation.

For example:

        // ...
        {
          "productVersion": "$(dotnet|8.0|product-version)",
          "sharedTags": {
            "$(dotnet|8.0|fixed-tag)-bookworm-slim": {},
            "$(dotnet|8.0|minor-tag)-bookworm-slim": {},
            "$(dotnet|8.0|fixed-tag)": {
              "featured": true
            },
            "$(dotnet|8.0|minor-tag)": {
              "featured": true
            }
          },
          "platforms": [
            ...
          ]
        },
        // ...
@lbussell
Copy link
Contributor Author

lbussell commented Mar 3, 2025

[Triage] While this is a good solution to keeping featured tags up to date, it provides little value on its own. It'll be easier to prioritize this if it's in the context of a larger proposal for README UX improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant