docker build with no cache code example
Example 1: docker build don't use cache
docker build --no-cache
Example 2: docker force new build without cache
docker builder prune --filter type=exec.cachemount
docker build --no-cache
docker builder prune --filter type=exec.cachemount