No support for git-lfs
See original GitHub issueBehaviour
Steps to reproduce this issue
- Set up a repository with files tracked by git-lfs (e.g. add a png image to a repo and
git lfs track "*.png"
). COPY
those files in your Dockerfile.- Use this action to build that Dockerfile.
Expected behaviour
Docker image contains the file tracked by git-lfs.
Actual behaviour
Docker image contains the git-lfs pointer.
Configuration
Happens on the current README config.
More
-
This is extra confusing because any
actions/checkout
runs withlfs: true
are ignored since this action is doing its own checkout. E.g. see this on stack overflow–there are several other reports scattered around. -
Separately, DockerHub also lacks git-lfs support, that is mentioned in its docs and also in this Issue: https://github.com/docker/hub-feedback/issues/500
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Git LFS - GitHub
An open source Git extension for versioning large files. Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets,...
Read more >GIT LFS Support - Missing Documentation
Hi,. I am looking a documentation on how correctly I need to push large file in my Azure DevOps On-Prem Server. How Can...
Read more >Git Large File Storage (LFS) - GitLab Docs
Managing large files such as audio, video and graphics files has always been one of the shortcomings of Git. The general recommendation is...
Read more >Does Domino support GIT LFS?
At the moment, Domino does not support GIT LFS natively. This means we cannot sync a GIT-LFS repo, nor can you add it...
Read more >Current limitations for Git LFS with Bitbucket - Atlassian Support
At this time, Bitbucket Cloud does not support Git LFS lock functionality. For more information or to vote for or leave feedback on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For anyone else with this issue, see this repo for a workaround: https://github.com/roim/docker-action-lfs
Are there any updates on this? 😃