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

Switch to non-preview tagging pattern for .NET 9 #5821

Merged
merged 7 commits into from
Aug 27, 2024

Conversation

lbussell
Copy link
Contributor

Fixes #5055

  • Remove preview suffix from tags in manifest.json and/or manifest.versions.json
  • Move new version tags out of preview sub-tables in MCR tags metadata templates
  • In readme templates:
    • Switch Featured Tags from "(Preview)" to "(Release Candidate)" in nightly branch
    • Add new .NET Version to Featured Tags as "(Release Candidate)" in main branch

Copy link
Member

@mthalman mthalman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Preview needs to be disabled for the tests too:

public static readonly ImageVersion V9_0 = new(new Version(9, 0), isPreview: true);

@lbussell lbussell enabled auto-merge (squash) August 21, 2024 17:06
@lbussell lbussell merged commit 1627686 into dotnet:nightly Aug 27, 2024
112 checks passed
lbussell added a commit to lbussell/dotnet-docker that referenced this pull request Sep 9, 2024
lbussell added a commit to lbussell/dotnet-docker that referenced this pull request Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants