-
Notifications
You must be signed in to change notification settings - Fork 461
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
crictl ps command . If Image column should show image digest? #1766
Comments
@jokemanfire thank you for opening the issue! We use Lines 569 to 571 in c1a4f20
To which field is the |
@jokemanfire the image_ref will resolve mostly into the digest value, which is different from the repo tag value. It's tricky, but changing the behavior will definitely be a breaking one. |
Let me confirm that the Image column was originally designed to display the digest ID? Using the '- r' parameter is the tag that displays the image. Is that? |
I feel confuse about crictl ps -r . If we should use 'ImageRef' instead of Image.image? If it is coding negligence, I'd like to file change.
The text was updated successfully, but these errors were encountered: