kaniko icon indicating copy to clipboard operation
kaniko copied to clipboard

Missing tag in https://gcr.io/v2/kaniko-project/executor/tags/list

Open mlec1 opened this issue 1 year ago • 1 comments

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
  • - [ ]

mlec1 avatar Aug 19 '24 15:08 mlec1

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

mlec1 avatar Sep 03 '24 11:09 mlec1