-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Tests to validate floating tags #2316
Comments
This occurred again in #5311. |
Below, I've compiled a list of "rules" that I think the floating tags should be validated against. I compiled these based off of the rules in https://github.com/dotnet/dotnet-docker/blob/main/.github/ISSUE_TEMPLATE/releases/dotnet-release-lifecycle.md and by looking at the READMEs for each repo.
Below, is an implementation for the validation that I'm considering:
|
Closing in favor of #5841 |
An issue was recently identified where the
latest
tag was not being set correctly (#2307). We should consider having tests which validate floating tags in general are set correctly as a safeguard against a misconfigured manifest file.The text was updated successfully, but these errors were encountered: