Docker Multi stage, Dockerfile,

I am having a issue in a docker multi-stage process. Dockerfile with multi-stage task. When i run dockerfile to build a new image and new image created but in multi stage task. I got multiple images in base machine. I don’t want that how can i delete in while building a image in dockerfile at multi stage task, i want only one of final image.

thanks & regards,