roadmap
roadmap copied to clipboard
Programmatically retrieve image's hierarchy
Hello! I am just wondering if it is possible to retrieve a docker image's parent image reference, similar to what docker hub as shown below:
I understand there's docker history that displays the layers of an image, but it does not show the mappings to the parent image.
Thank you!