Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
devcontainer-features
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazydevelop-devcontainer-temp
devcontainer-features
Commits
d1540c15
Unverified
Commit
d1540c15
authored
Jun 16, 2025
by
Mathiyarasy
Committed by
GitHub
Jun 16, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix git-lfs not actually running git lfs install (#1381)
* add git lfs install * update minor version
parent
3442a4e8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
devcontainer-feature.json
src/git-lfs/devcontainer-feature.json
+2
-2
install.sh
src/git-lfs/install.sh
+1
-1
No files found.
src/git-lfs/devcontainer-feature.json
View file @
d1540c15
{
"id"
:
"git-lfs"
,
"version"
:
"1.2.
4
"
,
"version"
:
"1.2.
5
"
,
"name"
:
"Git Large File Support (LFS)"
,
"documentationURL"
:
"https://github.com/devcontainers/features/tree/main/src/git-lfs"
,
"description"
:
"Installs Git Large File Support (Git LFS) along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like git and curl."
,
...
...
src/git-lfs/install.sh
View file @
d1540c15
...
...
@@ -270,7 +270,7 @@ if ! git lfs ls-files > /dev/null 2>&1; then
echo "(!) Skipping automatic 'git lfs pull' because no git lfs files were detected"
exit 0
fi
git lfs install
git lfs pull
EOF
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment