Skip to content

Commit 0ef1922

Browse files
History: Update manifest.json to include root 'git' version (#429)
* History: Update manifest.json to include root 'git' version * update to "git": {}
1 parent b336dba commit 0ef1922

File tree

18 files changed

+39
-4
lines changed

18 files changed

+39
-4
lines changed

src/anaconda/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"certifi"
3333
],
3434
"other": {
35+
"git": {},
3536
"conda": {
3637
"cgIgnore": true,
3738
"path": "/opt/conda"

src/base-alpine/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"imageLink": "https://hub.docker.com/_/alpine",
2929
"git": {
3030
"Oh My Zsh!": "/home/vscode/.oh-my-zsh"
31+
},
32+
"other": {
33+
"git": {}
3134
}
3235
}
3336
}

src/base-debian/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"imageLink": "https://hub.docker.com/_/buildpack-deps",
3838
"git": {
3939
"Oh My Zsh!": "/home/vscode/.oh-my-zsh"
40+
},
41+
"other": {
42+
"git": {}
4043
}
4144
}
4245
}

src/base-ubuntu/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
"imageLink": "https://hub.docker.com/_/buildpack-deps",
4646
"git": {
4747
"Oh My Zsh!": "/home/vscode/.oh-my-zsh"
48+
},
49+
"other": {
50+
"git": {}
4851
}
4952
}
5053
}

src/cpp/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
"Clang": {
102102
"cgIgnore": true
103103
}
104+
},
105+
"other": {
106+
"git": {}
104107
}
105108
}
106109
}

src/dotnet/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
"path": "/usr",
6666
"downloadUrl": "https://dotnet.microsoft.com/"
6767
}
68+
},
69+
"other": {
70+
"git": {}
6871
}
6972
}
7073
}

src/go/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@
8888
"Go": {
8989
"cgIgnore": true
9090
}
91-
}
91+
},
92+
"other": {
93+
"git": {}
94+
}
9295
}
9396
}

src/java-8/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"nvm": "/usr/local/share/nvm"
4545
},
4646
"other": {
47+
"git": {},
4748
"SDKMAN!": null,
4849
"Eclipse Temurin": {
4950
"markdownIgnore": true,

src/java/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
"nvm": "/usr/local/share/nvm"
8282
},
8383
"other": {
84+
"git": {},
8485
"SDKMAN!": null
8586
},
8687
"languages": {

src/javascript-node/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
"cgIgnore": true,
4747
"path": "/usr/local"
4848
}
49+
},
50+
"other": {
51+
"git": {}
4952
}
5053
}
5154
}

0 commit comments

Comments
 (0)