How to obtain software components and dependency contained in the Docker image?

I use Dockerfile build docker image, for example: my docker image is build from base image “base_platform:5.0”, then install a python package “fastapi 0.111.0”, finally copy the java build result “com.ali:my-app:1.0” into docker. The complete software components maybe like the following image:

So, how can I obtain the complete software components and dependency?

Is https://docs.docker.com/scout/how-tos/view-create-sboms/ what you are looking for?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.