docker image for amd64 is 6 times bigger than arm64
Docker Image Size Discrepancy: linux/amd64 6x Larger than linux/arm64 Problem Description I’m building a Docker image for my Python Flask application on my Mac. I’ve noticed a significant size discrepancy between the linux/amd64 and linux/arm64 targeted images: linux/amd64 image size: ~6GB linux/arm64 image size: ~1GB This 6x size difference persists even when building from Docker […]
docker image for amd64 is 6 times bigger than arm64
Docker Image Size Discrepancy: linux/amd64 6x Larger than linux/arm64 Problem Description I’m building a Docker image for my Python Flask application on my Mac. I’ve noticed a significant size discrepancy between the linux/amd64 and linux/arm64 targeted images: linux/amd64 image size: ~6GB linux/arm64 image size: ~1GB This 6x size difference persists even when building from Docker […]
docker image for mad64 is 6 times bigger than arm64
I’m building a docker image for my python flask application from my mac.