-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefinition-manifest.json
More file actions
65 lines (65 loc) · 1.13 KB
/
Copy pathdefinition-manifest.json
File metadata and controls
65 lines (65 loc) · 1.13 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
{
"variants": ["14-buster", "12-buster", "10-buster","14-stretch", "12-stretch", "10-stretch"],
"build": {
"latest": true,
"rootDistro": "debian",
"tags": [
"javascript-node:${VERSION}-${VARIANT}"
],
"variantTags": {
"14-buster": [ "javascript-node:${VERSION}-14" ],
"12-buster": [ "javascript-node:${VERSION}-12" ],
"10-buster": [ "javascript-node:${VERSION}-10" ]
}
},
"dependencies": {
"image": "node:${VARIANT}",
"imageLink": "https://hub.docker.com/_/node",
"debian": [
"apt-utils",
"git",
"openssh-client",
"gnupg2",
"iproute2",
"procps",
"lsof",
"htop",
"net-tools",
"psmisc",
"curl",
"wget",
"rsync",
"ca-certificates",
"unzip",
"zip",
"tar",
"nano",
"vim-tiny",
"less",
"jq",
"lsb-release",
"apt-transport-https",
"dialog",
"libc6",
"libgcc1",
"libgssapi-krb5-2",
"libicu[0-9][0-9]",
"liblttng-ust0",
"libstdc++6",
"zlib1g",
"locales",
"sudo",
"ncdu",
"man-db",
"zsh",
"yarn"
],
"git": {
"Oh My Zsh!": "/root/.oh-my-zsh",
"nvm": "/usr/local/share/nvm"
},
"npm": [
"eslint"
]
}
}