-
Notifications
You must be signed in to change notification settings - Fork 908
Expand file tree
/
Copy pathmanifest.json
More file actions
80 lines (80 loc) · 1.36 KB
/
manifest.json
File metadata and controls
80 lines (80 loc) · 1.36 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"version": "2.2.7",
"variants": [
"3.4-bookworm",
"3.3-bookworm",
"3.3-bullseye"
],
"build": {
"latest": "3.4-bookworm",
"parent": "ruby",
"rootDistro": "debian",
"architectures": {
"3.4-bookworm": [
"linux/amd64",
"linux/arm64"
],
"3.3-bookworm": [
"linux/amd64",
"linux/arm64"
],
"3.3-bullseye": [
"linux/amd64",
"linux/arm64"
]
},
"tags": [
"jekyll:${VERSION}-${VARIANT}"
],
"variantTags": {
"3.4-bookworm": [
"jekyll:${VERSION}",
"jekyll:${VERSION}-bookworm"
],
"3.3-bookworm": [
"jekyll:${VERSION}-bookworm"
],
"3.3-bullseye": [
"jekyll:${VERSION}-bullseye"
]
}
},
"dependencies": {
"image": "mcr.microsoft.com/devcontainers/ruby:${VARIANT}",
"imageLink": "https://github.com/devcontainers/images",
"debian": [
{
"cgIgnore": false,
"name": "yarn"
}
],
"git": {
"Oh My Zsh!": "/home/vscode/.oh-my-zsh",
"nvm": "/usr/local/share/nvm",
"rbenv": "/usr/local/share/rbenv",
"ruby-build": "/usr/local/share/ruby-build"
},
"gem": [
"rake",
"ruby-debug-ide",
"debase",
"bundler",
"jekyll",
"github-pages"
],
"other": {
"git": {},
"rvm": null
},
"languages": {
"Ruby": {
"cgIgnore": true,
"path": "/usr/local"
},
"Jekyll": {
"cgIgnore": true,
"path": "/usr/local/bundle/bin"
}
}
}
}