Missing tag in https://gcr.io/v2/kaniko-project/executor/tags/list
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
- Might not be related to kaniko, but I don't have access to your admin interface where you can mange the image and check that.
Triage Notes for the Maintainers
| Description | Yes/No |
|---|---|
| Please check if this a new feature you are proposing |
|
| Please check if the build works in docker but not in kaniko |
|
Please check if this error is seen when you use --cache flag |
|
| Please check if your dockerfile is a multistage dockerfile |
|
It seems that the issue is now resolved.
For the maintainer: you can close the issue, I let it open, so you are aware of it in case you did or didn't do something