forked from docker-library/ghost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.json
More file actions
56 lines (56 loc) · 939 Bytes
/
versions.json
File metadata and controls
56 lines (56 loc) · 939 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
53
54
55
56
{
"6": {
"version": "6.9.3",
"cli": {
"version": "1.28.3"
},
"node": {
"version": "22"
},
"variants": {
"bookworm": {
"arches": [
"amd64",
"arm32v7",
"arm64v8",
"s390x"
],
"from": "node:22-bookworm-slim"
},
"alpine3.23": {
"arches": [
"amd64",
"arm64v8"
],
"from": "node:22-alpine3.23"
}
}
},
"5": {
"version": "5.130.5",
"cli": {
"version": "1.28.3"
},
"node": {
"version": "20"
},
"variants": {
"bookworm": {
"arches": [
"amd64",
"arm32v7",
"arm64v8",
"s390x"
],
"from": "node:20-bookworm-slim"
},
"alpine3.23": {
"arches": [
"amd64",
"arm64v8"
],
"from": "node:20-alpine3.23"
}
}
}
}