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

Unexpected preview tagging scheme values for the new 8.0 preview images #4524

Closed
baronfel opened this issue Mar 29, 2023 · 1 comment
Closed

Comments

@baronfel
Copy link
Member

Describe the Bug

The new preview images have a tagging scheme that's out of alignment with the proposal - instead of 8.0-preview.N, images with the 8.0.0-preview.N format are visible on mcr.microsoft.com. I'd like to request retags to fix the version numbers - this mismatch impacts tag inference for the SDK container build tooling.

Steps to Reproduce

Other Information

Screenshot of dotnet/aspnet tags matching preview.2:

image

@mthalman
Copy link
Member

[Triage]
This was an inaccuracy in the original proposal. It doesn't really provide any value to have both 8.0-preview.N and 8.0.0-preview.N tags because they will always be synonymous. Normally, a two-part version number like 8.0 would be a floating tag that would be updated with each servicing release. But in the context of previews, that doesn't happen. The three-part version number will always be 8.0.0 for each preview release. So 8.0 and 8.0.0 are always equivalent for each preview release.

For that reason, we won't be publishing any 8.0-preview.N tags. We'll get the original proposal updated to reflect this.

@mthalman mthalman closed this as not planned Won't fix, can't repro, duplicate, stale Apr 12, 2023
@github-project-automation github-project-automation bot moved this from Backlog to Done in .NET Docker Apr 12, 2023
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

2 participants