I have a question when I'm building k3s. What is the difference between DOCKER_BUILDKIT=1 SKIP_IMAGE=1 SKIP_AIRGAP=1 SKIP_VALIDATE=1 GOCOVER=1 make and make package-image? When I execute DOCKER_BUILDKIT=1 SKIP_IMAGE=1 SKIP_AIRGAP=1 SKIP_VALIDATE=1 GOCOVER=1 first, it will build the image. ,k3s master 38fa60a49df8 53 seconds ago 2.43GB
, and then when I execute make package-image, it will build rancher/k3s v1.30.1-k3s-365b71dc-arm64 efe00f94c2cc 25 seconds ago 203MB. Which command should I use to build the k3s image? Do I have to execute DOCKER_BUILDKIT=1 SKIP_IMAGE=1 SKIP_AIRGAP=1 first? SKIP_VALIDATE=1 GOCOVER=1 make , when executing make pakage-image