How to use label filter on intermediate containers that get created during build (assuming LABEL is set immediately after FROM command)?
问题 In the dockerfile, suppose I set a LABEL immediately after the FROM command, then is the label applied to every intermediate container and image generated in the subsequent step? I know that intermediate containers get removed during build after each step. But I am facing an issue where-in some of the intermediate container are not getting removed. This is causing the images created out of these containers (during the build process) to become dangled. I can see the images in docker images and