|
|
Subscribe / Log in / New account

Docker and the OCI container ecosystem

Docker and the OCI container ecosystem

Posted Jul 29, 2022 13:00 UTC (Fri) by mathstuf (subscriber, #69389)
In reply to: Docker and the OCI container ecosystem by k3ninho
Parent article: Docker and the OCI container ecosystem

I agree that `git-annex` is a wonderful solution (far better than `git-lfs` IMO). However, it's reliance on symlinks really sucks for Windows developers.

FWIW, my main issues with `git-lfs` include:

- doesn't reuse git's authentication mechanisms
- all data is only looked for at a single location (i.e., no multi-url remotes)
- fork-based workflows get confused when data is added and removed across some history that you rebase on (it will complain about the missing object but there's no nice way to fetch just that object so you can push without `git lfs fetch --all`)


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds