Fixed
Status Update
Comments
vl...@google.com <vl...@google.com> #2
Hello,
Thank you for reporting this issue.
I was able to reproduce your issue and contacted our Cloud SDK Engineering Team to investigate it further. However there is no ETA for a resolution at this time.
Future updates regarding this issue will be provided here.
Please “star” the issue to receive comments and status updates.
Thank you for reporting this issue.
I was able to reproduce your issue and contacted our Cloud SDK Engineering Team to investigate it further. However there is no ETA for a resolution at this time.
Future updates regarding this issue will be provided here.
Please “star” the issue to receive comments and status updates.
hd...@google.com <hd...@google.com> #3
Thank you for bringing this issue to our attention! This has been fixed and is scheduled to be part of version 325.0.0 set to be released on Tuesday, January 26.
su...@gmail.com <su...@gmail.com> #4
Thank you, looking forward for the new release.
Description
gcloud container list-tags
command--flatten
argument appears to correctly enumerate tags but incorrectly returns the last value in the list as each entry's valueI'm trying to get list of all the tags in my private GCR repository. I could do that using
gcloud container
command as follows:However, I need the list to be flatten so that i can get tags "0.0.4" and "latest" in separate rows. I tried following command.
What I expected to happen:
What actually happened, is to my surprise repeating
latest
tag but omitting0.0.4
: