microscaling / imagelayers-graph

A visualization tool to inspect and optimize Docker images used in your projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expand FROM to the right

openbrian opened this issue · comments

This is a feature request.

It would be nice to see the FROM directives, for a given docker package, expanded to the right. So say i search on node:latest. I understand that all the FROM are automatically expanded downwards, but when doing this i don't see the structure of the packages. I'd like to see each package. One reason for this is because some packages will be security reviewed and certified for use. So from there and below, i don't need to review any further.

Maybe leave the FROM and create an action to expand it as needed by the user.