Skip to content
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

Add more details to "Image Details" section #369

Closed
frakman1 opened this issue Sep 22, 2021 · 1 comment · Fixed by #399
Closed

Add more details to "Image Details" section #369

frakman1 opened this issue Sep 22, 2021 · 1 comment · Fixed by #399
Labels
enhancement Add a new feature

Comments

@frakman1
Copy link

Currently, the Image Details section looks like this:


│ Image Details ├────────────────────────────────────────────────────────────────────────────────

Image name: frakman1/test_scratch:0.1
Total Image size: 20 B
Potential wasted space: 0 B
Image efficiency score: 100 %

It would be better if it also icluded:

  • IMAGE ID
  • DIGEST

These values are presented when typing docker image ls --digests and would save a step and look more complete.
e.g.:

$docker image ls --digests
REPOSITORY                                                TAG               DIGEST                                                                    IMAGE ID       CREATED        SIZE
frakman1/test_scratch                                     0.1               sha256:d037ef408607a7b40baef9c970d7b6b9d902e3202e9fd9257696bd1b7a38f354   21183c6b125f   3 hours ago    20B
@mark2185 mark2185 mentioned this issue Apr 29, 2022
@wagoodman
Copy link
Owner

Implemented in #399

@wagoodman wagoodman linked a pull request Jul 7, 2023 that will close this issue
@wagoodman wagoodman added the enhancement Add a new feature label Jul 7, 2023
@wagoodman wagoodman changed the title Feature Request: Add more details to "Image Details" section Add more details to "Image Details" section Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Add a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants