-
Notifications
You must be signed in to change notification settings - Fork 626
/
Copy pathmanifest.json
53 lines (53 loc) · 898 Bytes
/
manifest.json
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
{
"version": "1.2.5",
"variants": [
"noble",
"jammy",
"focal"
],
"build": {
"latest": false,
"rootDistro": "debian",
"architectures": {
"noble": [
"linux/amd64",
"linux/arm64"
],
"jammy": [
"linux/amd64",
"linux/arm64"
],
"focal": [
"linux/amd64"
]
},
"tags": [
"base:${VERSION}-${VARIANT}"
],
"variantTags": {
"noble": [
"base:${VERSION}-ubuntu-24.04",
"base:${VERSION}-ubuntu24.04"
],
"jammy": [
"base:${VERSION}-ubuntu-22.04",
"base:${VERSION}-ubuntu22.04",
"base:${VERSION}-ubuntu"
],
"focal": [
"base:${VERSION}-ubuntu-20.04",
"base:${VERSION}-ubuntu20.04"
]
}
},
"dependencies": {
"image": "buildpack-deps:${VARIANT}-curl",
"imageLink": "https://hub.docker.com/_/buildpack-deps",
"git": {
"Oh My Zsh!": "/home/vscode/.oh-my-zsh"
},
"other": {
"git": {}
}
}
}