Skip to content

Commit 970fdf3

Browse files
committed
Remove git and git-lfs features
git is already included in the used devcontainer image and git lfs was never used.
1 parent 565a617 commit 970fdf3

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

.devcontainer/devcontainer-lock.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@
99
"version": "2.12.4",
1010
"resolved": "ghcr.io/devcontainers/features/docker-in-docker@sha256:7f32d985aac6929b4f37cf8a0bdb9196473e9e192281a3d708207a70633f83df",
1111
"integrity": "sha256:7f32d985aac6929b4f37cf8a0bdb9196473e9e192281a3d708207a70633f83df"
12-
},
13-
"ghcr.io/devcontainers/features/git-lfs:1": {
14-
"version": "1.2.5",
15-
"resolved": "ghcr.io/devcontainers/features/git-lfs@sha256:71c2b371cf12ab7fcec47cf17369c6f59156100dad9abf9e4c593049d789de72",
16-
"integrity": "sha256:71c2b371cf12ab7fcec47cf17369c6f59156100dad9abf9e4c593049d789de72"
17-
},
18-
"ghcr.io/devcontainers/features/git:1": {
19-
"version": "1.3.4",
20-
"resolved": "ghcr.io/devcontainers/features/git@sha256:f24645e64ad39a596131a50ec96f7d5cf7a2a87544cce772dd4b7182a233e98a",
21-
"integrity": "sha256:f24645e64ad39a596131a50ec96f7d5cf7a2a87544cce772dd4b7182a233e98a"
2212
}
2313
}
2414
}

.devcontainer/devcontainer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"image": "mcr.microsoft.com/devcontainers/javascript-node:4-24",
33
"features": {
4-
"ghcr.io/devcontainers/features/git:1": {},
5-
"ghcr.io/devcontainers/features/git-lfs:1": {
6-
"autoPull": "false" // do not automatically pull LFS files when creating the container
7-
},
84
"ghcr.io/devcontainers/features/docker-in-docker:2": {
95
"moby": "false" // does not work with Debian Trixie based images
106
},

0 commit comments

Comments
 (0)