question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No support for git-lfs

See original GitHub issue

Behaviour

Steps to reproduce this issue

  1. Set up a repository with files tracked by git-lfs (e.g. add a png image to a repo and git lfs track "*.png").
  2. COPY those files in your Dockerfile.
  3. 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

  1. This is extra confusing because any actions/checkout runs with lfs: 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.

  2. 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:open
  • Created 3 years ago
  • Reactions:4
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
Mluckydwyercommented, Feb 24, 2022

For anyone else with this issue, see this repo for a workaround: https://github.com/roim/docker-action-lfs

1reaction
geokaragianniscommented, Jun 15, 2021

Are there any updates on this? 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found