You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual behavior
Under https://gcr.io/v2/kaniko-project/executor/tags/list we can query the tag of the image.
I noticed that under in the tag list, there is v1.23.0, v1.23.1 but not v1.23.2, v1.23.0-debug or v1.23.2-debug for example.
That prevent tools like renovate to work for example.
I don't know if you have access to a UI or something where you can see all the tags deployed for the image. The weird stuff is that we can pull the different missing image tag.
Actual behavior
Under https://gcr.io/v2/kaniko-project/executor/tags/list we can query the tag of the image.
I noticed that under in the tag list, there is v1.23.0, v1.23.1 but not v1.23.2, v1.23.0-debug or v1.23.2-debug for example.
That prevent tools like renovate to work for example.
I don't know if you have access to a UI or something where you can see all the tags deployed for the image. The weird stuff is that we can pull the different missing image tag.
Expected behavior
All tags should be listed under https://gcr.io/v2/kaniko-project/executor/tags/list
To Reproduce
Steps to reproduce the behavior:
1.curl https://gcr.io/v2/kaniko-project/executor/tags/list | jq .tags
Additional Information
Triage Notes for the Maintainers
--cache
flagThe text was updated successfully, but these errors were encountered: