add support for unsortable tags (SHA tags) and non-standard :latest tag #866
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
#21575 add support for unsorted tags (when dealing with non-semver image tags like
https://quay.io/repository/devfile/base-developer-image?tab=tags&tag=latest which is SHA-based tags);
add support for non-standard latet tag queries (eg., if there's no :latest tag, use :ubi8-latest)
Change-Id: I6b36210499b7625e19f2cf389f608d8cb452ff14
Signed-off-by: Nick Boldt [email protected]
Screenshot/screencast of this PR
N/A
What issues does this PR fix or reference?
eclipse-che/che#21575
How to test this PR?
devfile/developer-images@ec3d8c0
This is the error I don't let know how to work around -- the newer tag is found, but the "which one is greater?" check is failing:
PR Checklist
As the author of this Pull Request I made sure that:
Reviewers
Reviewers, please comment how you tested the PR when approving it.