Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add git source #36

Closed
tonistiigi opened this issue Jun 23, 2017 · 1 comment · Fixed by #63
Closed

Add git source #36

tonistiigi opened this issue Jun 23, 2017 · 1 comment · Fixed by #63

Comments

@tonistiigi
Copy link
Member

Git source should be able to pull in data directly based on git repo reference.

It should create one mutable snapshot reference per repository(or maybe even a single static repo). When source is repeatedly called it should just fetch the updates and then check out to a new snapshot that is actually used. It could also detect that if commit sha has not changed it will always return same snapshot reference.

@thaJeztah
Copy link
Member

Support for subdirectories was not yet added; I added a tracking issue for that; #1684

alexcb added a commit to alexcb/buildkit that referenced this issue Apr 8, 2021
Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
goller added a commit to goller/buildkit that referenced this issue Aug 21, 2023
fix: always fsync bolt for safety
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants