Closed joeltimothyoh closed 1 year ago
The CACHE_KEY argument adds a layer to the build making the build cache unique to its specified value. This helps circumvent the use of old build cache from identical Dockerfile layers while forcing cache to be used for matching CACHE_KEY values.
CACHE_KEY
The
CACHE_KEY
argument adds a layer to the build making the build cache unique to its specified value. This helps circumvent the use of old build cache from identical Dockerfile layers while forcing cache to be used for matchingCACHE_KEY
values.