resulting images always include devtools.
Hardware: Raspberry PI 4 with 8Gb Ram
OS: PI OS Bullseye Full distribution
Docker standard image : 2.1.3 is running OK
Docker Custom Git freshly clone.
using docker.alpine.sh
Resulting image for TAG_SUFFIX=default is about 415 Mb
image with TAG_SUFFIX=minimal is about 415 Mb
In both case the execution log always shows devtools installation.
here is my docker.alpine.sh with minimal suffix
Hi
docker.alpine.sh is calling Dockerfile.custom
In Dockerfile.custom many arguments are reassign
In Dockerfile.debian same thing happen
Is it ok to change Dockerfile.custom.sh and Dockerfile.debian.sh and remove those reassignement so that the only place they are assigned is from docker command in docker.alpine.sh and docker.debian.sh
Again I don't have a lot of experience with docker.