Assigned
Status Update
Comments
wb...@google.com <wb...@google.com>
wb...@google.com <wb...@google.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
Best Regards,
Josh Moyer
Google Cloud Platform Support
Best Regards,
Josh Moyer
Google Cloud Platform Support
pa...@torqata.com <pa...@torqata.com> #3
This is not only useful for IP addresses, but also for many other resources. I understand that names are currently used as identifiers, so this request is probably not trivial to implement. Maybe distinguishing between a (numeric, automatically generated) identifier and a (textual) label is the way to go?
Description
What you would like to accomplish:
Ability to sort images by upload time through gcloud command
How this might work:
gcloud container images list-tags --sort-by="~upload-time"
If applicable, reasons why alternative solutions are not sufficient:
Currently 'gcloud container images list-tags' command only support sort images by it's CREATION time, via something like 'gcloud container images list-tags --sort-by="~timestamp" IMAGES'
However, it's a real requirement to trigger a CI/CD pipeline or an operation when new version of image is UPLOADED with same tag
Other information (workarounds you have tried, documentation consulted, etc):
For now list-tags sub-command only support order images by creation time. please kindly advice if it's possible to get the latest pushed image version, thank you.