-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to look up dockerImageLayers information for all ImageStreamTag objects at once #23869
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale
…On Wed, Dec 25, 2019, 5:27 PM OpenShift Bot ***@***.***> wrote:
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually
close.
Exclude this issue from closing by commenting /lifecycle frozen.
If this issue is safe to close now please do so with /close.
/lifecycle stale
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23869?email_source=notifications&email_token=AIOU3RR7BOHLTOVOCXV75I3Q2PM5JA5CNFSM4I25CEZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHUUHPQ#issuecomment-568935358>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIOU3RR3M77ZLSM2QSLO6NLQ2PM5JANCNFSM4I25CEZA>
.
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale
…On Sat, Mar 28, 2020, 2:14 PM OpenShift Bot ***@***.***> wrote:
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually
close.
Exclude this issue from closing by commenting /lifecycle frozen.
If this issue is safe to close now please do so with /close.
/lifecycle stale
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23869 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIOU3RTIMIMAHUXMX6PKEGTRJY5BBANCNFSM4I25CEZA>
.
|
/lifecycle frozen |
Is there a more efficient way to obtain the dockerImageLayers for all images? Currently with
oc get istag --all
the dockerImageLayers info is omitted. I get the same result when listing all ImageStreamTags via the REST API as well. Is there a flag I can pass to have the imageLayer data returned in av1.ImageStreamTagList
?Steps To Reproduce
oc get istag --all -o yaml
Current Result
Output contains no
dockerImageLayers
info, it is set to 'null':Expected Result
I'd like to have a way to get the dockerImageLayers for all tags at once. Currently what I have to do is:
This is really time consuming because we have ~300 images
The text was updated successfully, but these errors were encountered: