Skip to content

Understanding git integration and volumes #252

Answered by mbecker20
lordraiden asked this question in Q&A
Discussion options

You must be logged in to vote

Komodo Core

The repo-cache directory is attached to Core container because Core will also clone the repo for the latest commit hash, to provide information on it compared the the actual repo which is cloned on your server. This directory doesn't need to be persisted, in fact it doesn't need to be mounted to at all. But I make default mounted because if you have many repo, it will have to clone them all again when you re-create Komodo Core container on eg version upgrade. While if you mount the repo-cache, Core doesn't have to clone them all again as they are persisted, it can just pull. But nothing will break either, just a bit more efficient to use a persistent mounted cache.

The syncs d…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lordraiden
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants