#Avoid cache in docker build

9 messages · Page 1 of 1 (latest)

twilit river
#

Is it possible to avoid using cache in docker build ?

waxen orioleBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

spring quarryBOT
#

Project ID: 9b3b4e99-9728-4ff4-83b1-806e04dbd020

twilit river
#

9b3b4e99-9728-4ff4-83b1-806e04dbd020

celest hemlock
#

layers are only cached if they haven't changed, your problem is likely something else

#

what issues are you running into?

twilit river
#

yeah I think it might be because in my dockerfile I do a git clone, since the only thing that changes is in the repo cloned, the cache is used

celest hemlock
#

send the dockerfile please?

twilit river