Avoid cache in docker build
Is it possible to avoid using cache in docker build ?
Solution:Jump to solution
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
6 Replies
Project ID:
9b3b4e99-9728-4ff4-83b1-806e04dbd020
9b3b4e99-9728-4ff4-83b1-806e04dbd020
layers are only cached if they haven't changed, your problem is likely something else
what issues are you running into?
Solution
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
send the dockerfile please?
I fixed it, it was the issue I was saying