What I have done this week
Works towards analyzing multistage dockerfile. I combined the draft PR and the review from my mentors, the new commit is the first step of my plan. We split the multistage dockerfile into seperate dockefiles for build. Here are the changes in the new commit.
1. Modified function check_multistage_dockerfile() to return.
2. Remove function split_multistage_dockerfile() since we are working on the building stage. split_multistage_dockerfile() can be improved on analyze stage.
To Do
1. Improve readability for function check_multistage_dockerfile().
2. Try build images and analyze on them.
Did I get stuck somewhere?
Not yet.