ci(build): query scorecard image tags with registry v2 api (backport #915) #916
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.
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
git commit -S -m "YOUR_COMMIT_MESSAGE"
Fixes: #914
Description of the change:
podman search
withcurl
to registry v2 api (quay.io
is compatible). References: https://docker-docs.uclv.cu/registry/spec/api/#existing-manifestsHEAD
request to/v2/<name>/manifests/<reference>
to check if an image exists for the specified tag.Motivation for the change:
See #914. I avoided fetching tags since the tag list can grow rather large with time. This method should basically query in constant time and also skip pulling the image layers.
How to manually test:
Check if a image for specified tag exists:
Sample run: https://github.com/tthvo/cryostat-operator/actions/runs/9884455121/job/27300862066
This is an automatic backport of pull request #915 done by [Mergify](https://mergify.com).