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

Simplify dotnet/samples tags tables by un-documenting arch specific tags #5918

Open
lbussell opened this issue Sep 25, 2024 · 0 comments
Open

Comments

@lbussell
Copy link
Contributor

With #5057 and #5850, the samples tags tables have gotten very busy. It could be intimidating for users trying to choose between sample images to try, which is the opposite of what we want.

We should consider un-documenting some of the samples tags to simplify the table.

Example before:

Tags Dockerfile OS Version
dotnetapp-9.0-alpine-amd64, dotnetapp-9.0 Dockerfile Alpine
dotnetapp-chiseled-9.0-amd64, dotnetapp-chiseled-9.0 Dockerfile Ubuntu
aspnetapp-9.0-alpine-amd64, aspnetapp-9.0 Dockerfile Alpine
aspnetapp-chiseled-9.0-amd64, aspnetapp-chiseled-9.0 Dockerfile Ubuntu
dotnetapp-8.0-alpine-amd64, dotnetapp-alpine-amd64, dotnetapp-8.0, dotnetapp, latest Dockerfile Alpine
dotnetapp-chiseled-8.0-amd64, dotnetapp-chiseled-amd64, dotnetapp-chiseled-8.0, dotnetapp-chiseled Dockerfile Ubuntu
aspnetapp-8.0-alpine-amd64, aspnetapp-alpine-amd64, aspnetapp-8.0, aspnetapp Dockerfile Alpine
aspnetapp-chiseled-8.0-amd64, aspnetapp-chiseled-amd64, aspnetapp-chiseled-8.0, aspnetapp-chiseled Dockerfile Ubuntu

Example after un-documenting arch-specific samples tags:

Tags Dockerfile OS Version
dotnetapp-9.0 Dockerfile Alpine
dotnetapp-chiseled-9.0 Dockerfile Ubuntu
aspnetapp-9.0 Dockerfile Alpine
aspnetapp-chiseled-9.0 Dockerfile Ubuntu
dotnetapp-8.0, dotnetapp, latest Dockerfile Alpine
dotnetapp-chiseled-8.0, dotnetapp-chiseled Dockerfile Ubuntu
aspnetapp-8.0, aspnetapp Dockerfile Alpine
aspnetapp-chiseled-8.0, aspnetapp-chiseled Dockerfile Ubuntu
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