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

Expose details about underlying base image #7351

Open
1 task done
afscrome opened this issue Jan 31, 2025 · 0 comments
Open
1 task done

Expose details about underlying base image #7351

afscrome opened this issue Jan 31, 2025 · 0 comments

Comments

@afscrome
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

I've been investigating a few issues with other developers recently where the root cause was a different container image being used to what I expected. (See #7350 for more context)

Whilst the source column on the dashboard does list hte contaienr image used, this typically refers to a (potentially mutable) tag, which means there's opportunity for docker to think the tag means something other than a human user thinks
Image

Describe the solution you'd like

I'd like to be able to see specifics about the specific base image being used

- Expose Digest of the image being used
- Expose Labels from the running image
- Expose `Created` date of the image from `docker image inspect`

Digest and Created date could be shown within resource details
Image

Labels could also be shown within resource details, or could warrant their own heading on the resource details page.

A more extreme solution could also be to provide a UI that provides raw access to docker inspect:

Image

Additional context

No response

@davidfowl davidfowl added this to the Backlog milestone Feb 1, 2025
@davidfowl davidfowl added the untriaged New issue has not been triaged label Feb 1, 2025
@karolz-ms karolz-ms removed the untriaged New issue has not been triaged label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants