Advanced Build Features - docker/buildx

Advanced Build Features of buildx:

–no-cache-filter

This option allows configuring the build to ignore the cache only for specified Dockerfile stages. It can be used to force rebuild of specific stages without affecting the cache of other stages.