-
Notifications
You must be signed in to change notification settings - Fork 908
Expand file tree
/
Copy pathmanifest.json
More file actions
52 lines (52 loc) · 847 Bytes
/
manifest.json
File metadata and controls
52 lines (52 loc) · 847 Bytes
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
{
"version": "2.1.7",
"variants": [
"trixie",
"bookworm",
"bullseye"
],
"build": {
"latest": "trixie",
"rootDistro": "debian",
"architectures": {
"trixie": [
"linux/amd64",
"linux/arm64"
],
"bookworm": [
"linux/amd64",
"linux/arm64"
],
"bullseye": [
"linux/amd64",
"linux/arm64"
]
},
"tags": [
"base:${VERSION}-${VARIANT}"
],
"variantTags": {
"trixie": [
"base:${VERSION}-debian13",
"base:${VERSION}-debian",
"base:${VERSION}"
],
"bookworm": [
"base:${VERSION}-debian12"
],
"bullseye": [
"base:${VERSION}-debian11"
]
}
},
"dependencies": {
"image": "buildpack-deps:${VARIANT}-curl",
"imageLink": "https://hub.docker.com/_/buildpack-deps",
"git": {
"Oh My Zsh!": "/home/vscode/.oh-my-zsh"
},
"other": {
"git": {}
}
}
}