forked from devcontainers/images
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcgmanifest.json
More file actions
55 lines (55 loc) · 1.56 KB
/
Copy pathcgmanifest.json
File metadata and controls
55 lines (55 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"Registrations": [
{
"Component": {
"Type": "git",
"Git": {
"Name": "Oh My Zsh!",
"repositoryUrl": "https://github.com/ohmyzsh/ohmyzsh",
"commitHash": "872b5cd4086a5547dbf788dda4e96ab3868cf59b"
}
}
},
{
"Component": {
"Type": "git",
"Git": {
"Name": "nvm",
"repositoryUrl": "https://github.com/nvm-sh/nvm.git",
"commitHash": "bab86d5de571015b63fd8fc30b47bbe072a1290e"
}
}
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "git",
"Version": "2.39.2",
"DownloadUrl": "https://github.com/git/git"
}
}
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "Docker Image: node",
"Version": "current-bookworm",
"DownloadUrl": "https://hub.docker.com/_/node"
}
}
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "Docker Image: node",
"Version": "lts-bookworm",
"DownloadUrl": "https://hub.docker.com/_/node"
}
}
}
],
"Version": 1
}