From fd3cfd9a5a8c1cc52bd8d0123f52a10679acdc09 Mon Sep 17 00:00:00 2001 From: Mathiyarasy <157102811+Mathiyarasy@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:08:11 +0000 Subject: [PATCH 1/2] add git lfs install --- src/git-lfs/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git-lfs/install.sh b/src/git-lfs/install.sh index 554f42bbe..71066c7b3 100755 --- a/src/git-lfs/install.sh +++ b/src/git-lfs/install.sh @@ -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 From ca5f7d472f097393ad52fa2f91c8c3740274d656 Mon Sep 17 00:00:00 2001 From: Mathiyarasy <157102811+Mathiyarasy@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:26:09 +0000 Subject: [PATCH 2/2] update minor version --- src/git-lfs/devcontainer-feature.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/git-lfs/devcontainer-feature.json b/src/git-lfs/devcontainer-feature.json index 03acfcbbf..fe23e02cf 100644 --- a/src/git-lfs/devcontainer-feature.json +++ b/src/git-lfs/devcontainer-feature.json @@ -1,6 +1,6 @@ { "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.", @@ -40,4 +40,4 @@ "installsAfter": [ "ghcr.io/devcontainers/features/common-utils" ] -} +} \ No newline at end of file