First I download the source code for istio,choose tag 1.7.1,I run the command ‘make docker.proxyv2’ to build a istio-proxy image, then I got that :
istio/proxyv2 4e26c697ce460dc8d3b25b25818fb0163ca16394 994116f838b7 4 days ago 360MB
Why is it that the size of the mirror I compiled is 360MB, while the mirror I saw on official channels is just over 100 MB? I know this might have something to do with the base image, but I don’t know how to use the compile command to compile a mirror that matches the official release version.
can someone help me?