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

Closed
lbussell opened this issue Sep 25, 2024 · 2 comments
Closed
Assignees

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
@github-project-automation github-project-automation bot moved this to Backlog in .NET Docker Sep 25, 2024
@lbussell lbussell self-assigned this Oct 7, 2024
@lbussell lbussell removed the untriaged label Oct 7, 2024
@lbussell lbussell moved this from Backlog to Sprint in .NET Docker Oct 7, 2024
@lbussell lbussell moved this from Sprint to Current Release in .NET Docker Oct 14, 2024
@lbussell lbussell moved this from Current Release to In Progress in .NET Docker Oct 14, 2024
@lbussell
Copy link
Contributor Author

The feature work to support this is in progress at dotnet/docker-tools#1464

@lbussell
Copy link
Contributor Author

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

No branches or pull requests

1 participant