Docker image caching is not working as expected when building the CowGear CRG. It seems that somehow the cache gets invalidated. Locally things work as expected. Is this triggered by changes in irrelevant files/folders, e.g., .git. If yes this could be solved by using .dockerignore.
This issue has been marked stale because it has been open for 90 days with no activity. It will be automatically closed in 30 days if no further activity occurs.
Docker image caching is not working as expected when building the CowGear CRG. It seems that somehow the cache gets invalidated. Locally things work as expected. Is this triggered by changes in irrelevant files/folders, e.g.,
.git
. If yes this could be solved by using.dockerignore
.